Searched defs:next_free (Results 1 - 8 of 8) sorted by relevance

/external/libdrm/intel/
H A Dmm.h40 struct mem_block *next_free, *prev_free; member in struct:mem_block
/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
/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/v8/src/
H A Dglobal-handles.cc75 parameter_or_next_free_.next_free = NULL;
87 parameter_or_next_free_.next_free = *first_free;
244 Node* next_free() { function in class:v8::internal::GlobalHandles::Node
246 return parameter_or_next_free_.next_free;
250 parameter_or_next_free_.next_free = value;
393 Node* next_free; member in union:v8::internal::GlobalHandles::Node::__anon18150
490 parameter_or_next_free_.next_free = global_handles->first_free_;
580 first_free_ = result->next_free();
/external/opencv3/modules/core/test/
H A Dtest_ds.cpp1258 CvSetElem* next_free = first_free ? first_free->next_free : 0; local
1310 (!next_free || cvset->free_elems == next_free) &&
1345 CV_TS_SEQ_CHECK_CONDITION( elem->next_free == first_free &&
1479 CvSetElem *first_free, *next_free; local
1504 next_free = first_free ? first_free->next_free : 0;
1530 (!next_free || graph->free_elems == next_free)
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h796 char *next_free; member in struct:__sanitizer_obstack

Completed in 238 milliseconds