Home
last modified time | relevance | path

Searched defs:t0 (Results 1 – 25 of 75) sorted by relevance

123

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgengtype-state.c1260 struct state_token_st *t0 = peek_state_token (0); in read_state_already_seen_type() local
1334 struct state_token_st *t0; in read_state_struct_type() local
1372 struct state_token_st *t0; in read_state_union_type() local
1418 struct state_token_st *t0; in read_state_array_type() local
1453 struct state_token_st *t0 = NULL; in read_state_lang_struct_type() local
1522 struct state_token_st *t0; in read_state_param_struct_type() local
1549 struct state_token_st *t0 = peek_state_token (0); in read_state_gc_used() local
1568 struct state_token_st *t0 = peek_state_token (0); in read_state_common_type_content() local
1590 struct state_token_st *t0 = peek_state_token (0); in read_state_type() local
1682 struct state_token_st *t0 = peek_state_token (0); in read_state_fileloc() local
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgengtype-state.c1431 struct state_token_st *t0 = peek_state_token (0); in read_state_already_seen_type() local
1504 struct state_token_st *t0; in read_state_undefined_type() local
1538 struct state_token_st *t0; in read_state_struct_type() local
1580 struct state_token_st *t0; in read_state_user_struct_type() local
1615 struct state_token_st *t0; in read_state_union_type() local
1661 struct state_token_st *t0; in read_state_array_type() local
1696 struct state_token_st *t0 = NULL; in read_state_lang_struct_type() local
1764 struct state_token_st *t0 = peek_state_token (0); in read_state_gc_used() local
1783 struct state_token_st *t0 = peek_state_token (0); in read_state_common_type_content() local
1805 struct state_token_st *t0 = peek_state_token (0); in read_state_type() local
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table()
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table()
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table()
129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table()
133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in basic_hash_table()
138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_hash_table()
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in basic_hash_table()
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in basic_hash_table()
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch()
[all …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/
H A Dassoc_container.hpp120 basic_hash_table(T0 t0) : base_type(t0) { } in basic_hash_table()
123 basic_hash_table(T0 t0, T1 t1) : base_type(t0, t1) { } in basic_hash_table()
126 basic_hash_table(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) { } in basic_hash_table()
129 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3) in basic_hash_table()
133 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) in basic_hash_table()
138 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) in basic_hash_table()
143 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) in basic_hash_table()
148 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) in basic_hash_table()
153 basic_hash_table(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, in basic_hash_table()
573 basic_branch(T0 t0) : base_type(t0) { } in basic_branch()
[all …]
/dflybsd-src/sys/crypto/camellia/
H A Dcamellia.c108 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
128 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \ argument
144 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
443 uint32_t il, ir, t0, t1, w0, w1; in camellia_setup128() local
650 uint32_t il, ir, t0, t1, w0, w1; /* temporary variables */ in camellia_setup256() local
948 uint32_t il, ir, t0, t1; in camellia_encrypt128() local
1015 uint32_t il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt128() local
1085 uint32_t il,ir,t0,t1; /* temporary valiables */ in camellia_encrypt256() local
1168 uint32_t il,ir,t0,t1; /* temporary valiables */ in camellia_decrypt256() local
/dflybsd-src/contrib/tcsh-6/
H A Dsh.time.c686 pdeltat(timeval_t *t1, timeval_t *t0) in pdeltat()
695 tvadd(timeval_t *tsum, timeval_t *t0) in tvadd()
705 tvsub(timeval_t *tdiff, timeval_t *t1, timeval_t *t0) in tvsub()
/dflybsd-src/usr.bin/locate/locate/
H A Dlocate.c223 long t0; in search_fopen() local
274 long t0; in search_mmap() local
/dflybsd-src/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c82 _nc_gettime(TimeType * t0, int first) in _nc_gettime()
174 TimeType t0; in _nc_timed_wait() local
/dflybsd-src/sys/crypto/rijndael/
H A Drijndael-alg-fst.c863 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
1044 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
/dflybsd-src/crypto/libressl/crypto/aes/
H A Daes_core.c792 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local
982 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
/dflybsd-src/contrib/mpfr/src/
H A Dfrac.c35 mp_size_t un, tn, t0; in mpfr_frac() local
/dflybsd-src/sys/crypto/twofish/
H A Dtwofish.c465 u_int32_t t0, t1, blk[4]; in twofish_encrypt() local
497 u_int32_t t0, t1, blk[4]; in twofish_decrypt() local
/dflybsd-src/crypto/libressl/crypto/idea/
H A Di_cbc.c139 unsigned long x1,x2,x3,x4,t0,t1,ul; in idea_encrypt() local
/dflybsd-src/crypto/openssh/
H A Drijndael.c765 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
H A Dpoly1305.c34 uint32_t t0,t1,t2,t3; in poly1305_auth() local
/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Daes-internal-enc.c25 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local
H A Daes-internal-dec.c78 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
H A Dsha512-internal.c112 u64 S[8], t0, t1; in sha512_compress() local
H A Dsha256-internal.c86 u32 S[8], W[64], t0, t1; in sha256_compress() local
/dflybsd-src/contrib/gmp/mpn/generic/
H A Dgcdext_1.c61 mp_limb_t t0 = 0; in mpn_gcdext_1() local
H A Dmatrix22_mul.c124 mp_ptr s0, t0, u0, u1; in mpn_matrix22_mul_strassen() local
H A Dgcdext.c337 mp_ptr t0; in mpn_gcdext() local
/dflybsd-src/usr.bin/calendar/
H A Dmoon.c644 double t0 = nth_new_moon(0); in lunar_phase() local
679 double t0 = nth_new_moon(0); in new_moon_before() local
700 double t0 = nth_new_moon(0); in new_moon_atafter() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc591 tree t0 = normalize_expression (TREE_OPERAND (t, 0)); in normalize_logical_operation() local
998 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_conjunction() local
1009 tree t0 = normalize_constraint (TREE_OPERAND (t, 0)); in normalize_disjunction() local
1605 tree t0 = TREE_OPERAND (t, 0); in tsubst_logical_operator() local
2197 tree t0 = satisfy_constraint_1 (TREE_OPERAND (t, 0), args, complain, in_decl); in satisfy_conjunction() local
2210 tree t0 = satisfy_constraint_1 (TREE_OPERAND (t, 0), args, complain, in_decl); in satisfy_disjunction() local
2876 tree t0 = TREE_OPERAND (cur, 0); in diagnose_logical_constraint() local
/dflybsd-src/crypto/libressl/crypto/des/
H A Ddes_enc.c350 DES_LONG t0,t1; in DES_ede3_cbc_encrypt() local

123