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

/freebsd-11-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-11-stable/sys/dev/acpica/
H A Dacpi_timer.c337 u_int u1, u2, u3; local
340 u3 = acpi_timer_read();
343 u2 = u3;
344 u3 = acpi_timer_read();
345 } while (u1 > u2 || u2 > u3);
447 uint32_t u1, u2, u3; local
451 u3 = acpi_timer_read();
456 * The failure case is where u3 > u1, but u2 does not fall between
459 if (u3 > u1) {
460 if (u2 < u1 || u2 > u3)
[all...]
/freebsd-11-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-11-stable/crypto/openssl/crypto/des/
H A Ddes_locl.h225 unsigned int u1,u2,u3; \
234 u3=(int)(u>>8L); \
236 u3&=0xfc; \
238 LL^= *(const DES_LONG *)(des_SP+0x600+u3); \
245 u3=(int)t>>8L; \
247 u3&=0xfc; \
249 LL^= *(const DES_LONG *)(des_SP+0x700+u3); }
299 unsigned int u1,u2,u3; \
309 u3=(int)u>>8L; \
311 u3
[all...]
/freebsd-11-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-11-stable/bin/sh/tests/expansion/
H A DMakefile89 ${PACKAGE}FILES+= set-u3.0
/freebsd-11-stable/usr.sbin/makefs/ffs/
H A Dbuf.c183 int u2 __unused, int u3 __unused)
/freebsd-11-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-11-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-11-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-11-stable/sys/dev/isci/scil/
H A Dintel_sas.h762 } u3; member in struct:SMP_RESPONSE_DISCOVER

Completed in 213 milliseconds