HomeSort by relevance Sort by last modified time
    Searched defs:next_free (Results 1 - 17 of 17) sorted by null

  /external/libdrm/intel/
mm.h 40 struct mem_block *next_free, *prev_free; member in struct:mem_block
  /external/mesa3d/src/gallium/auxiliary/util/
u_mm.h 39 struct mem_block *next_free, *prev_free; member in struct:mem_block
u_slab.c 37 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/
mm.h 37 struct mem_block *next_free, *prev_free; member in struct:mem_block
  /hardware/intel/img/psb_video/src/
object_heap.h 40 int next_free; member in struct:object_base_s
47 int next_free; member in struct:object_heap_s
object_heap.c 50 int next_free; local
58 next_free = heap->next_free;
67 obj->next_free = next_free;
68 next_free = i;
81 heap->next_free = next_free;
96 heap->next_free = LAST_FREE;
107 if (LAST_FREE == heap->next_free) {
    [all...]
  /external/syslinux/com32/lib/
malloc.h 51 struct free_arena_header *next_free, *prev_free; member in struct:free_arena_header
  /external/syslinux/dos/
malloc.h 51 struct free_arena_header *next_free, *prev_free; member in struct:free_arena_header
  /bionic/linker/
linker_allocator.cpp 97 small_object_block_record* next_free = reinterpret_cast<small_object_block_record*>( local
99 next_free->next = block_record->next;
100 next_free->free_blocks_cnt = block_record->free_blocks_cnt - 1;
101 free_blocks_list_ = next_free;
  /external/syslinux/core/mem/
malloc.h 71 struct free_arena_header *next_free, *prev_free; member in struct:free_arena_header
  /external/bison/lib/
obstack.h 155 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, where, __len);
154 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 157 char *next_free; /* where to add next char to current object */
217 #define obstack_next_free(h) ((h)->next_free)
250 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
252 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
273 (unsigned) (__o->next_free - __o->object_base); })
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
300 if (__o->next_free + __len > __o->chunk_limit) \
302 memcpy (__o->next_free, where, __len);
156 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 157 char *next_free; /* where to add next char to current object */
217 #define obstack_next_free(h) ((h)->next_free)
250 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
252 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
273 (unsigned) (__o->next_free - __o->object_base); })
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \
300 if (__o->next_free + __len > __o->chunk_limit) \
302 memcpy (__o->next_free, where, __len);
156 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (where), __len);
169 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack
    [all...]
  /toolchain/binutils/binutils-2.25/include/
obstack.h 170 char *next_free; /* where to add next char to current object */
261 #define obstack_next_free(h) ((h)->next_free)
292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar))
294 #define obstack_blank_fast(h,n) ((h)->next_free += (n))
315 (unsigned) (__o->next_free - __o->object_base); })
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); })
339 if (__o->next_free + __len > __o->chunk_limit) \
341 _obstack_memcpy (__o->next_free, (where), __len);
169 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack
    [all...]
  /external/v8/src/
global-handles.cc 69 parameter_or_next_free_.next_free = NULL;
80 parameter_or_next_free_.next_free = *first_free;
220 Node* next_free() { function in class:v8::internal::GlobalHandles::Node
222 return parameter_or_next_free_.next_free;
226 parameter_or_next_free_.next_free = value;
380 Node* next_free; member in union:v8::internal::GlobalHandles::Node::__anon34296
477 parameter_or_next_free_.next_free = global_handles->first_free_;
567 first_free_ = result->next_free();
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 821 char *next_free; member in struct:__sanitizer_obstack
    [all...]

Completed in 322 milliseconds