| /src/sys/dev/ic/ |
| acpipmtimer.c | 79 uint32_t t1, t2, t3; local 82 t3 = r(h); 85 t2 = t3; 86 t3 = r(h); 87 } while ((t1 > t2) || (t2 > t3));
|
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/fe_51/ |
| fe.h | 105 uint64_t t0, t1, t2, t3; local 111 t3 = (t[3] >> 39) | (t[4] << 12); 115 STORE64_LE(s + 24, t3);
|
| /src/sys/arch/ofppc/stand/ofwboot/ |
| rdb.c | 59 u_long t3, b1; local 61 t3 = dostype & 0xffffff00; 66 switch (t3) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
| tsan_mutex.cc | 132 ScopedThread t1, t2, t3; local 141 t3.ReadLock(m); 143 t3.Read1(l); 145 t3.ReadUnlock(m);
|
| /src/sys/arch/powerpc/fpu/ |
| fpu_sqrt.c | 282 * t3 = y3, t? |= bit' for the appropriate word. Since the bit 377 #define t3 tt macro 382 t3 = bit; 383 FPU_SUBS(d3, x3, t3); 395 t3 = y3 | bit; 396 FPU_SUBS(d3, x3, t3);
|
| /src/sys/arch/sparc/fpu/ |
| fpu_sqrt.c | 262 * t3 = y3, t? |= bit' for the appropriate word. Since the bit 357 #define t3 tt macro 362 t3 = bit; 363 FPU_SUBS(d3, x3, t3); 375 t3 = y3 | bit; 376 FPU_SUBS(d3, x3, t3);
|
| /src/sys/dev/acpi/ |
| acpi_timer.c | 143 uint32_t t1, t2, t3; local 146 (void)AcpiGetTimer(&t3); 150 t2 = t3; 152 (void)AcpiGetTimer(&t3); 154 } while ((t1 > t2) || (t2 > t3));
|
| /src/sys/dev/dkwedge/ |
| dkwedge_rdb.c | 296 uint32_t t3, b1; local 298 t3 = dostype & 0xffffff00; 301 switch (t3) {
|
| /src/sys/dev/tc/ |
| if_le_ioasic.c | 283 uint32_t t1, t2, t3, t4; local 289 t3 = *(uint32_t *)(from + 10); 295 dst[2] = (t2 >> 16) | (t3 << 16); 296 dst[3] = (t3 >> 16) | (t4 << 16); 308 uint32_t t0, t1, t2, t3; local 310 t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3]; 311 dst[0] = t0; dst[1] = t1; dst[2] = t2; dst[3] = t3; 362 uint32_t t0, t1, t2, t3; local 365 t0 = src[0]; t1 = src[1]; t2 = src[2]; t3 = src[3]; 371 *(uint32_t *)(to + 10) = (t2 >> 16) | (t3 << 16) 383 uint32_t t0, t1, t2, t3; local [all...] |
| /src/sys/arch/amiga/amiga/ |
| disksubr.c | 560 u_long t3, b1; local 562 t3 = dostype & 0xffffff00; 567 switch (t3) {
|
| /src/sys/arch/hpcmips/stand/romboot/ |
| romboot.S | 44 #define t3 $11 define
|
| /src/sys/arch/mips/include/ |
| regdef.h | 59 #define t3 $15 macro 64 #define t3 $11 macro 93 * should be used only when we need more than t0-t3.
|
| /src/sys/arch/ofppc/ofppc/ |
| disksubr.c | 593 u_long b1, t3; local 595 t3 = dostype & 0xffffff00; 600 switch (t3) {
|
| /src/sys/crypto/aes/ |
| aes_bear.c | 345 aesbear_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3) 352 s3 = *t3 >> 31; 356 *t3 = (*t3 << 1) ^ s2; 373 uint32_t t0, t1, t2, t3; local 379 t3 = cases[i].in[3]; 380 aesbear_xts_update(&t0, &t1, &t2, &t3); 384 t3 != cases[i].out[3]) 399 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local 414 t3 = le32dec(tweak + 4*3) 503 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local [all...] |
| aes_bear64.c | 394 aesbear64_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3) 401 s3 = *t3 >> 31; 405 *t3 = (*t3 << 1) ^ s2; 422 uint32_t t0, t1, t2, t3; local 428 t3 = cases[i].in[3]; 429 aesbear64_xts_update(&t0, &t1, &t2, &t3); 433 t3 != cases[i].out[3]) 449 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local 465 t3 = le32dec(tweak + 4*3) 559 uint32_t t0, t1, t2, t3, u0, u1, u2, u3; local [all...] |
| aes_ct.c | 60 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local 109 t3 = y3 & y6; 110 t4 = t3 ^ t2;
|
| aes_ct64.c | 75 uint64_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local 124 t3 = y3 & y6; 125 t4 = t3 ^ t2;
|
| /src/games/tetris/ |
| scores.c | 116 int t1, t2, t3, tx; local 127 t3 = st.st_size % sizeof(struct highscore_ondisk_50) == 0; 128 tx = t1 + t2 + t3;
|
| /src/lib/libm/src/ |
| e_lgammaf_r.c | 48 t3 = -3.2788541168e-02, /* 0xbd064d47 */ variable 195 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
| e_lgamma_r.c | 112 t3 = -3.27885410759859649565e-02, /* 0xBFA0C9A8, 0xDF35B713 */ variable 259 p1 = t0+w*(t3+w*(t6+w*(t9 +w*t12))); /* parallel comp */
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_lvds.c | 59 int t3; member in struct:intel_lvds_pps 172 pps->t3 = REG_FIELD_GET(PANEL_POWER_DOWN_DELAY_MASK, val); 189 pps->t1_t2 == 0 && pps->t5 == 0 && pps->t3 == 0 && pps->tx == 0) { 195 /* Set T3 to 35ms and Tx to 200ms in 100 usec units */ 196 pps->t3 = 35 * 10; 200 DRM_DEBUG_DRIVER("LVDS PPS:t1+t2 %d t3 %d t4 %d t5 %d tx %d " 202 pps->t1_t2, pps->t3, pps->t4, pps->t5, pps->tx, 223 REG_FIELD_PREP(PANEL_POWER_DOWN_DELAY_MASK, pps->t3) |
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| wm.c | 62 uint32_t t3; /* 31:16 VTAG, 15:8 opt, 7:0 Tx status */ member in struct:tdesc 80 /* T3 status */ 82 /* T3 option */ 233 txd->t3 = 0; 238 if ((le32toh(txd->t3) & T3_DD) != 0)
|
| /src/sys/crypto/aes/arch/x86/ |
| aes_via.c | 450 aesvia_xts_update(uint32_t *t0, uint32_t *t1, uint32_t *t2, uint32_t *t3) 457 s3 = *t3 >> 31; 461 *t3 = (*t3 << 1) ^ s2; 478 uint32_t t0, t1, t2, t3; local 484 t3 = cases[i].in[3]; 485 aesvia_xts_update(&t0, &t1, &t2, &t3); 489 t3 != cases[i].out[3])
|
| /src/tests/usr.bin/xlint/lint1/ |
| msg_247.c | 284 void *t3 = (struct sockaddr_in6 *)(struct sockaddr *)t2; local 285 void *t4 = (struct sockaddr *)(struct sockaddr_in6 *)t3;
|
| /src/lib/libm/ld128/ |
| e_lgammal_r.c | 72 t3 = -1.47587722994530702030955093950668275e-01L, variable 282 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
|