/external/jemalloc/include/jemalloc/internal/ |
D | rb.h | 27 #define rb_node(a_type) \ argument 29 a_type *rbn_left; \ 30 a_type *rbn_right_red; \ 33 #define rb_node(a_type) \ argument 35 a_type *rbn_left; \ 36 a_type *rbn_right; \ 42 #define rb_tree(a_type) \ argument 44 a_type *rbt_root; \ 48 #define rbtn_left_get(a_type, a_field, a_node) \ argument 50 #define rbtn_left_set(a_type, a_field, a_node, a_left) do { \ argument [all …]
|
D | tsd.h | 76 #define malloc_tsd_types(a_name, a_type) argument 78 #define malloc_tsd_types(a_name, a_type) argument 80 #define malloc_tsd_types(a_name, a_type) \ argument 83 a_type val; \ 86 #define malloc_tsd_types(a_name, a_type) \ argument 89 a_type val; \ 94 #define malloc_tsd_protos(a_attr, a_name, a_type) \ argument 101 a_attr a_type * \ 104 a_name##tsd_set(a_type *val); 108 #define malloc_tsd_externs(a_name, a_type) \ argument [all …]
|
D | ql.h | 2 #define ql_head(a_type) \ argument 4 a_type *qlh_first; \ 9 #define ql_elm(a_type) qr(a_type) argument 67 #define ql_head_remove(a_head, a_type, a_field) do { \ argument 68 a_type *t = ql_first(a_head); \ 72 #define ql_tail_remove(a_head, a_type, a_field) do { \ argument 73 a_type *t = ql_last(a_head, a_field); \
|
D | qr.h | 2 #define qr(a_type) \ argument 4 a_type *qre_next; \ 5 a_type *qre_prev; \
|
/external/elfutils/libebl/ |
D | eblauxvinfo.c | 88 ebl_auxv_info (Ebl *ebl, GElf_Xword a_type, const char **name, in ebl_auxv_info() argument 91 int result = ebl->auxv_info (a_type, name, format); in ebl_auxv_info() 92 if (result == 0 && a_type < nauxv_types && auxv_types[a_type].name != NULL) in ebl_auxv_info() 95 *name = auxv_types[a_type].name; in ebl_auxv_info() 96 *format = auxv_types[a_type].format; in ebl_auxv_info()
|
/external/valgrind/memcheck/tests/linux/ |
D | proc-auxv.c | 29 auxv_p->a_type != AT_NULL; in main() 32 if (auxv_p->a_type == AT_ENTRY) in main() 34 if (auxv_p->a_type == AT_PLATFORM) in main() 45 if (auxv.a_type == AT_ENTRY) in main() 47 if (auxv.a_type == AT_PLATFORM) in main()
|
/external/valgrind/none/tests/solaris/ |
D | proc_auxv.c | 32 fprintf(stderr, "expected: type=%d, val=%ld\n", auxv->a_type, in check_file() 34 fprintf(stderr, "got: type=%d, val=%ld\n", rauxv.a_type, in check_file() 39 if (auxv->a_type == AT_NULL) in check_file() 72 while (auxv->a_type != AT_NULL) { in main() 73 if (auxv->a_type == AT_SUN_EXECNAME) { in main()
|
/external/valgrind/coregrind/m_initimg/ |
D | initimg-linux.c | 351 Word a_type; member 454 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) { in setup_client_stack() 455 if (cauxv->a_type == AT_PLATFORM || in setup_client_stack() 456 cauxv->a_type == AT_BASE_PLATFORM) in setup_client_stack() 458 else if (cauxv->a_type == AT_RANDOM) in setup_client_stack() 460 else if (cauxv->a_type == AT_EXECFN) in setup_client_stack() 624 auxv[0].a_type = AT_IGNOREPPC; in setup_client_stack() 626 auxv[1].a_type = AT_IGNOREPPC; in setup_client_stack() 631 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) { in setup_client_stack() 637 switch(auxv->a_type) { in setup_client_stack() [all …]
|
D | initimg-solaris.c | 325 for ( ; orig_auxv->a_type != VKI_AT_NULL; orig_auxv++) { in copy_auxv_entry() 326 if (orig_auxv->a_type == type) { in copy_auxv_entry() 327 auxv->a_type = type; in copy_auxv_entry() 609 auxv->a_type = VKI_AT_SUN_PLATFORM; in setup_client_stack() 618 auxv->a_type = VKI_AT_SUN_EXECNAME; in setup_client_stack() 624 auxv->a_type = VKI_AT_PHDR; in setup_client_stack() 630 auxv->a_type = VKI_AT_BASE; in setup_client_stack() 635 auxv->a_type = VKI_AT_FLAGS; in setup_client_stack() 644 auxv->a_type = VKI_AT_PAGESZ; in setup_client_stack() 649 auxv->a_type = VKI_AT_SUN_AUXFLAGS; in setup_client_stack() [all …]
|
/external/elfutils/libelf/ |
D | gelf_update_auxv.c | 71 if (unlikely (src->a_type > 0xffffffffll) in gelf_update_auxv() 87 auxv->a_type = src->a_type; in gelf_update_auxv()
|
D | gelf_getauxv.c | 81 dst->a_type = src->a_type; in gelf_getauxv()
|
/external/elfutils/backends/ |
D | arm_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK() 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | alpha_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK() 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | sparc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK() 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | ppc_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK() 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
D | i386_auxv.c | 37 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) in EBLHOOK() 39 if (a_type != AT_HWCAP) in EBLHOOK()
|
/external/fio/arch/ |
D | arch-sh.h | 50 for (auxv = (Elf32_auxv_t *) envp; auxv->a_type != AT_NULL; auxv++) { in arch_init() 51 if (auxv->a_type == AT_HWCAP) { in arch_init()
|
/external/google-breakpad/src/common/android/include/ |
D | elf.h | 79 uint32_t a_type; member 86 uint64_t a_type; member
|
/external/protobuf/gtest/include/gtest/ |
D | gtest-test-part.h | 60 TestPartResult(Type a_type, in TestPartResult() argument 64 : type_(a_type), in TestPartResult()
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest-test-part.h | 60 TestPartResult(Type a_type, in TestPartResult() argument 64 : type_(a_type), in TestPartResult()
|
/external/google-breakpad/src/testing/gtest/include/gtest/ |
D | gtest-test-part.h | 60 TestPartResult(Type a_type, in TestPartResult() argument 64 : type_(a_type), in TestPartResult()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-test-part.h | 60 TestPartResult(Type a_type, in TestPartResult() argument 64 : type_(a_type), in TestPartResult()
|
/external/gtest/include/gtest/ |
D | gtest-test-part.h | 60 TestPartResult(Type a_type, in TestPartResult() argument 64 : type_(a_type), in TestPartResult()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/ |
D | gtest-test-part.h | 60 TestPartResult(Type a_type, in TestPartResult() argument 64 : type_(a_type), in TestPartResult()
|
/external/jemalloc/test/unit/ |
D | rb.c | 3 #define rbtn_black_height(a_type, a_field, a_rbt, r_height) do { \ argument 4 a_type *rbp_bh_t; \ 7 rbp_bh_t = rbtn_left_get(a_type, a_field, rbp_bh_t)) { \ 8 if (!rbtn_red_get(a_type, a_field, rbp_bh_t)) { \
|