| /src/common/dist/zlib/contrib/iostream3/ |
| zfstream.h | 412 template<typename T1, typename T2> 423 gzomanip2(gzofstream& (*f)(gzofstream&, T1, T2), 425 T2 v2); 429 (*func)(gzofstream&, T1, T2); 433 T2 val2; 447 template<typename T1, typename T2> 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), 451 T2 v2) 456 template<typename T1, typename T2> [all...] |
| /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| poly1305_sse2.c | 207 xmmi T0, T1, T2, T3, T4, T5, T6, T7, T8; 241 T2 = _mm_loadu_si128((const xmmi *) (const void *) &st->H.hh[8]); 246 H4 = _mm_shuffle_epi32(T2, _MM_SHUFFLE(1, 1, 0, 0)); 251 T2 = _mm_loadu_si128((const xmmi *) (const void *) &st->R[0]); 255 T4 = _mm_unpacklo_epi32(T0, T2); 256 T5 = _mm_unpackhi_epi32(T0, T2); 262 T2 = _mm_cvtsi32_si128(1); 263 T4 = _mm_unpacklo_epi32(T0, T2); 264 T5 = _mm_unpackhi_epi32(T0, T2); 318 T2 = H4 685 uint32_t t0, t1, t2, t3, t4, b; local [all...] |
| /src/sys/fs/nfs/client/ |
| nfsnode.h | 167 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_nsec))
|
| /src/common/lib/libc/hash/sha2/ |
| sha2.c | 371 uint32_t T1, T2, *W256; 392 T2 = Sigma0_256(a) + Maj(a, b, c); 400 a = T1 + T2; 415 T2 = Sigma0_256(a) + Maj(a, b, c); 423 a = T1 + T2; 439 a = b = c = d = e = f = g = h = T1 = T2 = 0; 714 uint64_t T1, T2, *W512 = (void *)context->buffer; 733 T2 = Sigma0_512(a) + Maj(a, b, c); 741 a = T1 + T2; 756 T2 = Sigma0_512(a) + Maj(a, b, c) [all...] |
| /src/lib/libm/ld80/ |
| s_expl.c | 121 * Our T1 and T2 are chosen to be approximately the points where method 122 * A and method B have the same accuracy. Tang's T1 and T2 are the 132 T2 = 0.1659; /* ~30.625/128 * log(2) */ 190 if (T1 < x && x < T2) {
|
| /src/usr.bin/rump_dhcpclient/ |
| dhcp.h | 65 #define T2 0.875
|
| /src/lib/libm/ld128/ |
| s_expl.c | 106 * Our T1 and T2 are chosen to be approximately the points where method 107 * A and method B have the same accuracy. Tang's T1 and T2 are the 115 * Split the interval [T1, T2] into two intervals [T1, T3] and [T3, T2]. 128 T2 = 0.1659, /* ~30.625/128 * log(2) */ 233 if (T1 < x && x < T2) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/ |
| buffer_queue_test.cc | 103 auto T2 = std::async(std::launch::async, [&] {
|
| /src/tests/sbin/gpt/ |
| t_gpt.sh | 87 match "$(partaddmsg 2 1058 9150)" gpt -T2 add "$disk"
|
| /src/sys/arch/arc/arc/ |
| minidebug.c | 111 "t0", "t1", "t2", "t3", "t4", "t5", "t6", "t7", 225 mdbpcb.pcb_regs[T2],mdbpcb.pcb_regs[T3],
|
| /src/tests/usr.bin/realpath/ |
| t_realpath.sh | 77 T2 81 ../Dir/T2 175 ln -s "${DIR}"/Dir/S1/NoSuchFile T2 || atf_fail "setup T2"
|
| /src/sbin/nvmectl/ |
| bignum.c | 986 mp_int q, x, y, t1, t2; local 1016 if ((res = mp_init(&t2)) != MP_OKAY) { 1104 t2.dp[0] = (i - 2 < 0) ? 0 : x.dp[i - 2]; 1105 t2.dp[1] = (i - 1 < 0) ? 0 : x.dp[i - 1]; 1106 t2.dp[2] = x.dp[i]; 1107 t2.used = 3; 1108 } while (compare_magnitude(&t1, &t2) == MP_GT); 1164 mp_clear(&t2); 2173 /* after this x0 is no longer required, free temp [x0==t2]! */ 2185 goto X1Y1; /* t2 = y1 - y0 * 2942 mp_int x0, x1, t1, t2, x0x0, x1x1; local [all...] |
| /src/sys/arch/m68k/060sp/dist/ |
| fplsp.s | 559 T2: long 0x3D6F90AE,0xB1E75CC7 # 16381 LOG2 TRAIL 7660 fsub.d T2(%pc),%fp0 # |X| - 16381 LOG2, ACCURATE 7785 fsub.d T2(%pc),%fp0 # |X| - 16381 LOG2, ACCURATE
|
| fpsp.s | 579 T2: long 0x3D6F90AE,0xB1E75CC7 # 16381 LOG2 TRAIL 7766 fsub.d T2(%pc),%fp0 # |X| - 16381 LOG2, ACCURATE 7891 fsub.d T2(%pc),%fp0 # |X| - 16381 LOG2, ACCURATE
|