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

  /external/f2fs-tools/fsck/
fsck.c 580 int is_hole = 0; local
599 is_hole = 1;
603 if (is_hole || (blkaddr != pgofs - ei->fofs + ei->blk))
618 if (is_hole)
    [all...]
  /external/v8/src/compiler/
js-call-reducer.cc 1326 Node* is_hole = graph()->NewNode(common()->IfTrue(), hole_branch); local
    [all...]

Completed in 63 milliseconds