Searched refs:u3 (Results 1 - 16 of 16) sorted by relevance

/freebsd-10-stable/sys/i386/i386/
H A Dmp_clock.c88 unsigned u1, u2, u3; local
91 u3 = inl(piix_timecounter_address);
94 u2 = u3;
95 u3 = inl(piix_timecounter_address);
96 } while (u1 > u2 || u2 > u3);
/freebsd-10-stable/sys/dev/acpica/
H A Dacpi_timer.c333 u_int u1, u2, u3; local
336 u3 = acpi_timer_read();
339 u2 = u3;
340 u3 = acpi_timer_read();
341 } while (u1 > u2 || u2 > u3);
443 uint32_t u1, u2, u3; local
447 u3 = acpi_timer_read();
452 * The failure case is where u3 > u1, but u2 does not fall between
455 if (u3 > u1) {
456 if (u2 < u1 || u2 > u3)
[all...]
/freebsd-10-stable/sys/crypto/des/
H A Ddes_locl.h146 unsigned int u1,u2,u3; \
155 u3=(int)(u>>8L); \
157 u3&=0xfc; \
159 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
166 u3=(int)t>>8L; \
168 u3&=0xfc; \
170 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
230 unsigned int u1,u2,u3; \
240 u3=(int)u>>8L; \
242 u3
[all...]
/freebsd-10-stable/crypto/openssl/crypto/des/
H A Ddes_locl.h223 unsigned int u1,u2,u3; \
232 u3=(int)(u>>8L); \
234 u3&=0xfc; \
236 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
243 u3=(int)t>>8L; \
245 u3&=0xfc; \
247 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
297 unsigned int u1,u2,u3; \
307 u3=(int)u>>8L; \
309 u3
[all...]
/freebsd-10-stable/sys/dev/agp/
H A Dagp_apple.c64 int u3; member in struct:agp_apple_softc
118 sc->u3 = 0;
127 sc->u3 = 1;
206 || aperture > ((sc->u3) ? 512 : 256)*1024*1024)
248 if (sc->u3)
/freebsd-10-stable/bin/sh/tests/expansion/
H A DMakefile87 FILES+= set-u3.0
/freebsd-10-stable/lib/msun/src/
H A De_lgamma_r.c129 u3 = 9.77717527963372745603e-01, /* 0x3FEF4976, 0x44EA8450 */ variable
266 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-802_11.c1892 } u, u2, u3, u4; local
1947 rc = cpack_uint8(s, &u3.u8);
1959 rc = cpack_uint8(s, &u3.u8);
2125 if (u3.u8 <= MAX_MCS_INDEX) {
2137 [u3.u8] \
2159 printf("%.1f Mb/s MCS %u ", htrate, u3.u8);
2165 printf("MCS %u ", u3.u8);
/freebsd-10-stable/lib/msun/ld128/
H A De_lgammal_r.c113 u3 = 6.49503267711258043997790983071543710e+00L, variable
291 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*(u6+y*(u7+
/freebsd-10-stable/lib/msun/ld80/
H A De_lgammal_r.c143 #define u3 (u3u.e) macro
325 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*(u5+y*u6))))));
/freebsd-10-stable/sys/dev/isci/scil/
H A Dintel_sas.h762 } u3; member in struct:SMP_RESPONSE_DISCOVER
/freebsd-10-stable/contrib/ncurses/include/
H A DCaps.osf1r5761 user3 u3 str u3 - - ----- User string #3
H A DCaps618 user3 u3 str u3 - - ----- User string #3
H A DCaps.aix4720 user3 u3 str u3 - - ----- User string #3
H A DCaps.hpux11626 user3 u3 str u3 - - ----- User string #3
H A DCaps.keys620 user3 u3 str u3 - - ----- User string #3

Completed in 130 milliseconds