Home
last modified time | relevance | path

Searched defs:__value (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libm/arm64/
H A Dfenv.c39 #define __get(REGISTER, __value) { \ argument
47 #define __set(REGISTER, __value) { \ argument
/aosp12/bionic/libc/include/bits/
H A Dthreads_inlines.h203 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* __value) { in tss_set()
/aosp12/bionic/libc/include/sys/
H A Dcdefs.h63 #define __BIONIC_ALIGN(__value, __alignment) (((__value) + (__alignment)-1) & ~((__alignment)-1)) argument