Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfold-const.h38 #define fold_unary(CODE,T1,T2)\ argument
41 #define fold_unary_ignore_overflow(CODE,T1,T2)\ argument
44 #define fold_binary(CODE,T1,T2,T3)\ argument
47 #define fold_ternary(CODE,T1,T2,T3,T4)\ argument
64 #define fold_build_call_array(T1,T2,N,T4)\ argument
67 #define fold_build_call_array_initializer(T1,T2,N,T4)\ argument
72 #define fold_convert(T1,T2)\ argument
88 #define omit_one_operand(T1,T2,T3)\ argument
91 #define omit_two_operands(T1,T2,T3,T4)\ argument
156 #define size_binop(CODE,T1,T2)\ argument
[all …]
H A Dwide-int.h269 #define WI_BINARY_RESULT(T1, T2) \ argument
274 #define WI_BINARY_OPERATOR_RESULT(T1, T2) \ argument
279 #define WI_SIGNED_SHIFT_RESULT(T1, T2) \ argument
285 #define WI_BINARY_PREDICATE_RESULT(T1, T2) \ argument
291 #define WI_SIGNED_BINARY_PREDICATE_RESULT(T1, T2) \ argument
303 #define WI_BINARY_RESULT_VAR(RESULT, VAL, T1, X, T2, Y) \ argument
H A Dtree.h4207 #define build_call_array(T1,T2,N,T3)\ argument
/dragonfly/contrib/mpfr/src/
H A Dconst_catalan.c59 mpz_t T2, P2, Q2; in S() local
H A Dconst_euler.c113 mpz_t P2, Q2, T2; in mpfr_const_euler_S2_aux() local
H A Drec_sqrt.c136 static unsigned char T2[384] = { in mpfr_mpn_rec_sqrt() local
/dragonfly/sys/crypto/sha2/
H A Dsha2.c431 sha2_word32 T1, T2, *W256; in SHA256_Transform() local
700 sha2_word64 T1 = 0, T2 = 0, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() local
755 sha2_word64 T1, T2, *W512 = (sha2_word64*)context->buffer; in SHA512_Transform() local
/dragonfly/sbin/iscontrol/
H A Dfsm.c58 T2, /*T3,*/ T4, T5, /*T6,*/ T7, T8, T9, enumerator
/dragonfly/contrib/ldns/
H A Dsha2.c423 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
/dragonfly/crypto/libressl/crypto/sha/
H A Dsha256.c154 unsigned MD32_REG_T a,b,c,d,e,f,g,h,s0,s1,T1,T2; in sha256_block_data_order() local
H A Dsha512.c413 SHA_LONG64 a,b,c,d,e,f,g,h,s0,s1,T1,T2; in sha512_block_data_order() local
/dragonfly/lib/libcrypt/
H A Dcrypt-sha256.c116 uint32_t T2 = S0 (a) + Maj (a, b, c); in __crypt__sha256_process_block() local
H A Dcrypt-sha512.c147 uint64_t T2 = S0 (a) + Maj (a, b, c); in __crypt__sha512_process_block() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree.h4370 #define build_call_array(T1,T2,N,T3)\ argument
4802 #define size_binop(CODE,T1,T2)\ argument
4805 #define size_diffop(T1,T2)\ argument
5258 #define fold_unary(CODE,T1,T2)\ argument
5261 #define fold_unary_ignore_overflow(CODE,T1,T2)\ argument
5264 #define fold_binary(CODE,T1,T2,T3)\ argument
5267 #define fold_ternary(CODE,T1,T2,T3,T4)\ argument
5291 #define fold_build_call_array(T1,T2,N,T4)\ argument
5298 #define fold_convert(T1,T2)\ argument
5320 #define omit_one_operand(T1,T2,T3)\ argument
[all …]
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp.h72 #define T2 0.875 macro
/dragonfly/contrib/awk/
H A Drun.c743 T2 = ((1<<(Bit2+1))-1) ^ 0xFF, /* 1100 0000 */ enumerator