Searched refs:object_base (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dobstack.c179 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[
252 char *object_base; local
[all...]
H A Dobstack.h154 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dobstack.c179 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[
252 char *object_base; local
[all...]
H A Dobstack.h154 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...]

Completed in 109 milliseconds