/src/sys/arch/hpcmips/stand/romboot/ |
romboot.S | 48 #define t7 $15 macro
|
/src/sys/arch/mips/include/ |
regdef.h | 68 #define t7 $15 macro 90 * the old ABI, they map to t4-t7, and in the new ABI, they map to a4-a7.
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
sanitizer_bvgraph_test.cc | 270 BV t7; local in function:ShortestPath 271 t7.clear(); 272 t7.setBit(7); 282 EXPECT_TRUE(g.isReachable(1, t7)); 284 EXPECT_EQ(0U, g.findPath(1, t7, path, 1)); 286 EXPECT_EQ(2U, g.findPath(1, t7, path, 2)); 287 EXPECT_EQ(2U, g.findPath(1, t7, path, 3)); 288 EXPECT_EQ(2U, g.findPath(1, t7, path, 4)); 289 EXPECT_EQ(2U, g.findPath(1, t7, path, 5)); 290 EXPECT_EQ(2U, g.findPath(1, t7, path, 6)) [all...] |
/src/lib/libm/src/ |
e_lgammaf_r.c | 52 t7 = -3.6845202558e-03, /* 0xbb7177fe */ variable in typeref:typename:const float 196 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
e_lgamma_r.c | 116 t7 = -3.68452016781138256760e-03, /* 0xBF6E2EFF, 0xB3E914D7 */ variable in typeref:typename:const double 260 p2 = t1+w*(t4+w*(t7+w*(t10+w*t13)));
|
/src/lib/libm/ld80/ |
e_lgammal_r.c | 103 #define t7 (t7u.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/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 113 t7 = y13 & y16; 115 t9 = t8 ^ t7; 117 t11 = t10 ^ t7;
|
/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 116 t7 = y13 & y16; 118 t9 = t8 ^ t7; 120 t11 = t10 ^ t7;
|
/src/lib/libm/ld128/ |
e_lgammal_r.c | 76 t7 = -1.03142230366363872751602029672767978e-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 | 66 #define t7 $8 macro
|
/src/sys/dev/ic/ |
isp.c | 4387 ispreqt7_t *t7 = (ispreqt7_t *)local; local in function:isp_start 4391 t7->req_nphdl = target; 4392 t7->req_tidlo = lp->portid; 4393 t7->req_tidhi = lp->portid >> 16; 4394 t7->req_vpidx = ISP_GET_VPIDX(isp, XS_CHANNEL(xs)); 4396 t7->req_lun[0] = XS_LUN(xs) >> 8; 4397 t7->req_lun[0] |= 0x40; 4399 t7->req_lun[1] = XS_LUN(xs); 4400 tptr = &t7->req_time; 4401 cdbp = t7->req_cdb [all...] |