Searched refs:tt1 (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/sys/fs/nfs/ |
| D | nfsm_subs.h | 87 int tt1; in nfsm_dissect() local 90 tt1 = NFSMTOD(nd->nd_md, caddr_t) + nd->nd_md->m_len - nd->nd_dpos; in nfsm_dissect() 91 if (tt1 >= siz) { in nfsm_dissect() 103 int tt1; in nfsm_dissect_nonblock() local 106 tt1 = NFSMTOD(nd->nd_md, caddr_t) + nd->nd_md->m_len - nd->nd_dpos; in nfsm_dissect_nonblock() 107 if (tt1 >= siz) { in nfsm_dissect_nonblock()
|
| /freebsd-12-stable/contrib/bearssl/src/kdf/ |
| D | shake.c | 67 uint64_t tt0, tt1, tt2, tt3; in process_block() local 79 tt1 = A[11] ^ A[16]; in process_block() 80 tt0 ^= A[21] ^ tt1; in process_block() 89 tt1 = A[12] ^ A[17]; in process_block() 90 tt0 ^= A[22] ^ tt1; in process_block() 99 tt1 = A[13] ^ A[18]; in process_block() 100 tt0 ^= A[23] ^ tt1; in process_block() 109 tt1 = A[14] ^ A[19]; in process_block() 110 tt0 ^= A[24] ^ tt1; in process_block() 119 tt1 = A[10] ^ A[15]; in process_block() [all …]
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | valops.c | 1222 struct type *tt1, *tt2; in typecmp() local 1227 tt1 = check_typedef (t1[i].type); in typecmp() 1230 if (TYPE_CODE (tt1) == TYPE_CODE_REF in typecmp() 1232 && (TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (tt1))) == TYPE_CODE (tt2))) in typecmp() 1247 while ( TYPE_CODE(tt1) == TYPE_CODE_REF || in typecmp() 1248 TYPE_CODE (tt1) == TYPE_CODE_PTR) in typecmp() 1250 tt1 = check_typedef( TYPE_TARGET_TYPE(tt1) ); in typecmp() 1258 if (TYPE_CODE (tt1) == TYPE_CODE (tt2)) in typecmp()
|
| /freebsd-12-stable/contrib/gcc/cp/ |
| D | typeck.c | 1190 common_base_type (tree tt1, tree tt2) in common_base_type() argument 1196 if (UNIQUELY_DERIVED_FROM_P (tt1, tt2)) in common_base_type() 1197 return tt1; in common_base_type() 1198 if (UNIQUELY_DERIVED_FROM_P (tt2, tt1)) in common_base_type() 1203 for (i = BINFO_N_BASE_BINFOS (TYPE_BINFO (tt1))-1; i >= 0; i--) in common_base_type() 1205 tree basetype = BINFO_TYPE (BINFO_BASE_BINFO (TYPE_BINFO (tt1), i)); in common_base_type() 1223 tree trial = common_base_type (tt1, basetype); in common_base_type()
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-sriox-defs.h | 1160 uint64_t tt1 : 1; /**< Entry X:1 TT ID */ member 1196 uint64_t tt1 : 1;
|
| /freebsd-12-stable/contrib/gcc/ |
| D | c-typeck.c | 8517 tree tt1 = TREE_TYPE (type1); in build_binary_op() local 8526 else if (code0 == BLOCK_POINTER_TYPE && VOID_TYPE_P (tt1)) in build_binary_op() 8534 && TREE_CODE (tt1) == FUNCTION_TYPE) in build_binary_op() 8538 else if (VOID_TYPE_P (tt1)) in build_binary_op()
|
| D | fold-const.c | 7739 tree tt1 = TREE_TYPE (t1); in fold_unary() local 7741 tree s1 = TYPE_SIZE (tt1); in fold_unary()
|
| /freebsd-12-stable/contrib/binutils/gas/ |
| D | ChangeLog-9295 | 12610 Added "tt0", "tt1", and 68ec030 variants.
|