HomeSort by: relevance | last modified time | path
    Searched defs:tt1 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/nfs/common/
nfsm_subs.h 87 int tt1; local
90 tt1 = NFSMTOD(nd->nd_md, char *) + nd->nd_md->m_len - nd->nd_dpos;
91 if (tt1 >= siz) {
103 int tt1; local
106 tt1 = NFSMTOD(nd->nd_md, char *) + nd->nd_md->m_len - nd->nd_dpos;
107 if (tt1 >= siz) {
  /src/sys/arch/m68k/include/
kcore.h 74 uint32_t tt1; /* 68030 TT1 / 68040 DTT1 */ member in struct:gen68k_kcore_hdr
  /src/external/gpl3/gdb.old/dist/gdb/
valops.c 1799 struct type *tt1, *tt2;
1804 tt1 = check_typedef (t1[i].type ());
1807 if (TYPE_IS_REFERENCE (tt1)
1809 && (check_typedef (tt1->target_type ())->code ()
1815 t2[i] = value_ref (t2[i], tt1->code ());
1825 while (TYPE_IS_REFERENCE (tt1) || tt1->code () == TYPE_CODE_PTR)
1827 tt1 = check_typedef ( tt1->target_type () );
1835 if (tt1->code () == tt2->code ()
1797 struct type *tt1, *tt2; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valops.c 1799 struct type *tt1, *tt2;
1804 tt1 = check_typedef (t1[i].type ());
1807 if (TYPE_IS_REFERENCE (tt1)
1809 && (check_typedef (tt1->target_type ())->code ()
1815 t2[i] = value_ref (t2[i], tt1->code ());
1825 while (TYPE_IS_REFERENCE (tt1) || tt1->code () == TYPE_CODE_PTR)
1827 tt1 = check_typedef ( tt1->target_type () );
1835 if (tt1->code () == tt2->code ()
1797 struct type *tt1, *tt2; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 13237 tree tt1 = TREE_TYPE (type1);
13239 addr_space_t as1 = TYPE_ADDR_SPACE (tt1);
13255 if (pedantic && TREE_CODE (tt1) == FUNCTION_TYPE)
13259 else if (VOID_TYPE_P (tt1) && !TYPE_ATOMIC (tt1))
13198 tree tt1 = TREE_TYPE (type1); local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 12384 tree tt1 = TREE_TYPE (type1);
12386 addr_space_t as1 = TYPE_ADDR_SPACE (tt1);
12402 if (pedantic && TREE_CODE (tt1) == FUNCTION_TYPE)
12406 else if (VOID_TYPE_P (tt1) && !TYPE_ATOMIC (tt1))
12347 tree tt1 = TREE_TYPE (type1); local

Completed in 41 milliseconds