Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/bionic/
Dmalloc_debug_qemu.cpp162 MallocDesc* desc; member
323 #define log_mdesc(type, desc, frmt, ...) \ argument
371 static inline void* mallocdesc_user_ptr(const MallocDesc* desc) { in mallocdesc_user_ptr()
382 static inline uint32_t mallocdesc_alloc_size(const MallocDesc* desc) { in mallocdesc_alloc_size()
392 static inline void* mallocdesc_alloc_end(const MallocDesc* desc) { in mallocdesc_alloc_end()
435 static inline int notify_qemu_malloc(volatile MallocDesc* desc) { in notify_qemu_malloc()
476 static inline int query_qemu_malloc_info(void* ptr, MallocDesc* desc, uint32_t routine) { in query_qemu_malloc_info()
538 static void dump_malloc_descriptor(char* str, size_t str_buf_size, const MallocDesc* desc) { in dump_malloc_descriptor()
554 static void test_access_violation(const MallocDesc* desc) { in test_access_violation()
681 MallocDesc desc; in qemu_instrumented_malloc() local
[all …]
/bionic/libdl/
Ddltest.c60 const char **desc = descriptions; in print_help() local
/bionic/libc/kernel/common/linux/
Drpmsg_omx.h34 uint16_t desc; member
Dmodule.h91 #define MODULE_PARM_DESC(_parm, desc) __MODULE_INFO(parm, _parm, #_parm ":" desc) argument
Dbinder.h114 int desc; member
Dtelephony.h46 char desc[80]; member
/bionic/libc/kernel/arch-arm/asm/arch/
Dmux.h30 #define MUX_CFG(desc, mux_reg, mode_offset, mode, pull_reg, pull_bit, pull_status, pu_pd_reg, p… argument
31 #define MUX_CFG_730(desc, mux_reg, mode_offset, mode, pull_bit, pull_status, debug_status) { .n… argument
32 #define MUX_CFG_24XX(desc, reg_offset, mode, pull_en, pull_mode, dbg) { .name = desc, .debug… argument
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h44 #define desc_empty(desc) (!((desc)->a | (desc)->b)) argument