Home
last modified time | relevance | path

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

12345

/bionic/libc/malloc_debug/
DDebugData.h57 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetPointer() local
62 uintptr_t value = reinterpret_cast<uintptr_t>(pointer); in GetHeader() local
67 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetAllocBacktrace() local
72 uintptr_t value = reinterpret_cast<uintptr_t>(header); in GetFrontGuard() local
77 uintptr_t value = reinterpret_cast<uintptr_t>(GetPointer(header)); in GetRearGuard() local
DConfig.cpp104 std::string* value; member
129 size_t* value; member
198 bool PropertyParser::Get(std::string* property, std::string* value) { in Get()
424 std::string value; in Set() local
/bionic/libc/private/
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()
Dbionic_macros.h43 #define BIONIC_ALIGN(value, alignment) \ argument
46 #define BIONIC_ROUND_UP_POWER_OF_2(value) \ argument
DWriteProtected.h32 T value; member
DCachedProperty.h82 static void Callback(void* data, const char*, const char* value, uint32_t serial) { in Callback()
/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
Dsystem_properties_test2.cpp94 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST()
105 [](void* cookie, const char* name, const char* value, unsigned /*serial*/) { in TEST()
/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()
Dsetjmp_cookie.cpp43 long value; in __libc_init_setjmp_cookie() local
Dfgetxattr.cpp38 ssize_t fgetxattr(int fd, const char *name, void *value, size_t size) { in fgetxattr()
Dfsetxattr.cpp38 int fsetxattr(int fd, const char* name, const void* value, size_t size, int flags) { in fsetxattr()
Dsystem_properties.cpp188 char value[PROP_VALUE_MAX]; member
329 prop_info* prop_area::new_prop_info(const char* name, uint32_t namelen, const char* value, in new_prop_info()
421 const char* value, uint32_t valuelen, in find_property()
509 bool RecvInt32(int32_t* value) { in RecvInt32()
549 SocketWriter& WriteUint32(uint32_t value) { in WriteUint32()
560 SocketWriter& WriteString(const char* value) { in WriteString()
605 char value[PROP_VALUE_MAX]; member
686 bool prop_area::add(const char* name, unsigned int namelen, const char* value, in add()
1168 int __system_property_read(const prop_info* pi, char* name, char* value) { in __system_property_read()
1201 const char* value, in __system_property_read_callback()
[all …]
Djemalloc_wrapper.cpp51 int je_mallopt(int param, int value) { in je_mallopt()
/bionic/linker/
Dlinker_config.cpp64 int next_token(std::string* name, std::string* value, std::string* error_msg) { in next_token()
133 PropertyValue(std::string&& value, size_t lineno) in PropertyValue()
136 const std::string& value() const { in value() function in PropertyValue
177 std::string value; in parse_config_file() local
225 std::string value; in parse_config_file() local
245 std::string value; in parse_config_file() local
Dlinker_dlwarning.cpp37 void add_dlwarning(const char* sopath, const char* message, const char* value) { in add_dlwarning()
Dlinker_sleb128.h45 size_t value = 0; in pop_front() local
/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/libc/tools/
Dgenseccomp.py14 def __init__(self, name, value): argument
22 def add(self, name, value): argument
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dldexp.c27 double value; member
41 double value; member
/bionic/libc/kernel/uapi/linux/
Dreiserfs_xattr.h31 void * value; member

12345