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

/freebsd-11.0-release/contrib/gcclibs/include/
H A Dobstack.h171 char *chunk_limit; /* address of char after current chunk */
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
339 if (__o->next_free + __len > __o->chunk_limit) \
349 if (__o->next_free + __len + 1 > __o->chunk_limit) \
359 if (__o->next_free + 1 > __o->chunk_limit) \
371 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
378 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
400 if (__o->chunk_limit - __o->next_free < __len) \
436 > __o1->chunk_limit
170 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
/freebsd-11.0-release/contrib/binutils/include/
H A Dobstack.h171 char *chunk_limit; /* address of char after current chunk */
320 (unsigned) (__o->chunk_limit - __o->next_free); })
326 if (__o->chunk_limit - __o->next_free < __len) \
339 if (__o->next_free + __len > __o->chunk_limit) \
349 if (__o->next_free + __len + 1 > __o->chunk_limit) \
359 if (__o->next_free + 1 > __o->chunk_limit) \
371 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
378 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
400 if (__o->chunk_limit - __o->next_free < __len) \
436 > __o1->chunk_limit
170 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
/freebsd-11.0-release/gnu/usr.bin/grep/
H A Dobstack.h168 char *chunk_limit; /* address of char after current chunk */
371 (unsigned) (__o->chunk_limit - __o->next_free); })
377 if (__o->chunk_limit - __o->next_free < __len) \
390 if (__o->next_free + __len > __o->chunk_limit) \
400 if (__o->next_free + __len + 1 > __o->chunk_limit) \
410 if (__o->next_free + 1 > __o->chunk_limit) \
422 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
430 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
442 if (__o->chunk_limit - __o->next_free < __len) \
478 > __o1->chunk_limit
167 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
H A Dobstack.c200 h->chunk_limit = chunk->limit
260 h->chunk_limit = chunk->limit
298 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
398 h->chunk_limit = lp->limit;
432 h->chunk_limit = lp->limit;
/freebsd-11.0-release/contrib/gdb/include/
H A Dobstack.h175 char *chunk_limit; /* address of char after current chunk */
377 (unsigned) (__o->chunk_limit - __o->next_free); })
383 if (__o->chunk_limit - __o->next_free < __len) \
396 if (__o->next_free + __len > __o->chunk_limit) \
406 if (__o->next_free + __len + 1 > __o->chunk_limit) \
416 if (__o->next_free + 1 > __o->chunk_limit) \
428 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
435 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
457 if (__o->chunk_limit - __o->next_free < __len) \
493 > __o1->chunk_limit
174 char *chunk_limit; /* address of char after current chunk */ member in struct:obstack
[all...]
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dobstack.c177 h->chunk_limit = chunk->limit
223 h->chunk_limit = chunk->limit
259 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
353 h->chunk_limit = lp->limit;
385 h->chunk_limit = lp->limit;
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dobstack.c177 h->chunk_limit = chunk->limit
223 h->chunk_limit = chunk->limit
259 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
353 h->chunk_limit = lp->limit;
385 h->chunk_limit = lp->limit;

Completed in 75 milliseconds