Home
last modified time | relevance | path

Searched refs:all_blocks (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/utils/
Dutils.c66 static MemBlock* all_blocks = NULL; variable
82 while (all_blocks != NULL) { in PrintMemInfo()
83 MemBlock* b = all_blocks; in PrintMemInfo()
84 all_blocks = b->next_; in PrintMemInfo()
119 b->next_ = all_blocks; in AddMem()
120 all_blocks = b; in AddMem()
139 MemBlock** b = &all_blocks; in SubMem()
/external/harfbuzz_ng/src/
Dgen-arabic-table.py74 all_blocks = set([blocks[u] for u in uu])
103 if block in all_blocks:
/external/freetype/src/base/
Dftdbgmem.c64 FT_Long all_blocks; /* total number of blocks allocated */ member
488 node->all_blocks = 0; in ft_mem_table_get_source()
557 source->all_blocks++; in ft_mem_table_set()
/external/pdfium/third_party/freetype/src/base/
Dftdbgmem.c64 FT_Long all_blocks; /* total number of blocks allocated */ member
488 node->all_blocks = 0; in ft_mem_table_get_source()
557 source->all_blocks++; in ft_mem_table_set()