Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dutils.c68 static MemBlock* all_blocks = NULL; variable
84 while (all_blocks != NULL) { in PrintMemInfo()
85 MemBlock* b = all_blocks; in PrintMemInfo()
86 all_blocks = b->next_; in PrintMemInfo()
121 b->next_ = all_blocks; in AddMem()
122 all_blocks = b; in AddMem()
141 MemBlock** b = &all_blocks; in SubMem()
/third_party/skia/third_party/externals/libwebp/src/utils/
Dutils.c68 static MemBlock* all_blocks = NULL; variable
84 while (all_blocks != NULL) { in PrintMemInfo()
85 MemBlock* b = all_blocks; in PrintMemInfo()
86 all_blocks = b->next_; in PrintMemInfo()
124 b->next_ = all_blocks; in AddMem()
125 all_blocks = b; in AddMem()
144 MemBlock** b = &all_blocks; in SubMem()
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-arabic-table.py80 all_blocks = set([blocks[u] for u in uu])
109 if block in all_blocks:
/third_party/harfbuzz/src/
Dgen-arabic-table.py80 all_blocks = set([blocks[u] for u in uu])
109 if block in all_blocks:
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-arabic-table.py75 all_blocks = set([blocks[u] for u in uu])
104 if block in all_blocks:
/third_party/boost/boost/graph/parallel/
Ddistribution.hpp278 SizeType all_blocks = n / size; in block_size() local
280 SizeType everyone_gets = all_blocks / p; in block_size()
281 SizeType extra_blocks = all_blocks % p; in block_size()
/third_party/skia/third_party/externals/freetype/src/base/
Dftdbgmem.c64 FT_Long all_blocks; /* total number of blocks allocated */ member
445 node->all_blocks = 0; in ft_mem_table_get_source()
514 source->all_blocks++; in ft_mem_table_set()
/third_party/freetype/src/base/
Dftdbgmem.c64 FT_Long all_blocks; /* total number of blocks allocated */ member
489 node->all_blocks = 0; in ft_mem_table_get_source()
558 source->all_blocks++; in ft_mem_table_set()
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftdbgmem.c64 FT_Long all_blocks; /* total number of blocks allocated */ member
489 node->all_blocks = 0; in ft_mem_table_get_source()
558 source->all_blocks++; in ft_mem_table_set()
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1215 util_dynarray_init(&stream->all_blocks, NULL); in anv_state_stream_init()
1223 util_dynarray_foreach(&stream->all_blocks, struct anv_state, block) { in anv_state_stream_finish()
1228 util_dynarray_fini(&stream->all_blocks); in anv_state_stream_finish()
1250 util_dynarray_append(&stream->all_blocks, in anv_state_stream_alloc()
Danv_private.h707 struct util_dynarray all_blocks; member