Searched defs:name (Results 1 - 25 of 311) sorted by relevance

1234567891011>>

/bionic/libc/arch-x86/atom/string/
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-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 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-wcscpy-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
/bionic/libc/arch-x86_64/string/
H A Dsse2-strlen-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
50 # define ENTRY(name) \
51 .type name, @function; \
52 .globl name; \
54 name: \ label
59 # define END(name) \
61 .size name, .-name
H A Dsse2-strcat-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
48 # define ENTRY(name) \
49 .type name, @function; \
50 .globl name; \
52 name: \ label
57 # define END(name) \
59 .size name, .-name
H A Dsse2-strcpy-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
50 # define ENTRY(name) \
51 .type name, @function; \
52 .globl name; \
54 name: \ label
59 # define END(name) \
61 .size name, .-name
H A Dsse4-memcmp-slm.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
H A Dssse3-strcmp-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
63 # define ENTRY(name) \
64 .type name, @function; \
65 .globl name; \
67 name: \ label
72 # define END(name) \
74 .size name, .-name
/bionic/libc/bionic/
H A Dgetdomainname.cpp34 int getdomainname(char* name, size_t len) { argument
47 strncpy(name, uts.domainname, len);
H A Dgethostname.cpp35 struct utsname name; local
36 if (uname(&name) == -1) {
40 size_t name_length = static_cast<size_t>(strlen(name.nodename) + 1);
46 memcpy(buf, name.nodename, name_length);
H A Dsysconf.cpp49 long sysconf(int name) { argument
50 switch (name) {
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_helper.h5 *** of the same name, to make information necessary for userspace to
23 char name[30]; member in struct:xt_helper_info
H A Dxt_nfacct.h5 *** of the same name, to make information necessary for userspace to
24 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dcname.h18 * 3. Neither the name of the University nor the names of its contributors
55 * 4. Neither the name of the University nor the names of its contributors
74 /* character-name table */
76 const char *name; member in struct:cname
H A Dcclass.h18 * 3. Neither the name of the University nor the names of its contributors
55 * 4. Neither the name of the University nor the names of its contributors
76 const char *name; member in struct:cclass
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_helper.h5 *** of the same name, to make information necessary for userspace to
23 char name[30]; member in struct:xt_helper_info
H A Dxt_nfacct.h5 *** of the same name, to make information necessary for userspace to
24 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/netfilter/
H A Dxt_helper.h5 *** of the same name, to make information necessary for userspace to
23 char name[30]; member in struct:xt_helper_info
H A Dxt_nfacct.h5 *** of the same name, to make information necessary for userspace to
24 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
/bionic/tools/versioner/src/
H A DArch.cpp47 Arch arch_from_string(const std::string& name) { argument
48 if (name == "arm") {
50 } else if (name == "arm64") {
52 } else if (name == "mips") {
54 } else if (name == "mips64") {
56 } else if (name == "x86") {
58 } else if (name == "x86_64") {
62 errx(1, "unknown architecture '%s'", name.c_str());
/bionic/libc/kernel/uapi/linux/
H A Duleds.h5 *** of the same name, to make information necessary for userspace to
23 char name[LED_MAX_NAME_SIZE]; member in struct:uleds_user_dev
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dcharclass.h11 const char *name; member in struct:cclass
/bionic/libc/versioner-dependencies/common/kernel_uapi/linux/
H A Duleds.h5 *** of the same name, to make information necessary for userspace to
23 char name[LED_MAX_NAME_SIZE]; member in struct:uleds_user_dev
/bionic/tools/versioner/dependencies/common/kernel_uapi/linux/
H A Duleds.h5 *** of the same name, to make information necessary for userspace to
23 char name[LED_MAX_NAME_SIZE]; member in struct:uleds_user_dev

Completed in 224 milliseconds

1234567891011>>