Home
last modified time | relevance | path

Searched refs:all_blocks (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
H A 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/
H A Dgen-arabic-table.py80 all_blocks = set([blocks[u] for u in uu])
109 if block in all_blocks:
/third_party/skia/third_party/externals/freetype/src/base/
H A 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/node/deps/v8/src/compiler/
H A Dschedule.h271 const BasicBlockVector* all_blocks() const { return &all_blocks_; } in all_blocks() function in v8::internal::compiler::final
H A Dmachine-graph-verifier.cc99 auto blocks = schedule_->all_blocks(); in Run()
360 BasicBlockVector const* blocks = schedule_->all_blocks(); in Run()
H A Draw-machine-assembler.cc135 for (size_t i = 0; i < schedule->all_blocks()->size(); ++i) { in OptimizeControlFlow()
136 BasicBlock* block = (*schedule->all_blocks())[i]; in OptimizeControlFlow()
H A Dschedule.cc465 ((s.RpoBlockCount() == 0) ? *s.all_blocks() : *s.rpo_order())) { in operator <<()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_allocator.c1225 util_dynarray_init(&stream->all_blocks, NULL); in anv_state_stream_init()
1233 util_dynarray_foreach(&stream->all_blocks, struct anv_state, block) { in anv_state_stream_finish()
1238 util_dynarray_fini(&stream->all_blocks); in anv_state_stream_finish()
1260 util_dynarray_append(&stream->all_blocks, in anv_state_stream_alloc()
H A Danv_private.h814 struct util_dynarray all_blocks; member

Completed in 18 milliseconds