Searched refs:__o (Results 1 – 3 of 3) sorted by relevance
272 ({ struct obstack const *__o = (OBSTACK); \273 (unsigned) (__o->next_free - __o->object_base); })277 ({ struct obstack const *__o = (OBSTACK); \278 (unsigned) (__o->chunk_limit - __o->next_free); })282 ({ struct obstack *__o = (OBSTACK); \284 if (__o->chunk_limit - __o->next_free < __len) \285 _obstack_newchunk (__o, __len); \290 ({ struct obstack const *__o = (OBSTACK); \291 (__o->chunk->prev == 0 \292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \[all …]
148 # define __glibc_objsize0(__o) __builtin_dynamic_object_size (__o, 0) argument149 # define __glibc_objsize(__o) __builtin_dynamic_object_size (__o, 1) argument151 # define __glibc_objsize0(__o) __bos0 (__o) argument152 # define __glibc_objsize(__o) __bos (__o) argument
46 #define internal_sigprocmask(__h, __s, __o) __sigprocmask (__h, __s, __o) argument