Searched refs:tt1 (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/fs/nfs/
H A Dnfsm_subs.h85 int tt1; local
88 tt1 = NFSMTOD(nd->nd_md, caddr_t) + nd->nd_md->m_len - nd->nd_dpos;
89 if (tt1 >= siz) {
101 int tt1; local
104 tt1 = NFSMTOD(nd->nd_md, caddr_t) + nd->nd_md->m_len - nd->nd_dpos;
105 if (tt1 >= siz) {
/freebsd-11-stable/contrib/gdb/gdb/
H A Dvalops.c1224 struct type *tt1, *tt2;
1229 tt1 = check_typedef (t1[i].type);
1232 if (TYPE_CODE (tt1) == TYPE_CODE_REF
1234 && (TYPE_CODE (check_typedef (TYPE_TARGET_TYPE (tt1))) == TYPE_CODE (tt2)))
1249 while ( TYPE_CODE(tt1) == TYPE_CODE_REF ||
1250 TYPE_CODE (tt1) == TYPE_CODE_PTR)
1252 tt1 = check_typedef( TYPE_TARGET_TYPE(tt1) );
1260 if (TYPE_CODE (tt1) == TYPE_CODE (tt2))
1222 struct type *tt1, *tt2; local
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c1192 common_base_type (tree tt1, tree tt2)
1198 if (UNIQUELY_DERIVED_FROM_P (tt1, tt2))
1199 return tt1;
1200 if (UNIQUELY_DERIVED_FROM_P (tt2, tt1))
1205 for (i = BINFO_N_BASE_BINFOS (TYPE_BINFO (tt1))-1; i >= 0; i--)
1207 tree basetype = BINFO_TYPE (BINFO_BASE_BINFO (TYPE_BINFO (tt1), i));
1225 tree trial = common_base_type (tt1, basetype);
1190 common_base_type(tree tt1, tree tt2) argument
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sriox-defs.h1160 uint64_t tt1 : 1; /**< Entry X:1 TT ID */ member in struct:cvmx_sriox_imsg_statusx::cvmx_sriox_imsg_statusx_s
1196 uint64_t tt1 : 1;
/freebsd-11-stable/contrib/gcc/
H A Dc-typeck.c8555 tree tt1 = TREE_TYPE (type1);
8564 else if (code0 == BLOCK_POINTER_TYPE && VOID_TYPE_P (tt1))
8572 && TREE_CODE (tt1) == FUNCTION_TYPE)
8576 else if (VOID_TYPE_P (tt1))
8517 tree tt1 = TREE_TYPE (type1); local
H A Dfold-const.c7774 tree tt1 = TREE_TYPE (t1);
7776 tree s1 = TYPE_SIZE (tt1);
7739 tree tt1 = TREE_TYPE (t1); local

Completed in 299 milliseconds