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

  /src/sys/fs/adosfs/
adosfs.h 116 u_long rootb; /* root block number */ member in struct:adosfsmount
advfsops.c 245 amp->rootb = (blksperdisk - 1 + resvblks) / 2;
334 error = VFS_VGET(mp, (ino_t)VFSTOADOSFS(mp)->rootb, lktype, &nvp);
611 bn = amp->rootb;
  /src/external/gpl3/gcc/dist/gcc/
genrecog.cc 2576 required to reach A from *ROOTA as to reach B from ROOTB. If *ROOTA
2581 position *rootb, position *b)
2589 *roota = rootb;
2592 return *roota == rootb;
2594 /* If B does not belong to the same instruction as ROOTB, we don't
2595 start with ROOTB but instead start with a call to peep2_next_insn.
2598 if (rootb->insn_id != b->insn_id)
2600 while (rootb != b)
  /src/external/gpl3/gcc.old/dist/gcc/
genrecog.cc 2576 required to reach A from *ROOTA as to reach B from ROOTB. If *ROOTA
2581 position *rootb, position *b)
2589 *roota = rootb;
2592 return *roota == rootb;
2594 /* If B does not belong to the same instruction as ROOTB, we don't
2595 start with ROOTB but instead start with a call to peep2_next_insn.
2598 if (rootb->insn_id != b->insn_id)
2600 while (rootb != b)

Completed in 31 milliseconds