HomeSort by: relevance | last modified time | path
    Searched defs:t5 (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/arch/hpcmips/stand/romboot/
romboot.S 46 #define t5 $13 macro
  /src/sys/arch/mips/include/
regdef.h 66 #define t5 $13 macro
  /src/lib/libm/src/
e_lgammaf_r.c 50 t5 = -1.0314224288e-02, /* 0xbc28fcfe */ variable in typeref:typename:const float
197 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
e_lgamma_r.c 114 t5 = -1.03142241298341437450e-02, /* 0xBF851F9F, 0xBA91EC6A */ variable in typeref:typename:const double
261 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_lvds.c 61 int t5; member in struct:intel_lvds_pps
169 pps->t5 = REG_FIELD_GET(PANEL_LIGHT_ON_DELAY_MASK, val);
189 pps->t1_t2 == 0 && pps->t5 == 0 && pps->t3 == 0 && pps->tx == 0) {
192 /* Set T2 to 40ms and T5 to 200ms in 100 usec units */
194 pps->t5 = 200 * 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,
220 REG_FIELD_PREP(PANEL_LIGHT_ON_DELAY_MASK, pps->t5));
  /src/lib/libm/ld80/
e_lgammal_r.c 101 #define t5 (t5u.extu_ld) macro
314 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
  /src/tests/usr.bin/xlint/lint1/
msg_247.c 288 void *t5 = (struct sockaddr_in *)(struct sockaddr_in6 *)t4; local in function:cast_between_sockaddr_variants
291 void *t6 = (struct sockaddr_in6 *)(struct sockaddr_in *)t5;
  /src/sys/crypto/aes/
aes_ct.c 60 uint32_t t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:br_aes_ct_bitslice_Sbox
111 t5 = y4 & x7;
112 t6 = t5 ^ t2;
  /src/sys/crypto/aes/arch/x86/
aes_sse2.c 63 __m128i t0, t1, t2, t3, t4, t5, t6, t7, t8, t9; local in function:aes_sse2_bitslice_Sbox
114 t5 = y4 & x7;
115 t6 = t5 ^ t2;
  /src/lib/libm/ld128/
e_lgammal_r.c 74 t5 = -3.27885410884813055008502586863748063e-02L, variable in typeref:typename:const long double
282 p = t0+y*t1+tt+y*y*(t2+y*(t3+y*(t4+y*(t5+y*(t6+y*(t7+y*(t8+
  /src/sys/arch/alpha/include/
asm.h 64 #define t5 $6 macro

Completed in 77 milliseconds