Home
last modified time | relevance | path

Searched refs:chunk_limit (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/include/
HDobstack.h170 char *chunk_limit; /* address of char after current chunk */ member
316 (unsigned) (__o->chunk_limit - __o->next_free); })
322 if (__o->chunk_limit - __o->next_free < __len) \
335 if (__o->next_free + __len > __o->chunk_limit) \
345 if (__o->next_free + __len + 1 > __o->chunk_limit) \
355 if (__o->next_free + 1 > __o->chunk_limit) \
367 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
374 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
396 if (__o->chunk_limit - __o->next_free < __len) \
432 > __o1->chunk_limit - (char *)__o1->chunk) \
[all …]
/freebsd-11-stable/contrib/binutils/include/
HDobstack.h170 char *chunk_limit; /* address of char after current chunk */ member
316 (unsigned) (__o->chunk_limit - __o->next_free); })
322 if (__o->chunk_limit - __o->next_free < __len) \
335 if (__o->next_free + __len > __o->chunk_limit) \
345 if (__o->next_free + __len + 1 > __o->chunk_limit) \
355 if (__o->next_free + 1 > __o->chunk_limit) \
367 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
374 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
396 if (__o->chunk_limit - __o->next_free < __len) \
432 > __o1->chunk_limit - (char *)__o1->chunk) \
[all …]
/freebsd-11-stable/gnu/usr.bin/grep/
HDobstack.h167 char *chunk_limit; /* address of char after current chunk */ member
367 (unsigned) (__o->chunk_limit - __o->next_free); })
373 if (__o->chunk_limit - __o->next_free < __len) \
386 if (__o->next_free + __len > __o->chunk_limit) \
396 if (__o->next_free + __len + 1 > __o->chunk_limit) \
406 if (__o->next_free + 1 > __o->chunk_limit) \
418 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
426 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
438 if (__o->chunk_limit - __o->next_free < __len) \
474 > __o1->chunk_limit - (char *)__o1->chunk) \
[all …]
HDobstack.c199 h->chunk_limit = chunk->limit
259 h->chunk_limit = chunk->limit
297 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
396 h->chunk_limit = lp->limit;
430 h->chunk_limit = lp->limit;
/freebsd-11-stable/contrib/gdb/include/
HDobstack.h174 char *chunk_limit; /* address of char after current chunk */ member
373 (unsigned) (__o->chunk_limit - __o->next_free); })
379 if (__o->chunk_limit - __o->next_free < __len) \
392 if (__o->next_free + __len > __o->chunk_limit) \
402 if (__o->next_free + __len + 1 > __o->chunk_limit) \
412 if (__o->next_free + 1 > __o->chunk_limit) \
424 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
431 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
453 if (__o->chunk_limit - __o->next_free < __len) \
489 > __o1->chunk_limit - (char *)__o1->chunk) \
[all …]
/freebsd-11-stable/contrib/binutils/libiberty/
HDobstack.c176 h->chunk_limit = chunk->limit in _obstack_begin()
222 h->chunk_limit = chunk->limit in _obstack_begin_1()
258 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()
351 h->chunk_limit = lp->limit; in _obstack_free()
383 h->chunk_limit = lp->limit; in obstack_free()
/freebsd-11-stable/contrib/gcclibs/libiberty/
HDobstack.c176 h->chunk_limit = chunk->limit in _obstack_begin()
222 h->chunk_limit = chunk->limit in _obstack_begin_1()
258 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()
351 h->chunk_limit = lp->limit; in _obstack_free()
383 h->chunk_limit = lp->limit; in obstack_free()