| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| sarray.h | 111 void *next_free; member in union:sversion
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| sarray.h | 111 void *next_free; member in union:sversion
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| cgen-scache.c | 381 wrong this is. NEXT_FREE is the entry to throw out and cycles 383 static int next_free = 0; local 387 for (i = 0; i < next_free; ++i, ++scm) 389 ++next_free; 390 if (next_free == CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES (cpu)) 391 next_free = 0; 396 /* FIXME: Kinda weird to use a next_free adjusted scm when cache is
|
| cgen-scache.h | 64 SCACHE *next_free; member in struct:cpu_scache 65 #define CPU_SCACHE_NEXT_FREE(cpu) ((cpu) -> cgen_cpu.scache.next_free)
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| cgen-scache.c | 381 wrong this is. NEXT_FREE is the entry to throw out and cycles 383 static int next_free = 0; local 387 for (i = 0; i < next_free; ++i, ++scm) 389 ++next_free; 390 if (next_free == CPU_SCACHE_NUM_HASH_CHAIN_ENTRIES (cpu)) 391 next_free = 0; 396 /* FIXME: Kinda weird to use a next_free adjusted scm when cache is
|
| cgen-scache.h | 64 SCACHE *next_free; member in struct:cpu_scache 65 #define CPU_SCACHE_NEXT_FREE(cpu) ((cpu) -> cgen_cpu.scache.next_free)
|
| /src/external/bsd/nsd/dist/ |
| xfrd-tcp.h | 94 struct xfrd_tcp_pipeline_id* next_free; member in struct:xfrd_tcp_pipeline_id
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| obstack.h | 156 char *next_free; /* where to add next char to current object */ 221 #define obstack_next_free(h) ((h)->next_free) 254 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 256 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 277 (unsigned) (__o->next_free - __o->object_base); }) 282 (unsigned) (__o->chunk_limit - __o->next_free); }) 288 if (__o->chunk_limit - __o->next_free < __len) \ 296 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 304 if (__o->next_free + __len > __o->chunk_limit) \ 306 memcpy (__o->next_free, where, __len); 155 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| obstack.h | 156 char *next_free; /* where to add next char to current object */ 221 #define obstack_next_free(h) ((h)->next_free) 254 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 256 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 277 (unsigned) (__o->next_free - __o->object_base); }) 282 (unsigned) (__o->chunk_limit - __o->next_free); }) 288 if (__o->chunk_limit - __o->next_free < __len) \ 296 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 304 if (__o->next_free + __len > __o->chunk_limit) \ 306 memcpy (__o->next_free, where, __len); 155 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
| /src/external/gpl2/grep/dist/lib/ |
| obstack.h | 169 char *next_free; /* where to add next char to current object */ 286 #define obstack_next_free(h) ((h)->next_free) 345 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = achar) 347 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 368 (unsigned) (__o->next_free - __o->object_base); }) 373 (unsigned) (__o->chunk_limit - __o->next_free); }) 379 if (__o->chunk_limit - __o->next_free < __len) \ 386 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) 392 if (__o->next_free + __len > __o->chunk_limit) \ 394 _obstack_memcpy (__o->next_free, (char *) (where), __len); 168 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
| /src/external/gpl3/binutils/dist/include/ |
| obstack.h | 168 char *next_free; /* where to add next char to current object */ member in struct:obstack 236 #define obstack_next_free(h) ((void *) (h)->next_free) 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) 271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) 309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 319 memcpy (__o->next_free, where, __len); \ 320 __o->next_free += __len; \ 329 memcpy (__o->next_free, where, __len); [all...] |
| /src/external/gpl3/binutils.old/dist/include/ |
| obstack.h | 168 char *next_free; /* where to add next char to current object */ member in struct:obstack 236 #define obstack_next_free(h) ((void *) (h)->next_free) 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) 271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) 309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 319 memcpy (__o->next_free, where, __len); \ 320 __o->next_free += __len; \ 329 memcpy (__o->next_free, where, __len); [all...] |
| /src/external/gpl3/gcc/dist/include/ |
| obstack.h | 168 char *next_free; /* where to add next char to current object */ member in struct:obstack 236 #define obstack_next_free(h) ((void *) (h)->next_free) 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) 271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) 309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 319 memcpy (__o->next_free, where, __len); \ 320 __o->next_free += __len; \ 329 memcpy (__o->next_free, where, __len); [all...] |
| /src/external/gpl3/gcc.old/dist/include/ |
| obstack.h | 168 char *next_free; /* where to add next char to current object */ member in struct:obstack 236 #define obstack_next_free(h) ((void *) (h)->next_free) 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) 271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) 309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 319 memcpy (__o->next_free, where, __len); \ 320 __o->next_free += __len; \ 329 memcpy (__o->next_free, where, __len); [all...] |
| /src/external/gpl3/gdb/dist/include/ |
| obstack.h | 168 char *next_free; /* where to add next char to current object */ member in struct:obstack 236 #define obstack_next_free(h) ((void *) (h)->next_free) 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) 271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) 309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 319 memcpy (__o->next_free, where, __len); \ 320 __o->next_free += __len; \ 329 memcpy (__o->next_free, where, __len); [all...] |
| /src/external/gpl3/gdb.old/dist/include/ |
| obstack.h | 168 char *next_free; /* where to add next char to current object */ member in struct:obstack 236 #define obstack_next_free(h) ((void *) (h)->next_free) 269 #define obstack_1grow_fast(h, achar) ((void) (*((h)->next_free)++ = (achar))) 271 #define obstack_blank_fast(h, n) ((void) ((h)->next_free += (n))) 288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); }) 295 (_OBSTACK_SIZE_T) (__o1->chunk_limit - __o1->next_free); }) 309 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 319 memcpy (__o->next_free, where, __len); \ 320 __o->next_free += __len; \ 329 memcpy (__o->next_free, where, __len); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| unwind-dw2-btree.h | 379 struct btree_node *next_free local 381 if (next_free) 383 if (!btree_node_try_lock_exclusive (next_free)) 387 if (next_free->type == btree_node_free) 389 struct btree_node *ex = next_free; 391 &(t->free_list), &ex, next_free->content.children[0].child, 394 next_free->entry_count = 0; 395 next_free->type = inner ? btree_node_inner : btree_node_leaf; 396 return next_free; 399 btree_node_unlock_exclusive (next_free); 422 struct btree_node *next_free local [all...] |
| /src/external/bsd/unbound/dist/services/ |
| outside_network.h | 352 struct pending_tcp* next_free; member in struct:pending_tcp
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| parse.cc | 1475 next_free (void) function 1830 st = (gfc_current_form == FORM_FIXED) ? next_fixed () : next_free ();
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| parse.cc | 1275 next_free (void) function 1630 st = (gfc_current_form == FORM_FIXED) ? next_fixed () : next_free ();
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_posix.h | 873 char *next_free; member in struct:__sanitizer_obstack
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_posix.h | 924 char *next_free; member in struct:__sanitizer_obstack
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_posix.h | 887 char *next_free; member in struct:__sanitizer_obstack
|
| /src/external/gpl3/gcc/dist/libgomp/ |
| libgomp.h | 384 struct gomp_work_share *next_free; member in union:gomp_work_share::__anon14454 803 /* List of gomp_work_share structs chained through next_free fields.
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| libgomp.h | 386 struct gomp_work_share *next_free; member in union:gomp_work_share::__anon16866 694 /* List of gomp_work_share structs chained through next_free fields.
|