Searched defs:all_blocks (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/utils/
H A Dutils.c68 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/
H A Dftdbgmem.c64 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/
H A Dschedule.h249 const BasicBlockVector* all_blocks() const { return &all_blocks_; } function in class:v8::internal::compiler::final

Completed in 150 milliseconds