Searched refs:cgd (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/fsck_ffs/
H A Dpass1.c73 daddr_t i, cgd; local
80 cgd = cgdmin(&sblock, c);
85 for (; i < cgd; i++)
89 cgd = i + howmany(sblock.fs_cssize, sblock.fs_fsize);
90 for (; i < cgd; i++)
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp282 LLVM_DEBUG(raw_string_ostream cgd(CurGroupDbg);
283 if (CurGroupDbg.length()) cgd << ", "; dumpSU(SU, cgd););

Completed in 68 milliseconds