HomeSort by relevance Sort by last modified time
    Searched refs:lbs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
LoopIterator.h 115 po_iterator_storage(LoopBlocksTraversal &lbs) : LBT(lbs) {}
  /external/toybox/toys/pending/
fdisk.c 410 unsigned lbc, lbh, lbs, lec, leh, les; local
428 lbs = (start % g_sectors) + 1;
435 if (g_cylinders <= ONE_K && (physbc != lbc || physbh != lbh || physbs != lbs)) {
438 xprintf("logical = (%u %u %u)\n", lbc, lbh, lbs);
    [all...]

Completed in 448 milliseconds