HomeSort by relevance Sort by last modified time
    Searched full:object_base (Results 1 - 19 of 19) 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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.c 179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
250 register long obj_size = h->next_free - h->object_base;
253 char *object_base;
268 /* Compute an aligned object_base in the new chunk */
269 object_base =
279 ((COPYING_UNIT *)object_base)[i]
280 = ((COPYING_UNIT *)h->object_base)[i];
290 object_base[i] = h->object_base[i]
252 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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libc-2.7.so 
libc.so.6 
  /prebuilts/misc/linux-x86/bison/
bison 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
c++ 
g++ 
gcc 

Completed in 285 milliseconds