Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 96) sorted by relevance

1234

/bionic/libc/malloc_debug/
DDebugData.h56 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetPointer() local
61 uintptr_t value = reinterpret_cast<uintptr_t>(pointer); in GetHeader() local
66 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetAllocBacktrace() local
71 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetFrontGuard() local
76 uintptr_t value = reinterpret_cast<uintptr_t>(GetPointer(header)); in GetRearGuard() local
DConfig.cpp78 size_t* value = nullptr; member
103 bool PropertyParser::Get(std::string* property, size_t* value, bool* value_set) { in Get()
235 const std::string name, const Feature& feature, size_t value, bool value_set) { in SetFeature()
333 size_t value; in SetFromProperties() local
/bionic/libc/malloc_debug/tests/
Dproperty_fake.cpp26 extern "C" int property_set(const char* name, const char* value) { in property_set()
34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get()
47 extern "C" int __system_property_get(const char* key, char* value) { in __system_property_get()
/bionic/libc/private/
Dbionic_macros.h41 #define BIONIC_ALIGN(value, alignment) \ argument
44 #define BIONIC_ROUND_UP_POWER_OF_2(value) \ argument
Dkernel_sigset_t.h31 kernel_sigset_t(const sigset_t* value) { in kernel_sigset_t()
40 void set(const sigset_t* value) { in set()
Dbionic_futex.h43 static inline __always_inline int __futex(volatile void* ftx, int op, int value, in __futex()
64 static inline int __futex_wait(volatile void* ftx, int value, const struct timespec* timeout) { in __futex_wait()
68 static inline int __futex_wait_ex(volatile void* ftx, bool shared, int value, in __futex_wait_ex()
DWriteProtected.h32 T value; member
/bionic/tests/
Dsetjmp_test.cpp23 int value; in TEST() local
34 int value; in TEST() local
45 int value; in TEST() local
56 int value; in TEST() local
203 int value; in TEST() local
232 int value = setjmp(jb); in TEST() local
253 int value = setjmp(jb); in TEST() local
Deventfd_test.cpp42 eventfd_t value = 123; in TEST() local
Dsstream_test.cpp26 static void CheckOverflow(T expected, const char* value, bool should_overflow) { in CheckOverflow()
/bionic/libc/bionic/
Deventfd_read.cpp32 int eventfd_read(int fd, eventfd_t* value) { in eventfd_read()
Deventfd_write.cpp32 int eventfd_write(int fd, eventfd_t value) { in eventfd_write()
Dsigqueue.cpp36 int sigqueue(pid_t pid, int signo, const sigval value) { in sigqueue()
Dfgetxattr.cpp38 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size) { in fgetxattr()
Dsetjmp_cookie.cpp44 long value = *reinterpret_cast<long*>(random_data + 8); in __libc_init_setjmp_cookie() local
Dfsetxattr.cpp38 int fsetxattr(int fd, const char* name, const void* value, size_t size, int flags) { in fsetxattr()
Dsystem_properties_compat.c64 char value[PROP_VALUE_MAX]; member
97 __LIBC_HIDDEN__ int __system_property_read_compat(const prop_info *_pi, char *name, char *value) in __system_property_read_compat()
/bionic/tools/relocation_packer/src/
Dsleb128.cc48 void Sleb128Encoder<uint_t>::Enqueue(uint_t value) { in Enqueue()
97 uint_t value = 0; in Dequeue() local
/bionic/linker/
Dlinker_sleb128.h31 size_t value = 0; in pop_front() local
Dlinker_dlwarning.cpp25 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning()
/bionic/libc/kernel/uapi/linux/
Dsw_sync.h24 __u32 value; member
Dreiserfs_xattr.h31 void * value; member
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dldexp.c27 double value; member
41 double value; member
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cbrt.c41 double value; in cbrt() member
/bionic/libc/upstream-netbsd/lib/libc/resolv/
Dmtctxres.c89 __res_destroy_ctx(void *value) { in __res_destroy_ctx()

1234