Searched refs:a_type (Results 1 - 25 of 61) sorted by relevance

123

/external/jemalloc/include/jemalloc/internal/
H A Drb.h27 #define rb_node(a_type) \
29 a_type *rbn_left; \
30 a_type *rbn_right_red; \
33 #define rb_node(a_type) \
35 a_type *rbn_left; \
36 a_type *rbn_right; \
42 #define rb_tree(a_type) \
44 a_type *rbt_root; \
45 a_type rbt_nil; \
49 #define rbtn_left_get(a_type, a_fiel
[all...]
H A Dtsd.h40 * Note that all of the functions deal in terms of (a_type *) rather than
41 * (a_type) so that it is possible to support non-pointer types (unlike
42 * pthreads TSD). example_tsd_cleanup() is passed an (a_type *) pointer that is
64 #define malloc_tsd_protos(a_attr, a_name, a_type) \
67 a_attr a_type * \
70 a_name##_tsd_set(a_type *val);
74 #define malloc_tsd_externs(a_name, a_type) \
75 extern __thread a_type a_name##_tls; \
79 #define malloc_tsd_externs(a_name, a_type) \
80 extern __thread a_type a_nam
[all...]
H A Dql.h4 #define ql_head(a_type) \
6 a_type *qlh_first; \
11 #define ql_elm(a_type) qr(a_type)
69 #define ql_head_remove(a_head, a_type, a_field) do { \
70 a_type *t = ql_first(a_head); \
74 #define ql_tail_remove(a_head, a_type, a_field) do { \
75 a_type *t = ql_last(a_head, a_field); \
H A Dqr.h2 #define qr(a_type) \
4 a_type *qre_next; \
5 a_type *qre_prev; \
/external/elfutils/0.153/backends/
H A Dalpha_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Darm_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Di386_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Dppc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
H A Dsparc_auxv.c34 EBLHOOK(auxv_info) (GElf_Xword a_type, const char **name, const char **format) argument
36 if (a_type != AT_HWCAP)
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dshim_entry.c22 for (Elf32_auxv_t *av = auxv; av->a_type != AT_NULL; ++av) {
23 if (av->a_type == AT_SYSINFO) {
38 entry->a_type = AT_SYSINFO;
/external/elfutils/0.153/libebl/
H A Deblauxvinfo.c109 ebl_auxv_info (ebl, a_type, name, format)
111 GElf_Xword a_type;
115 int result = ebl->auxv_info (a_type, name, format);
116 if (result == 0 && a_type < nauxv_types && auxv_types[a_type].name != NULL)
119 *name = auxv_types[a_type].name;
120 *format = auxv_types[a_type].format;
/external/valgrind/main/memcheck/tests/linux/
H A Dproc-auxv.c29 auxv_p->a_type != AT_NULL;
32 if (auxv_p->a_type == AT_ENTRY)
34 if (auxv_p->a_type == AT_PLATFORM)
45 if (auxv.a_type == AT_ENTRY)
47 if (auxv.a_type == AT_PLATFORM)
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dppapi_plugin_start.c48 for (av = auxv; av->a_type != AT_NULL; ++av) {
49 if (av->a_type == AT_SYSINFO)
/external/fio/arch/
H A Darch-sh.h50 for (auxv = (Elf32_auxv_t *) envp; auxv->a_type != AT_NULL; auxv++) {
51 if (auxv->a_type == AT_HWCAP) {
/external/elfutils/0.153/libelf/
H A Dgelf_update_auxv.c95 if (unlikely (src->a_type > 0xffffffffll)
111 auxv->a_type = src->a_type;
H A Dgelf_getauxv.c105 dst->a_type = src->a_type;
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h60 TestPartResult(Type a_type, argument
64 : type_(a_type),
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-linux.c349 Word a_type; member in struct:auxv
449 for (cauxv = orig_auxv; cauxv->a_type != AT_NULL; cauxv++) {
450 if (cauxv->a_type == AT_PLATFORM ||
451 cauxv->a_type == AT_BASE_PLATFORM)
453 else if (cauxv->a_type == AT_RANDOM)
455 else if (cauxv->a_type == AT_EXECFN && have_exename)
618 auxv[0].a_type = AT_IGNOREPPC;
620 auxv[1].a_type = AT_IGNOREPPC;
625 for (; orig_auxv->a_type != AT_NULL; auxv++, orig_auxv++) {
631 switch(auxv->a_type) {
[all...]
/external/pixman/pixman/
H A Dpixman-arm.c148 if (aux.a_type == AT_HWCAP)
163 else if (aux.a_type == AT_PLATFORM)
/external/elfutils/0.153/libdwfl/
H A Dlinux-proc-maps.c100 if (d.a32[i].a_type == AT_SYSINFO_EHDR)
109 else if (d.a32[i].a_type == AT_PAGESZ
115 if (d.a64[i].a_type == AT_SYSINFO_EHDR)
124 else if (d.a64[i].a_type == AT_PAGESZ
/external/libpng/contrib/arm-neon/
H A Dlinux-auxv.c111 if (aux.a_type == AT_HWCAP && (aux.a_un.a_val & HWCAP_NEON) != 0)

Completed in 513 milliseconds

123