HomeSort by: relevance | last modified time | path
    Searched refs:tdi (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc64-trap.s 29 tdi 31, 3, 3
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc64-trap.s 29 tdi 31, 3, 3
  /src/sys/ufs/chfs/
chfs_readinode.c 91 const struct chfs_tmp_dnode_info *tdi = n; local
94 return (tdi->tmpnode->node->ofs - ofs);
241 chfs_add_tmp_dnode_to_tdi(struct chfs_tmp_dnode_info *tdi,
244 if (!tdi->tmpnode) {
246 tdi->tmpnode = td;
249 struct chfs_tmp_dnode *tmp = tdi->tmpnode;
262 chfs_remove_tmp_dnode_from_tdi(struct chfs_tmp_dnode_info *tdi,
265 if (tdi->tmpnode == td) {
267 tdi->tmpnode = tdi->tmpnode->next
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dumpfile.cc 1648 enum tree_dump_index tdi; local
1651 tdi = TDI_ipa_all;
1653 tdi = TDI_tree_all;
1655 tdi = TDI_rtl_all;
1656 const dump_file_info *tdi_dfi = get_dump_file_info (tdi);
  /src/external/gpl3/gcc.old/dist/gcc/
dumpfile.cc 1651 enum tree_dump_index tdi; local
1654 tdi = TDI_ipa_all;
1656 tdi = TDI_tree_all;
1658 tdi = TDI_rtl_all;
1659 const dump_file_info *tdi_dfi = get_dump_file_info (tdi);

Completed in 22 milliseconds