next_free 176 libglibc/obstack.c h->next_free = h->object_base = chunk->contents; next_free 223 libglibc/obstack.c h->next_free = h->object_base = chunk->contents; next_free 245 libglibc/obstack.c register long obj_size = h->next_free - h->object_base; next_free 298 libglibc/obstack.c h->next_free = h->object_base + obj_size; next_free 358 libglibc/obstack.c h->object_base = h->next_free = (char *) (obj); next_free 151 libglibc/obstack.h char *next_free; /* where to add next char to current object */ next_free 205 libglibc/obstack.h #define obstack_next_free(h) ((h)->next_free) next_free 238 libglibc/obstack.h #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) next_free 240 libglibc/obstack.h #define obstack_blank_fast(h,n) ((h)->next_free += (n)) next_free 260 libglibc/obstack.h (unsigned) (__o->next_free - __o->object_base); }) next_free 265 libglibc/obstack.h (unsigned) (__o->chunk_limit - __o->next_free); }) next_free 271 libglibc/obstack.h if (__o->chunk_limit - __o->next_free < __len) \ next_free 278 libglibc/obstack.h (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) next_free 284 libglibc/obstack.h if (__o->next_free + __len > __o->chunk_limit) \ next_free 286 libglibc/obstack.h memcpy (__o->next_free, where, __len); \ next_free 287 libglibc/obstack.h __o->next_free += __len; \ next_free 294 libglibc/obstack.h if (__o->next_free + __len + 1 > __o->chunk_limit) \ next_free 296 libglibc/obstack.h memcpy (__o->next_free, where, __len); \ next_free 297 libglibc/obstack.h __o->next_free += __len; \ next_free 298 libglibc/obstack.h *(__o->next_free)++ = 0; \ next_free 304 libglibc/obstack.h if (__o->next_free + 1 > __o->chunk_limit) \ next_free 316 libglibc/obstack.h if (__o->next_free + sizeof (void *) > __o->chunk_limit) \ next_free 323 libglibc/obstack.h if (__o->next_free + sizeof (int) > __o->chunk_limit) \ next_free 330 libglibc/obstack.h *(const void **) __o1->next_free = (aptr); \ next_free 331 libglibc/obstack.h __o1->next_free += sizeof (const void *); \ next_free 337 libglibc/obstack.h *(int *) __o1->next_free = (aint); \ next_free 338 libglibc/obstack.h __o1->next_free += sizeof (int); \ next_free 345 libglibc/obstack.h if (__o->chunk_limit - __o->next_free < __len) \ next_free 374 libglibc/obstack.h if (__o1->next_free == __value) \ next_free 376 libglibc/obstack.h __o1->next_free \ next_free 377 libglibc/obstack.h = __INT_TO_PTR ((__PTR_TO_INT (__o1->next_free)+__o1->alignment_mask)\ next_free 379 libglibc/obstack.h if (__o1->next_free - (char *)__o1->chunk \ next_free 381 libglibc/obstack.h __o1->next_free = __o1->chunk_limit; \ next_free 382 libglibc/obstack.h __o1->object_base = __o1->next_free; \ next_free 390 libglibc/obstack.h __o->next_free = __o->object_base = (char *)__obj; \ next_free 396 libglibc/obstack.h (unsigned) ((h)->next_free - (h)->object_base) next_free 399 libglibc/obstack.h (unsigned) ((h)->chunk_limit - (h)->next_free) next_free 402 libglibc/obstack.h ((h)->chunk->prev == 0 && (h)->next_free - (h)->chunk->contents == 0) next_free 412 libglibc/obstack.h (((h)->next_free + (h)->temp > (h)->chunk_limit) \ next_free 417 libglibc/obstack.h (((h)->next_free + (h)->temp > (h)->chunk_limit) \ next_free 419 libglibc/obstack.h memcpy ((h)->next_free, where, (h)->temp), \ next_free 420 libglibc/obstack.h (h)->next_free += (h)->temp) next_free 424 libglibc/obstack.h (((h)->next_free + (h)->temp + 1 > (h)->chunk_limit) \ next_free 426 libglibc/obstack.h memcpy ((h)->next_free, where, (h)->temp), \ next_free 427 libglibc/obstack.h (h)->next_free += (h)->temp, \ next_free 428 libglibc/obstack.h *((h)->next_free)++ = 0) next_free 431 libglibc/obstack.h ( (((h)->next_free + 1 > (h)->chunk_limit) \ next_free 436 libglibc/obstack.h ( (((h)->next_free + sizeof (char *) > (h)->chunk_limit) \ next_free 441 libglibc/obstack.h ( (((h)->next_free + sizeof (int) > (h)->chunk_limit) \ next_free 446 libglibc/obstack.h (((const void **) ((h)->next_free += sizeof (void *)))[-1] = (aptr)) next_free 449 libglibc/obstack.h (((int *) ((h)->next_free += sizeof (int)))[-1] = (aptr)) next_free 453 libglibc/obstack.h (((h)->chunk_limit - (h)->next_free < (h)->temp) \ next_free 467 libglibc/obstack.h ( ((h)->next_free == (h)->object_base \ next_free 471 libglibc/obstack.h (h)->next_free \ next_free 472 libglibc/obstack.h = __INT_TO_PTR ((__PTR_TO_INT ((h)->next_free)+(h)->alignment_mask) \ next_free 474 libglibc/obstack.h (((h)->next_free - (char *) (h)->chunk \ next_free 476 libglibc/obstack.h ? ((h)->next_free = (h)->chunk_limit) : 0), \ next_free 477 libglibc/obstack.h (h)->object_base = (h)->next_free, \ next_free 483 libglibc/obstack.h ? (int) ((h)->next_free = (h)->object_base \