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

  /external/webp/src/utils/
utils.c 64 static MemBlock* all_blocks = NULL; variable
80 while (all_blocks != NULL) {
81 MemBlock* b = all_blocks;
82 all_blocks = b->next_;
117 b->next_ = all_blocks;
118 all_blocks = b;
137 MemBlock** b = &all_blocks;
  /build/tools/releasetools/
sparse_img.py 120 all_blocks = rangelib.RangeSet(data=(0, self.total_blocks))
121 extended = extended.intersect(all_blocks).subtract(self.care_map)
  /external/harfbuzz_ng/src/
gen-arabic-table.py 74 all_blocks = set([blocks[u] for u in uu])
103 if block in all_blocks:
  /external/freetype/src/base/
ftdbgmem.c 64 FT_Long all_blocks; /* total number of blocks allocated */ member in struct:FT_MemSourceRec_
488 node->all_blocks = 0;
557 source->all_blocks++;
  /external/pdfium/third_party/freetype/src/base/
ftdbgmem.c 64 FT_Long all_blocks; /* total number of blocks allocated */ member in struct:FT_MemSourceRec_
486 node->all_blocks = 0;
555 source->all_blocks++;
  /external/v8/test/cctest/compiler/
test-schedule.cc 27 CHECK_EQ(schedule.start(), *(schedule.all_blocks().begin()));
test-scheduler.cc 143 Schedule::BasicBlocks blocks(schedule.all_blocks());
    [all...]
  /external/v8/src/compiler/
schedule.h 190 BasicBlocks all_blocks() { return BasicBlocks(&all_blocks_); } function in class:v8::internal::compiler::Schedule
  /art/compiler/dex/
mir_graph.cc     [all...]
mir_graph.h 676 * @param all_blocks does the dumper use all the basic blocks or use the reachable blocks.
679 void DumpCFG(const char* dir_prefix, bool all_blocks, const char* suffix = nullptr);
    [all...]

Completed in 475 milliseconds