/freebsd/crypto/openssl/crypto/aria/ |
H A D | aria.c | 345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument 354 #define ARIA_SBOX_LAYER1_WITH_PRE_DIFF(T0, T1, T2, T3) \ argument 379 #define ARIA_SBOX_LAYER2_WITH_PRE_DIFF(T0, T1, T2, T3) \ argument 404 #define ARIA_DIFF_WORD(T0,T1,T2,T3) \ argument 416 #define ARIA_DIFF_BYTE(T0, T1, T2, T3) \ argument 424 #define ARIA_SUBST_DIFF_ODD(T0, T1, T2, T3) \ argument 433 #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/pl/math/ |
H A D | log.c | 14 #define T2 __log_data.tab2 macro
|
H A D | log10_2u.c | 14 #define T2 __log10_data.tab2 macro
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | log.c | 14 #define T2 __log_data.tab2 macro
|
H A D | log2.c | 14 #define T2 __log2_data.tab2 macro
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha2_generic.c | 86 uint32_t T1, T2; in sha256_generic() local 182 uint64_t T1, T2; in sha512_generic() local
|
/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/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | CtxInstrProfilingTest.cpp | 166 std::thread T2(Entrypoint); in TEST_F() local
|
/freebsd/crypto/openssl/crypto/sha/ |
H A D | sha256.c | 150 unsigned MD32_REG_T a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha256_block_data_order() local
|
H A D | sha512.c | 554 SHA_LONG64 a, b, c, d, e, f, g, h, s0, s1, T1, T2; in sha512_block_data_order() local
|
/freebsd/contrib/ldns/ |
H A D | sha2.c | 423 sha2_word32 T1, T2, *W256; in ldns_sha256_Transform() local 738 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/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 | 175 NFS_TIMESPEC_COMPARE(T1,T2) global() argument
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExternalASTMerger.cpp | 359 if (auto *T2 = dyn_cast<TagDecl>(D2)) in IsSameDC() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCELFStreamer.cpp | 135 static unsigned CombineSymbolTypes(unsigned T1, unsigned T2) { in CombineSymbolTypes()
|
/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/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.cpp | 331 MVT::SimpleValueType T2) { in TypesAreContradictory()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 2634 bool hasSameType(QualType T1, QualType T2) const { in hasSameType() 2637 bool hasSameType(const Type *T1, const Type *T2) const { in hasSameType() 2665 bool hasSameUnqualifiedType(QualType T1, QualType T2) const { in hasSameUnqualifiedType()
|
/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
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 747 #define SCALED_NUMBER_COMPARE_TO_TYPE(op, T1, T2) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseCXXInlineMethods.cpp | 884 bool Parser::ConsumeAndStoreUntil(tok::TokenKind T1, tok::TokenKind T2, in ConsumeAndStoreUntil()
|