Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dio.h83 unsigned char __value; in inb() local
97 unsigned short __value; in inw() local
111 unsigned int __value; in inl() local
124 static __inline void outb(unsigned char __value, unsigned short __port) { in outb()
136 static __inline void outw(unsigned short __value, unsigned short __port) { in outw()
148 static __inline void outl(unsigned int __value, unsigned short __port) { in outl()
Dcdefs.h63 #define __BIONIC_ALIGN(__value, __alignment) (((__value) + (__alignment)-1) & ~((__alignment)-1)) argument
/bionic/libm/
Dfenv-arm64.c39 #define __get(REGISTER, __value) { \ argument
47 #define __set(REGISTER, __value) { \ argument
/bionic/libc/include/bits/
Dthreads_inlines.h201 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* _Nonnull __value) { in tss_set()