Searched defs:next_free (Results 1 - 10 of 10) sorted by path

/external/bison/lib/
H A Dobstack.h155 char *next_free; /* where to add next char to current object */
220 #define obstack_next_free(h) ((h)->next_free)
253 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
255 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
276 (unsigned) (__o->next_free - __o->object_base); })
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
295 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
303 if (__o->next_free + __len > __o->chunk_limit) \
305 memcpy (__o->next_free, wher
154 char *next_free; /* where to add next char to current object */ member in struct:obstack
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_mm.h39 struct mem_block *next_free, *prev_free; member in struct:mem_block
H A Du_slab.c37 struct util_slab_block *next_free; member in struct:util_slab_block
66 block->next_free = util_slab_get_block(pool, page, i+1);
71 block->next_free = pool->first_free;
90 pool->first_free = block->next_free;
102 block->next_free = pool->first_free;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmm.h37 struct mem_block *next_free, *prev_free; member in struct:mem_block
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler.h52 struct Alloc* next_free; member in struct:Alloc
/external/chromium_org/v8/src/
H A Dglobal-handles.cc69 parameter_or_next_free_.next_free = NULL;
79 parameter_or_next_free_.next_free = *first_free;
198 Node* next_free() { function in class:v8::internal::GlobalHandles::Node
200 return parameter_or_next_free_.next_free;
204 parameter_or_next_free_.next_free = value;
294 Node* next_free; member in union:v8::internal::GlobalHandles::Node::__anon17292
391 parameter_or_next_free_.next_free = global_handles->first_free_;
456 first_free_ = result->next_free();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h743 char *next_free; member in struct:__sanitizer_obstack
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_mm.h39 struct mem_block *next_free, *prev_free; member in struct:mem_block
H A Du_slab.c37 struct util_slab_block *next_free; member in struct:util_slab_block
66 block->next_free = util_slab_get_block(pool, page, i+1);
71 block->next_free = pool->first_free;
90 pool->first_free = block->next_free;
102 block->next_free = pool->first_free;
/external/mesa3d/src/mesa/main/
H A Dmm.h37 struct mem_block *next_free, *prev_free; member in struct:mem_block

Completed in 620 milliseconds