Home
last modified time | relevance | path

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

/external/bison/lib/
Dobstack.h155 char *chunk_limit; /* address of char after current chunk */ member
277 (unsigned) (__o->chunk_limit - __o->next_free); })
283 if (__o->chunk_limit - __o->next_free < __len) \
299 if (__o->next_free + __len > __o->chunk_limit) \
309 if (__o->next_free + __len + 1 > __o->chunk_limit) \
319 if (__o->next_free + 1 > __o->chunk_limit) \
331 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
338 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
360 if (__o->chunk_limit - __o->next_free < __len) \
395 > __o1->chunk_limit - (char *)__o1->chunk) \
[all …]
Dobstack.c178 h->chunk_limit = chunk->limit in _obstack_begin()
226 h->chunk_limit = chunk->limit in _obstack_begin_1()
263 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size; in _obstack_newchunk()
363 h->chunk_limit = lp->limit; in __obstack_free()
/external/chromium_org/tools/telemetry/third_party/png/
Dpng.py336 chunk_limit=2**20): argument
595 self.chunk_limit = chunk_limit
800 if len(data) > self.chunk_limit:
2516 w = Writer(15, 17, greyscale=True, bitdepth=n, chunk_limit=99)