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

123456

/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
/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/dns/net/
H A Dgetservbyname.c34 getservbyname(const char *name, const char *proto) argument
38 if (rs == NULL || proto == NULL || name == NULL) {
48 if ( !strcmp( s->s_name, name ) && !strcmp( s->s_proto, proto ) )
/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
/bionic/libc/bionic/
H A Ddebug_mapinfo.h38 char name[]; member in struct:mapinfo_t
H A Dgethostname.c35 struct utsname name; local
38 result = uname(&name);
41 int namelen = strlen(name.nodename);
47 memcpy( buff, name.nodename, namelen+1 );
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dtempnam.c14 * 3. Neither the name of the University nor the names of its contributors
48 char *f, *name; local
50 if (!(name = malloc(PATH_MAX)))
57 len = snprintf(name, PATH_MAX, "%s%s%sXXXXXXXXXX", f,
63 if ((f = _mktemp(name)))
69 len = snprintf(name, PATH_MAX, "%s%s%sXXXXXXXXXX", f,
75 if ((f = _mktemp(name)))
80 len = snprintf(name, PATH_MAX, "%s%sXXXXXXXXX", f, pfx);
85 if ((f = _mktemp(name)))
89 len = snprintf(name, PATH_MA
[all...]

Completed in 1485 milliseconds

123456