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

  /external/bison/lib/
obstack.c 177 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
225 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
248 register long obj_size = h->next_free - h->object_base;
251 char *object_base;
266 /* Compute an aligned object_base in the new chunk */
267 object_base =
277 ((COPYING_UNIT *)object_base)[i]
278 = ((COPYING_UNIT *)h->object_base)[i];
288 object_base[i] = h->object_base[i]
250 char *object_base; local
    [all...]
obstack.h 154 char *object_base; /* address of object we are building */
212 #define obstack_base(h) ((void *) (h)->object_base)
276 (unsigned) (__o->next_free - __o->object_base); })
392 void *__value = (void *) __o1->object_base; \
396 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
401 __o1->object_base = __o1->next_free; \
409 __o->next_free = __o->object_base = (char *)__obj; \
416 (unsigned) ((h)->next_free - (h)->object_base)
490 ( ((h)->next_free == (h)->object_base \
493 (h)->temp.tempptr = (h)->object_base, \
153 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
obstack.c 176 h->next_free = h->object_base = chunk->contents;
222 h->next_free = h->object_base = chunk->contents;
244 register long obj_size = h->next_free - h->object_base;
269 = ((COPYING_UNIT *)h->object_base)[i];
279 new_chunk->contents[i] = h->object_base[i];
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
290 h->object_base = new_chunk->contents;
291 h->next_free = h->object_base + obj_size;
352 h->object_base = h->next_free = (char *) (obj);
384 h->object_base = h->next_free = (char *) (obj)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
obstack.h 156 char *object_base; /* address of object we are building */
209 #define obstack_base(h) ((void *) (h)->object_base)
273 (unsigned) (__o->next_free - __o->object_base); })
389 void *__value = (void *) __o1->object_base; \
393 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
398 __o1->object_base = __o1->next_free; \
406 __o->next_free = __o->object_base = (char *)__obj; \
413 (unsigned) ((h)->next_free - (h)->object_base)
487 ( ((h)->next_free == (h)->object_base \
490 (h)->temp.tempptr = (h)->object_base, \
155 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
obstack.h 156 char *object_base; /* address of object we are building */
209 #define obstack_base(h) ((void *) (h)->object_base)
273 (unsigned) (__o->next_free - __o->object_base); })
389 void *__value = (void *) __o1->object_base; \
393 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
398 __o1->object_base = __o1->next_free; \
406 __o->next_free = __o->object_base = (char *)__obj; \
413 (unsigned) ((h)->next_free - (h)->object_base)
487 ( ((h)->next_free == (h)->object_base \
490 (h)->temp.tempptr = (h)->object_base, \
155 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
obstack.h 169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base = (h)->next_free,
168 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /toolchain/binutils/binutils-2.25/include/
obstack.h 169 char *object_base; /* address of object we are building */
253 #define obstack_base(h) ((h)->object_base)
315 (unsigned) (__o->next_free - __o->object_base); })
429 value = (void *) __o1->object_base; \
438 __o1->object_base = __o1->next_free; \
446 __o->next_free = __o->object_base = (char *) __obj; \
453 (unsigned) ((h)->next_free - (h)->object_base)
524 ( ((h)->next_free == (h)->object_base \
527 (h)->temp = __PTR_TO_INT ((h)->object_base), \
534 (h)->object_base = (h)->next_free,
168 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionSetterTest.java 389 ParentOptionSource object_base = new ParentOptionSource(); local
395 OptionSetter setter = new OptionSetter(object_base, configHolder);
402 assertEquals(object_base.mString, "one");
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 820 char *object_base; member in struct:__sanitizer_obstack
    [all...]
sanitizer_platform_limits_posix.cc     [all...]

Completed in 355 milliseconds