HomeSort by relevance Sort by last modified time
    Searched refs:allocate_block (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_path_storage.cpp 50 void path_storage::allocate_block(unsigned nb) function in class:agg::path_storage
agg_array.h 268 void allocate_block(unsigned nb);
334 allocate_block(i);
343 void pod_deque<T, S>::allocate_block(unsigned nb) function in class:agg::pod_deque
364 allocate_block(nb);
461 allocate_block(size);
468 allocate_block(size + alignment - 1);
472 void allocate_block(unsigned size) function in class:agg::pod_allocator
agg_path_storage.h 114 void allocate_block(unsigned nb);
149 allocate_block(nb);
fx_agg_rasterizer_scanline_aa.cpp 115 void outline_aa::allocate_block() function in class:agg::outline_aa
144 allocate_block();
agg_rasterizer_scanline_aa.h 118 void allocate_block();
  /external/qemu/distrib/ext4_utils/src/
allocate.h 28 u32 allocate_block();
allocate.c 361 u32 allocate_block() function
674 u32 block_num = allocate_block();
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 112 in the bitmap. This function is a vector version of allocate_block below - We just run on the blocks that
113 we need to allocate, and call allocate_block for each one.
134 while (num) { /* And call allocate_block */
135 allocate_block (entry_num); /* for each block */
144 /* This is the opposite of the above function - We call deallocate_block instead of allocate_block */
171 void allocate_block (long entry_num) function
188 /* This is the opposite of allocate_block above. We use an and mask instead of an or mask. */
ext2ed.h 408 void allocate_block (long entry_num);
  /system/extras/ext4_utils/
allocate.h 43 u32 allocate_block();
allocate.c 362 u32 allocate_block() function
675 u32 block_num = allocate_block();
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 163 HBasicBlock* allocate_block = allocate->block(); local
168 int start = allocate_block->block_id();
174 if (!allocate_block->Dominates(block) && allocate_block != block) continue;
253 if (!allocate_block->Dominates(succ)) continue;

Completed in 295 milliseconds