Home
last modified time | relevance | path

Searched refs:next_free (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/gnu/gcc/include/
H A Dobstack.h338 __o->next_free += __len; \
348 __o->next_free += __len; \
349 *(__o->next_free)++ = 0; \
389 __o1->next_free += sizeof (int); \
426 if (__o1->next_free == value) \
428 __o1->next_free \
472 (h)->next_free += (h)->temp)
479 (h)->next_free += (h)->temp, \
480 *((h)->next_free)++ = 0)
523 (h)->next_free \
[all …]
/openbsd/gnu/lib/libiberty/include/
H A Dobstack.h338 __o->next_free += __len; \
348 __o->next_free += __len; \
349 *(__o->next_free)++ = 0; \
389 __o1->next_free += sizeof (int); \
426 if (__o1->next_free == value) \
428 __o1->next_free \
472 (h)->next_free += (h)->temp)
479 (h)->next_free += (h)->temp, \
480 *((h)->next_free)++ = 0)
523 (h)->next_free \
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/include/
H A Dobstack.h338 __o->next_free += __len; \
348 __o->next_free += __len; \
349 *(__o->next_free)++ = 0; \
389 __o1->next_free += sizeof (int); \
426 if (__o1->next_free == value) \
428 __o1->next_free \
472 (h)->next_free += (h)->temp)
479 (h)->next_free += (h)->temp, \
480 *((h)->next_free)++ = 0)
523 (h)->next_free \
[all …]
/openbsd/gnu/usr.bin/binutils/include/
H A Dobstack.h395 __o->next_free += __len; \
405 __o->next_free += __len; \
406 *(__o->next_free)++ = 0; \
446 __o1->next_free += sizeof (int); \
483 if (__o1->next_free == value) \
485 __o1->next_free \
529 (h)->next_free += (h)->temp)
536 (h)->next_free += (h)->temp, \
537 *((h)->next_free)++ = 0)
580 (h)->next_free \
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20001203-2.c6 char *next_free; member
67 if (__o->chunk_limit - __o->next_free < __len) in create_array_type()
69 __o->next_free += __len; (void) 0; in create_array_type()
75 if (__o1->next_free == value) in create_array_type()
77 __o1->next_free = (((((__o1->next_free) - (char *) 0) in create_array_type()
81 if (__o1->next_free - (char *)__o1->chunk in create_array_type()
83 __o1->next_free = __o1->chunk_limit; in create_array_type()
84 __o1->object_base = __o1->next_free; in create_array_type()
/openbsd/lib/libcurses/tinfo/
H A Dalloc_entry.c81 next_free = 0; in _nc_init_entry()
110 size_t old_next_free = next_free; in _nc_save_str()
119 if (len == 1 && next_free != 0) { in _nc_save_str()
124 if (next_free < MAX_ENTRY_SIZE) { in _nc_save_str()
125 result = (stringbuf + next_free - 1); in _nc_save_str()
127 } else if (next_free + len < MAX_ENTRY_SIZE) { in _nc_save_str()
130 DEBUG(7, ("at location %d", (int) next_free)); in _nc_save_str()
131 next_free += len; in _nc_save_str()
158 next_free = 0; /* clear static storage */ in _nc_wrap_entry()
199 TYPE_MALLOC(char, next_free, tp->str_table); in _nc_wrap_entry()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dobstack.h13 ((*((void **) (h)->next_free) = (aptr)), ( (h)->next_free += sizeof (void *)))
/openbsd/gnu/gcc/fixincludes/tests/base/
H A Dobstack.h13 ((*((void **) (h)->next_free) = (aptr)), ( (h)->next_free += sizeof (void *)))
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20010102-1.c21 char *next_free; member
66 register long obj_size = h->next_free - h->object_base;
99 h->next_free = h->object_base + obj_size;
/openbsd/gnu/lib/libiberty/src/
H A Dobstack.c175 h->next_free = h->object_base = chunk->contents; in _obstack_begin()
221 h->next_free = h->object_base = chunk->contents; in _obstack_begin_1()
243 register long obj_size = h->next_free - h->object_base; in _obstack_newchunk()
290 h->next_free = h->object_base + obj_size; in _obstack_newchunk()
350 h->object_base = h->next_free = (char *) (obj); in _obstack_free()
382 h->object_base = h->next_free = (char *) (obj); in obstack_free()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/
H A Dcp.c13 char *next_free; member
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcselib.h32 struct cselib_val_struct * GTY ((skip (""))) next_free;
H A Dcselib.c208 v->u.next_free = empty_vals;
695 empty_vals = e->u.next_free;
/openbsd/gnu/gcc/gcc/
H A Dcselib.h32 struct cselib_val_struct * GTY ((skip)) next_free;
H A Dggc-zone.c140 struct alloc_chunk *next_free; member
984 chunk->next_free = zone->free_chunks[bin]; in free_chunk()
991 chunk->next_free = zone->free_chunks[bin]; in free_chunk()
1067 zone->free_chunks[bin] = chunk->next_free; in ggc_alloc_zone_stat()
1100 zone->free_chunks[tbin] = chunk->next_free; in ggc_alloc_zone_stat()
1130 pp = &chunk->next_free; in ggc_alloc_zone_stat()
1137 *pp = chunk->next_free; in ggc_alloc_zone_stat()
1790 chunk = chunk->next_free; in ggc_collect_1()
2027 chunk = chunk->next_free; in ggc_print_statistics()
/openbsd/usr.sbin/nsd/
H A Dxfrd-tcp.h94 struct xfrd_tcp_pipeline_id* next_free; member
H A Dxfrd-tcp.c258 n->next_free = tp->pipe_id_free_list; in clear_pipeline_entry()
301 n->next_free = tp->pipe_id_free_list; in xfrd_tcp_pipeline_create()
337 tp->pipe_id_free_list = n->next_free; in xfrd_tcp_pipeline_insert_id()
338 n->next_free = NULL; in xfrd_tcp_pipeline_insert_id()
358 n->next_free = tp->pipe_id_free_list; in xfrd_tcp_pipeline_remove_id()
/openbsd/gnu/usr.bin/binutils/gas/
H A Dstabs.c209 saved_string_obstack_end = notes.next_free; in s_stab_generic()
349 if (saved_string_obstack_end == notes.next_free) in s_stab_generic()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dstabs.c206 saved_string_obstack_end = notes.next_free; in s_stab_generic()
344 if (saved_string_obstack_end == notes.next_free) in s_stab_generic()
/openbsd/lib/libc/db/hash/
H A Dhash.h290 #define NEXT_FREE hdr.next_free
/openbsd/usr.sbin/unbound/services/
H A Doutside_network.h352 struct pending_tcp* next_free; member
/openbsd/sbin/unwind/libunbound/services/
H A Doutside_network.h352 struct pending_tcp* next_free; member
H A Doutside_network.c747 w->outnet->tcp_free = pend->next_free;
748 pend->next_free = NULL;
1179 pend->next_free = outnet->tcp_free;
1623 outnet->tcp_conns[i]->next_free = outnet->tcp_free;
/openbsd/usr.sbin/unbound/testcode/
H A Dunittcpreuse.c136 outnet->tcp_conns[i]->next_free = outnet->tcp_free; in create_pending_tcp()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h929 char *next_free; member

12