HomeSort by: relevance | last modified time | path
    Searched defs:aa (Results 1 - 25 of 361) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/common/lib/libc/arch/arm/quad/
__aeabi_lcmp.c 42 const union uu aa = { .q = a }, bb = { .q = b }; local in function:__aeabi_lcmp
44 if (aa.sl[H] < bb.sl[H])
46 if (aa.sl[H] > bb.sl[H])
49 if (aa.sl[L] < bb.sl[L])
51 if (aa.sl[L] > bb.sl[L])
__aeabi_ulcmp.c 42 const union uu aa = { .uq = a }, bb = { .uq = b }; local in function:__aeabi_ulcmp
44 if (aa.ul[H] < bb.ul[H])
46 if (aa.ul[H] > bb.ul[H])
49 if (aa.ul[L] < bb.ul[L])
51 if (aa.ul[L] > bb.ul[L])
  /src/common/lib/libc/quad/
ashldi3.c 54 union uu aa; local in function:__ashldi3
58 aa.q = a;
60 aa.ul[H] = aa.ul[L] << (unsigned int)(shift - INT_BITS);
61 aa.ul[L] = 0;
63 aa.ul[H] = (aa.ul[H] << shift) |
64 (aa.ul[L] >> (INT_BITS - shift));
65 aa.ul[L] <<= shift;
67 return (aa.q)
    [all...]
lshldi3.c 56 union uu aa; local in function:ARM_EABI_ALIAS
60 aa.q = a;
62 aa.ul[H] = aa.ul[L] << (unsigned int)(shift - INT_BITS);
63 aa.ul[L] = 0;
65 aa.ul[H] = (aa.ul[H] << shift) |
66 (aa.ul[L] >> (INT_BITS - shift));
67 aa.ul[L] <<= shift;
69 return (aa.q)
    [all...]
lshrdi3.c 55 union uu aa; local in function:ARM_EABI_ALIAS
59 aa.q = a;
61 aa.ul[L] = aa.ul[H] >> (shift - INT_BITS);
62 aa.ul[H] = 0;
64 aa.ul[L] = (aa.ul[L] >> shift) |
65 (aa.ul[H] << (unsigned int)(INT_BITS - shift));
66 aa.ul[H] >>= shift;
68 return (aa.q)
    [all...]
notdi2.c 54 union uu aa; local in function:__one_cmpldi2
56 aa.q = a;
57 aa.ul[0] = ~aa.ul[0];
58 aa.ul[1] = ~aa.ul[1];
59 return (aa.q);
adddi3.c 55 union uu aa, bb, sum; local in function:__adddi3
57 aa.q = a;
59 sum.ul[L] = aa.ul[L] + bb.ul[L];
60 sum.ul[H] = aa.ul[H] + bb.ul[H] + (sum.ul[L] < bb.ul[L]);
anddi3.c 53 union uu aa, bb; local in function:__anddi3
55 aa.q = a;
57 aa.ul[0] &= bb.ul[0];
58 aa.ul[1] &= bb.ul[1];
59 return (aa.q);
ashrdi3.c 55 union uu aa; local in function:ARM_EABI_ALIAS
59 aa.q = a;
71 s = (aa.sl[H] >> (INT_BITS - 1)) >> 1;
73 aa.ul[L] = aa.sl[H] >> (shift - INT_BITS);
74 aa.ul[H] = s;
76 aa.ul[L] = (aa.ul[L] >> shift) |
77 (aa.ul[H] << (unsigned int)(INT_BITS - shift));
79 aa.sl[H] >>= shift
    [all...]
