/bionic/libc/include/sys/ |
D | xattr.h | 51 int fsetxattr(int __fd, const char* __name, const void* __value, size_t __size, int __flags); 61 int setxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __flag… 72 int lsetxattr(const char* __path, const char* __name, const void* __value, size_t __size, int __fla… 82 ssize_t fgetxattr(int __fd, const char* __name, void* __value, size_t __size); 91 ssize_t getxattr(const char* __path, const char* __name, void* __value, size_t __size); 101 ssize_t lgetxattr(const char* __path, const char* __name, void* __value, size_t __size);
|
D | system_properties.h | 46 int __system_property_set(const char* __name, const char* __value); 60 void (*__callback)(void* __cookie, const char* __name, const char* __value, uint32_t __serial), 91 int __system_property_read(const prop_info* __pi, char* __name, char* __value); 93 int __system_property_get(const char* __name, char* __value);
|
D | eventfd.h | 65 int eventfd_read(int __fd, eventfd_t* __value); 73 int eventfd_write(int __fd, eventfd_t __value);
|
D | _system_properties.h | 105 int __system_property_add(const char* __name, unsigned int __name_length, const char* __value, unsi… 115 int __system_property_update(prop_info* __pi, const char* __value, unsigned int __value_length);
|
D | cdefs.h | 63 #define __BIONIC_ALIGN(__value, __alignment) (((__value) + (__alignment)-1) & ~((__alignment)-1)) argument
|
D | socket.h | 302 __socketcall int getsockopt(int __fd, int __level, int __option, void* __value, socklen_t* __value_… 309 __socketcall int setsockopt(int __fd, int __level, int __option, const void* __value, socklen_t __v…
|
/bionic/libc/include/ |
D | setjmp.h | 63 __noreturn void _longjmp(jmp_buf __env, int __value); 66 __noreturn void longjmp(jmp_buf __env, int __value); 71 __noreturn void siglongjmp(sigjmp_buf __env, int __value);
|
D | semaphore.h | 50 int sem_getvalue(sem_t* __sem, int* __value); 51 int sem_init(sem_t* __sem, int __shared, unsigned int __value);
|
D | signal.h | 117 int pthread_sigqueue(pthread_t __pthread, int __signal, const union sigval __value) __INTRODUCED_IN… 123 int sigqueue(pid_t __pid, int __signal, const union sigval __value) __INTRODUCED_IN(23);
|
D | malloc.h | 308 int mallopt(int __option, int __value) __INTRODUCED_IN(26);
|
D | threads.h | 223 int tss_set(tss_t __key, void* __value) __INTRODUCED_IN(30);
|
D | math.h | 273 double copysign(double __value, double __sign) __attribute_const__; 274 float copysignf(float __value, float __sign) __attribute_const__; 275 long double copysignl(long double __value, long double __sign) __RENAME_LDBL(copysign, 3, 3) __attr…
|
D | stdlib.h | 59 int setenv(const char* __name, const char* __value, int __overwrite);
|
D | pthread.h | 289 int pthread_setspecific(pthread_key_t __key, const void* __value);
|
/bionic/libm/arm64/ |
D | fenv.c | 39 #define __get(REGISTER, __value) { \ argument 42 __value = (__uint32_t) __value64; \ 47 #define __set(REGISTER, __value) { \ argument 48 uint64_t __value64 = __value; \
|
/bionic/libc/include/bits/ |
D | get_device_api_level_inlines.h | 38 int __system_property_get(const char* __name, char* __value);
|
D | threads_inlines.h | 203 __BIONIC_THREADS_INLINE int tss_set(tss_t __key, void* __value) { in tss_set() argument 204 return __bionic_thrd_error(pthread_setspecific(__key, __value)); in tss_set()
|