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

1234567

/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
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 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-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
/bionic/libc/arch-x86_64/string/
H A Dsse2-memset-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; \
57 name: \ label
62 # define END(name) \
64 .size name, .-name
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
H A Dsse2-strlcpy-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
44 # define ENTRY(name) \
45 .type name, @function; \
46 .globl name; \
48 name: \ label
53 # define END(name) \
55 .size name, .-name
/bionic/libc/kernel/uapi/linux/netfilter/
H A Dxt_helper.h5 *** of the same name, to make information necessary for userspace to
24 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
25 char name[NFACCT_NAME_MAX]; member in struct:xt_nfacct_match_info
H A Dxt_RATEEST.h5 *** of the same name, to make information necessary for userspace to
24 char name[IFNAMSIZ]; member in struct:xt_rateest_target_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/bionic/
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.cpp50 long sysconf(int name) { argument
51 switch (name) {
/bionic/libc/dns/net/
H A Dgetservbyname.c33 struct servent* getservbyname(const char* name, const char* proto) { argument
38 if (strcmp(s->s_name, name) == 0 && (proto == NULL || strcmp(s->s_proto, proto) == 0)) {
/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dcharclass.h11 const char *name; member in struct:cclass
/bionic/libc/arch-x86/silvermont/string/
H A Dsse2-memset-slm.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-strlen-slm.S15 * Neither the name of Intel Corporation nor the names of its contributors
60 # define ENTRY(name) \
61 .type name, @function; \
62 .globl name; \
64 name: \ label
69 # define END(name) \
71 .size name, .-name

Completed in 6558 milliseconds

1234567