cmpdi2.c 55 union uu aa, bb; local in function:__cmpdi2
57 aa.q = a;
59 return (aa.sl[H] < bb.sl[H] ? 0 : aa.sl[H] > bb.sl[H] ? 2 :
60 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
iordi3.c 53 union uu aa, bb; local in function:__iordi3
55 aa.q = a;
57 aa.ul[0] |= bb.ul[0];
58 aa.ul[1] |= bb.ul[1];
59 return (aa.q);
negdi2.c 53 union uu aa, res; local in function:__negdi2
55 aa.q = a;
56 res.ul[L] = -aa.ul[L];
57 res.ul[H] = -aa.ul[H] - (res.ul[L] > 0);
subdi3.c 54 union uu aa, bb, diff; local in function:__subdi3
56 aa.q = a;
58 diff.ul[L] = aa.ul[L] - bb.ul[L];
59 diff.ul[H] = aa.ul[H] - bb.ul[H] - (diff.ul[L] > aa.ul[L]);
ucmpdi2.c 54 union uu aa, bb; local in function:__ucmpdi2
56 aa.uq = a;
58 return (aa.ul[H] < bb.ul[H] ? 0 : aa.ul[H] > bb.ul[H] ? 2 :
59 aa.ul[L] < bb.ul[L] ? 0 : aa.ul[L] > bb.ul[L] ? 2 : 1);
xordi3.c 53 union uu aa, bb; local in function:__xordi3
55 aa.q = a;
57 aa.ul[0] ^= bb.ul[0];
58 aa.ul[1] ^= bb.ul[1];
59 return (aa.q);
  /src/sys/arch/arm/imx/
imx31_uart.c 63 struct aips_attach_args * aa = aux; local in function:imx31_uart_attach
66 aa->aipsa_memt, aa->aipsa_addr, aa->aipsa_size, aa->aipsa_intr, 0);
imx51_i2c.c 46 struct axi_attach_args *aa = aux; local in function:imxi2c_match
48 switch (aa->aa_addr) {
63 struct axi_attach_args * aa = aux; local in function:imxi2c_attach
65 if (aa->aa_size <= 0)
66 aa->aa_size = I2C_SIZE;
69 aa->aa_iot, aa->aa_addr, aa->aa_size,
imx51_pwm.c 47 struct axi_attach_args *aa = aux; local in function:imxpwm_match
49 switch (aa->aa_addr) {
61 struct axi_attach_args *aa = aux; local in function:imxpwm_attach
63 if (aa->aa_size == AXICF_SIZE_DEFAULT)
64 aa->aa_size = PWM_SIZE;
66 sc->sc_iot = aa->aa_iot;
67 sc->sc_intr = aa->aa_irq;
70 if (bus_space_map(aa->aa_iot, aa->aa_addr, aa->aa_size, 0, &sc->sc_ioh)
    [all...]
imx51_uart.c 51 struct axi_attach_args * const aa = aux; local in function:imx51_uart_match
53 switch (aa->aa_addr) {
66 struct axi_attach_args * aa = aux; local in function:imx51_uart_attach
69 aa->aa_iot, aa->aa_addr, aa->aa_size, aa->aa_irq, 0);
imx51_wdog.c 45 struct axi_attach_args *aa = aux; local in function:wdog_match
47 switch (aa->aa_addr) {
58 struct axi_attach_args *aa = aux; local in function:wdog_attach
60 wdog_attach_common(parent, self, aa->aa_iot, aa->aa_addr,
61 WDOG_SIZE, aa->aa_irq);
  /src/sys/arch/i386/pnpbios/
ess_pnpbios.c 66 struct pnpbiosdev_attach_args *aa = aux; local in function:ess_pnpbios_match
68 if (strcmp(aa->idstr, "ESS0104") && /* 1788 */
69 strcmp(aa->idstr, "ESS0114") && /* 1788 */
70 strcmp(aa->idstr, "CPQAE27") && /* 1788 */
71 strcmp(aa->idstr, "ESS1869") && /* 1869 */
72 strcmp(aa->idstr, "CPQB0AB") && /* 1869 */
73 strcmp(aa->idstr, "CPQB0AC") && /* 1869 */
74 strcmp(aa->idstr, "CPQB0AD") && /* 1869 */
75 strcmp(aa->idstr, "CPQB0F1") && /* 1869 */
76 strcmp(aa->idstr, "ESS1878") && /* 1878 *
87 struct pnpbiosdev_attach_args *aa = aux; local in function:ess_pnpbios_attach
    [all...]
sb_pnpbios.c 64 struct pnpbiosdev_attach_args *aa = aux; local in function:sb_pnpbios_match
66 if (strcmp(aa->idstr, "NMX2210") &&
67 strcmp(aa->idstr, "CRX0002")) /* Cyrix XpressAudio */
77 struct pnpbiosdev_attach_args *aa = aux; local in function:sb_pnpbios_attach
80 if (pnpbios_io_map(aa->pbt, aa->resc, 0, &sc->sc_iot, &sc->sc_ioh)) {
85 sc->sc_ic = aa->ic;
88 pnpbios_getiobase(aa->pbt, aa->resc, 0, 0, &sc->sc_iobase);
90 if (pnpbios_getirqnum(aa->pbt, aa->resc, 0, &sc->sc_irq, NULL))
    [all...]
  /src/sys/arch/mips/alchemy/dev/
auaudio.c 57 struct aubus_attach_args *aa = aux; local in function:auaudio_match
60 if (strcmp(aa->aa_name, match->cf_name) == 0)
  /src/sys/arch/shark/ofw/
cpu_ofbus.c 24 struct ofbus_attach_args *aa = aux; local in function:cpu_ofbus_match
27 if (OF_getprop(aa->oba_phandle, "device_type", buf, sizeof(buf)) < 0)
  /src/sys/dev/acpi/
acpi_pcd.c 59 struct acpi_attach_args *aa = aux; local in function:acpi_pcd_match
61 return acpi_compatible_match(aa, compat_data);
67 struct acpi_attach_args * const aa = aux; local in function:acpi_pcd_attach
77 AcpiEvaluateObject(aa->aa_node->ad_handle, "_INI", NULL, NULL);

Completed in 14 milliseconds

1 2 3 4 5 6 7 8 91011>>