Home
last modified time | relevance | path

Searched refs:__o (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/malloc/
Dobstack.h272 ({ 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 …]
/glibc-2.36/misc/sys/
Dcdefs.h148 # define __glibc_objsize0(__o) __builtin_dynamic_object_size (__o, 0) argument
149 # define __glibc_objsize(__o) __builtin_dynamic_object_size (__o, 1) argument
151 # define __glibc_objsize0(__o) __bos0 (__o) argument
152 # define __glibc_objsize(__o) __bos (__o) argument
/glibc-2.36/sysdeps/generic/
Dinternal-signals.h46 #define internal_sigprocmask(__h, __s, __o) __sigprocmask (__h, __s, __o) argument