Searched refs:name (Results 1 - 25 of 177) sorted by path

12345678

/bionic/benchmarks/
H A Dbenchmark.h25 Benchmark(const char* name, void (*fn)(int)) { argument
26 Register(name, fn, NULL);
29 Benchmark(const char* name, void (*fn_range)(int, int)) { argument
30 Register(name, NULL, fn_range);
48 void Register(const char* name, void (*fn)(int), void (*fn_range)(int, int));
H A Dbenchmark_main.cpp90 void Benchmark::Register(const char* name, void (*fn)(int), void (*fn_range)(int, int)) { argument
91 name_ = name;
100 g_benchmarks.insert(std::make_pair(name, this));
/bionic/libc/
H A DAndroid.mk558 # $(1): the LOCAL_ variable name
559 # $(2): the bionic variable name to pull in
609 # The name of the tm_gmtoff field in our struct tm.
1017 # meaningful name resolution.
/bionic/libc/arch-arm/include/machine/
H A Delf_machdep.h113 #define R_TYPE(name) __CONCAT(R_ARM_,name)
/bionic/libc/arch-arm64/include/machine/
H A Delf_machdep.h103 #define R_TYPE(name) __CONCAT(R_AARCH64_,name)
/bionic/libc/arch-mips/include/machine/
H A Dasm.h101 #define SETUP_GP64(gpoff, name)
110 #define SETUP_GP64(gpoff, name) \
111 .cpsetup t9, gpoff, name
H A Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
/bionic/libc/arch-mips64/include/machine/
H A Dasm.h101 #define SETUP_GP64(gpoff, name)
110 #define SETUP_GP64(gpoff, name) \
111 .cpsetup t9, gpoff, name
H A Delf_machdep.h94 #define R_TYPE(name) __CONCAT(R_MIPS_,name)
/bionic/libc/arch-x86/atom/string/
H A Dsse2-memchr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dsse2-memrchr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dsse2-memset-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
H A Dsse2-strchr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dsse2-strlen-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
66 # define ENTRY(name) \
67 .type name, @function; \
68 .globl name; \
70 name: \ label
75 # define END(name) \
77 .size name, .-name
H A Dsse2-strrchr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dsse2-wcschr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dsse2-wcscmp-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dsse2-wcslen-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
46 # define ENTRY(name) \
47 .type name, @function; \
48 .globl name; \
50 name: \ label
55 # define END(name) \
57 .size name, .-name
H A Dsse2-wcsrchr-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
56 # define ENTRY(name) \
57 .type name, @function; \
58 .globl name; \
60 name: \ label
65 # define END(name) \
67 .size name, .-name
H A Dssse3-memcmp-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
64 # define ENTRY(name) \
65 .type name, @function; \
66 .globl name; \
68 name: \ label
73 # define END(name) \
75 .size name, .-name
H A Dssse3-memcpy-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
62 # define ENTRY(name) \
63 .type name, @function; \
64 .globl name; \
66 name: \ label
71 # define END(name) \
73 .size name, .-name
H A Dssse3-strcat-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
64 # define ENTRY(name) \
65 .type name, @function; \
66 .globl name; \
68 name: \ label
73 # define END(name) \
75 .size name, .-name
H A Dssse3-strcmp-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
64 # define ENTRY(name) \
65 .type name, @function; \
66 .globl name; \
68 name: \ label
73 # define END(name) \
75 .size name, .-name
H A Dssse3-strcpy-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
58 # define ENTRY(name) \
59 .type name, @function; \
60 .globl name; \
62 name: \ label
67 # define END(name) \
69 .size name, .-name
H A Dssse3-strlcat-atom.S15 * Neither the name of Intel Corporation nor the names of its contributors
54 # define ENTRY(name) \
55 .type name, @function; \
56 .globl name; \
58 name: \ label
63 # define END(name) \
65 .size name, .-name

Completed in 236 milliseconds

12345678