HomeSort by relevance Sort by last modified time
    Searched refs:chunk_limit (Results 1 - 12 of 12) sorted by null

  /external/bison/lib/
obstack.h 156 char *chunk_limit; /* address of char after current chunk */
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
303 if (__o->next_free + __len > __o->chunk_limit) \
313 if (__o->next_free + __len + 1 > __o->chunk_limit) \
323 if (__o->next_free + 1 > __o->chunk_limit) \
335 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
342 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
364 if (__o->chunk_limit - __o->next_free < __len) \
399 > __o1->chunk_limit - (char *)__o1->chunk)
155 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
obstack.c 179 h->chunk_limit = chunk->limit
227 h->chunk_limit = chunk->limit
264 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
365 h->chunk_limit = lp->limit;
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 156 char *chunk_limit; /* address of char after current chunk */
281 (unsigned) (__o->chunk_limit - __o->next_free); })
287 if (__o->chunk_limit - __o->next_free < __len) \
303 if (__o->next_free + __len > __o->chunk_limit) \
313 if (__o->next_free + __len + 1 > __o->chunk_limit) \
323 if (__o->next_free + 1 > __o->chunk_limit) \
335 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
342 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
364 if (__o->chunk_limit - __o->next_free < __len) \
399 > __o1->chunk_limit - (char *)__o1->chunk)
155 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
obstack.c 181 h->chunk_limit = chunk->limit
229 h->chunk_limit = chunk->limit
266 new_chunk->limit = h->chunk_limit = (char *) new_chunk + new_size;
367 h->chunk_limit = lp->limit;
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 171 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 - (char *)__o1->chunk)
170 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 171 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 - (char *)__o1->chunk)
170 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 171 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 - (char *)__o1->chunk)
170 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 171 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 - (char *)__o1->chunk)
170 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h 158 char *chunk_limit; /* address of char after current chunk */
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
300 if (__o->next_free + __len > __o->chunk_limit) \
310 if (__o->next_free + __len + 1 > __o->chunk_limit) \
320 if (__o->next_free + 1 > __o->chunk_limit) \
332 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
339 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
361 if (__o->chunk_limit - __o->next_free < __len) \
396 > __o1->chunk_limit - (char *)__o1->chunk)
157 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 158 char *chunk_limit; /* address of char after current chunk */
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
300 if (__o->next_free + __len > __o->chunk_limit) \
310 if (__o->next_free + __len + 1 > __o->chunk_limit) \
320 if (__o->next_free + 1 > __o->chunk_limit) \
332 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
339 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
361 if (__o->chunk_limit - __o->next_free < __len) \
396 > __o1->chunk_limit - (char *)__o1->chunk)
157 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 158 char *chunk_limit; /* address of char after current chunk */
278 (unsigned) (__o->chunk_limit - __o->next_free); })
284 if (__o->chunk_limit - __o->next_free < __len) \
300 if (__o->next_free + __len > __o->chunk_limit) \
310 if (__o->next_free + __len + 1 > __o->chunk_limit) \
320 if (__o->next_free + 1 > __o->chunk_limit) \
332 if (__o->next_free + sizeof (void *) > __o->chunk_limit) \
339 if (__o->next_free + sizeof (int) > __o->chunk_limit) \
361 if (__o->chunk_limit - __o->next_free < __len) \
396 > __o1->chunk_limit - (char *)__o1->chunk)
157 char *chunk_limit; \/* address of char after current chunk *\/ member in struct:obstack
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 336 chunk_limit=2**20):
364 chunk_limit
450 `chunk_limit` is used to limit the amount of memory used whilst
595 self.chunk_limit = chunk_limit
800 if len(data) > self.chunk_limit:
    [all...]

Completed in 485 milliseconds