| /freebsd/contrib/llvm-project/libcxx/include/__memory/ |
| H A D | compressed_pair.h | 85 # define _LIBCPP_COMPRESSED_PAIR(T1, Initializer1, T2, Initializer2) … argument 91 # define _LIBCPP_COMPRESSED_TRIPLE(T1, Initializer1, T2, Initializer2, T3, Initializer3) … argument 101 # define _LIBCPP_COMPRESSED_PAIR(T1, Initializer1, T2, Initializer2) … argument 110 # define _LIBCPP_COMPRESSED_TRIPLE(T1, Initializer1, T2, Initializer2, T3, Initializer3) … argument
|
| /freebsd/crypto/openssl/crypto/aria/ |
| H A D | aria.c | 338 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument 347 #define ARIA_SBOX_LAYER1_WITH_PRE_DIFF(T0, T1, T2, T3) … argument 356 #define ARIA_SBOX_LAYER2_WITH_PRE_DIFF(T0, T1, T2, T3) … argument 365 #define ARIA_DIFF_WORD(T0, T1, T2, T3) \ argument 377 #define ARIA_DIFF_BYTE(T0, T1, T2, T3) \ argument 385 #define ARIA_SUBST_DIFF_ODD(T0, T1, T2, T3) \ argument 394 #define ARIA_SUBST_DIFF_EVEN(T0, T1, T2, T3) \ argument
|
| /freebsd/sys/cddl/boot/zfs/ |
| H A D | sha256.c | 130 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local 161 uint64_t a, b, c, d, e, f, g, h, t, T1, T2, W[80]; in SHA512Transform() local
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | log10_2u.c | 14 #define T2 __log10_data.tab2 macro
|
| /freebsd/contrib/arm-optimized-routines/math/ |
| H A D | log.c | 16 #define T2 __log_data.tab2 macro
|
| H A D | log2.c | 16 #define T2 __log2_data.tab2 macro
|
| /freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
| H A D | sha2_generic.c | 88 uint32_t T1, T2; in icp_sha256_generic() local 185 uint64_t T1, T2; in icp_sha512_generic() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ErrorOr.h | 188 static bool compareThisIfSameType(const T1 &, const T2 &) { in compareThisIfSameType()
|
| /freebsd/lib/msun/ld80/ |
| H A D | s_expl.c | 133 T2 = 0.1659; /* ~30.625/128 * log(2) */ variable
|
| /freebsd/lib/msun/ld128/ |
| H A D | s_expl.c | 128 T2 = 0.1659, /* ~30.625/128 * log(2) */ variable
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | sha2.c | 450 u_int32_t T1, T2, W256[16]; in SHA256Transform() local 731 u_int64_t T1, T2, W512[16]; in SHA512Transform() local
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/sha2/ |
| H A D | sha512.c | 152 uint64_t T1, T2; in calc() local
|
| H A D | sha256.c | 144 uint32_t T1, T2; in calc() local
|
| /freebsd/contrib/ldns/ |
| H A D | sha2.c | 423 sha2_word32 T1, T2, *W256; in ldns_sha256_Transform() local 739 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in ldns_sha512_Transform() local
|
| /freebsd/contrib/unbound/compat/ |
| H A D | sha512.c | 274 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() local
|
| /freebsd/crypto/openssl/crypto/sha/ |
| H A D | sha256.c | 219 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
| H A D | CtxInstrProfilingTest.cpp | 209 std::thread T2(Entrypoint); in TEST_F() local
|
| /freebsd/sys/nfsclient/ |
| H A D | nfsnode.h | 164 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_… argument
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfsnode.h | 172 #define NFS_TIMESPEC_COMPARE(T1, T2) (((T1)->tv_sec != (T2)->tv_sec) || ((T1)->tv_nsec != (T2)->tv_… argument
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCELFStreamer.cpp | 133 static unsigned CombineSymbolTypes(unsigned T1, unsigned T2) { in CombineSymbolTypes()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | DAGISelMatcher.cpp | 325 MVT::SimpleValueType T2) { in TypesAreContradictory()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseCXXInlineMethods.cpp | 835 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2, in ConsumeAndStoreUntil()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | Analysis.cpp | 277 static bool isNoopBitcast(Type *T1, Type *T2, in isNoopBitcast()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 357 if (auto *T2 = dyn_cast<TagDecl>(D2)) in IsSameDC() local
|
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/sse2/ |
| H A D | poly1305_sse2.c | 207 xmmi T0, T1, T2, T3, T4, T5, T6, T7, T8; in poly1305_blocks() local
|