HomeSort by: relevance | last modified time | path
    Searched defs:object_base (Results 1 - 21 of 21) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
obstack.c 180 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
228 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
251 register long obj_size = h->next_free - h->object_base;
254 char *object_base;
269 /* Compute an aligned object_base in the new chunk */
270 object_base =
280 ((COPYING_UNIT *)object_base)[i]
281 = ((COPYING_UNIT *)h->object_base)[i];
291 object_base[i] = h->object_base[i]
253 char *object_base; local
    [all...]
obstack.h 155 char *object_base; /* address of object we are building */
213 #define obstack_base(h) ((void *) (h)->object_base)
277 (unsigned) (__o->next_free - __o->object_base); })
393 void *__value = (void *) __o1->object_base; \
397 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
402 __o1->object_base = __o1->next_free; \
410 __o->next_free = __o->object_base = (char *)__obj; \
417 (unsigned) ((h)->next_free - (h)->object_base)
491 ( ((h)->next_free == (h)->object_base \
494 (h)->temp.tempptr = (h)->object_base, \
154 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
obstack.c 180 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
228 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
251 register long obj_size = h->next_free - h->object_base;
254 char *object_base;
269 /* Compute an aligned object_base in the new chunk */
270 object_base =
280 ((COPYING_UNIT *)object_base)[i]
281 = ((COPYING_UNIT *)h->object_base)[i];
291 object_base[i] = h->object_base[i]
253 char *object_base; local
    [all...]
obstack.h 155 char *object_base; /* address of object we are building */
213 #define obstack_base(h) ((void *) (h)->object_base)
277 (unsigned) (__o->next_free - __o->object_base); })
393 void *__value = (void *) __o1->object_base; \
397 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
402 __o1->object_base = __o1->next_free; \
410 __o->next_free = __o->object_base = (char *)__obj; \
417 (unsigned) ((h)->next_free - (h)->object_base)
491 ( ((h)->next_free == (h)->object_base \
494 (h)->temp.tempptr = (h)->object_base, \
154 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
obstack.c 145 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents,
192 size_t obj_size = h->next_free - h->object_base;
193 char *object_base; local
213 /* Compute an aligned object_base in the new chunk */
214 object_base =
218 memcpy (object_base, h->object_base, obj_size);
224 && (h->object_base
232 h->object_base = object_base;
    [all...]
  /src/external/gpl2/grep/dist/lib/
obstack.h 168 char *object_base; /* address of object we are building */
278 #define obstack_base(h) ((h)->object_base)
368 (unsigned) (__o->next_free - __o->object_base); })
473 value = (void *) __o1->object_base; \
482 __o1->object_base = __o1->next_free; \
490 __o->next_free = __o->object_base = (char *)__obj; \
497 (unsigned) ((h)->next_free - (h)->object_base)
565 ( ((h)->next_free == (h)->object_base \
568 (h)->temp = __PTR_TO_INT ((h)->object_base), \
575 (h)->object_base = (h)->next_free,
167 char *object_base; \/* address of object we are building *\/ member in struct:obstack
    [all...]
  /src/external/gpl3/binutils/dist/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /src/external/gpl3/gcc/dist/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /src/external/gpl3/gcc.old/dist/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /src/external/gpl3/gdb/dist/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /src/external/gpl3/gdb.old/dist/include/
obstack.h 167 char *object_base; /* address of object we are building */ member in struct:obstack
228 #define obstack_base(h) ((void *) (h)->object_base)
288 (_OBSTACK_SIZE_T) (__o->next_free - __o->object_base); })
406 void *__value = (void *) __o1->object_base; \
410 = __PTR_ALIGN (__o1->object_base, __o1->next_free, \
415 __o1->object_base = __o1->next_free; \
423 __o->next_free = __o->object_base = (char *) __obj; \
430 ((_OBSTACK_SIZE_T) ((h)->next_free - (h)->object_base))
509 (((h)->next_free == (h)->object_base \
512 (h)->temp.p = (h)->object_base, \
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
pretty-print.cc 1113 const char *start = (obstack->object_base + quoted_text_start_idx);
1124 obstack->next_free = obstack->object_base + quoted_text_start_idx;
1800 void *object_base () const function in struct:auto_obstack
1802 return m_obstack.object_base;
1902 = static_cast <const char *> (combined_buf.object_base ());
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 872 char *object_base; member in struct:__sanitizer_obstack
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.h 923 char *object_base; member in struct:__sanitizer_obstack
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_platform_limits_posix.h 886 char *object_base; member in struct:__sanitizer_obstack

Completed in 50 milliseconds