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

  /external/webp/src/utils/
utils.c 68 static MemBlock* all_blocks = NULL; variable
84 while (all_blocks != NULL) {
85 MemBlock* b = all_blocks;
86 all_blocks = b->next_;
121 b->next_ = all_blocks;
122 all_blocks = b;
141 MemBlock** b = &all_blocks;
  /external/freetype/src/base/
ftdbgmem.c 64 FT_Long all_blocks; /* total number of blocks allocated */ member in struct:FT_MemSourceRec_
489 node->all_blocks = 0;
558 source->all_blocks++;
  /external/v8/src/compiler/
schedule.h 249 const BasicBlockVector* all_blocks() const { return &all_blocks_; } function in class:v8::internal::compiler::final

Completed in 119 milliseconds