Searched refs:name (Results 151 - 175 of 177) sorted by relevance

12345678

/bionic/libc/arch-x86/atom/string/
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-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 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
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-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
/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 Dsse4-memcmp-slm.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 Dsse2-strcpy-slm.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
/bionic/libc/
H A Dcrt.mk132 # name clash between gcc and bionic.
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/kernel/uapi/linux/
H A Dwireless.h5 *** of the same name, to make information necessary for userspace to
451 char name[IFNAMSIZ]; member in union:iwreq_data
549 char name[IFNAMSIZ]; member in struct:iw_priv_args
H A Dsysctl.h5 *** of the same name, to make information necessary for userspace to
29 int __user *name; member in struct:__sysctl_args
/bionic/libc/bionic/
H A Dfts.c15 * 3. Neither the name of the University nor the names of its contributors
348 goto name;
389 name: t = sp->fts_path + NAPPEND(p->fts_parent);
623 * Figure out the max file name length that can be stored in the
630 * each new name into the path.
718 /* Build a file name for fts_stat to stat. */
896 fts_alloc(FTS *sp, char *name, size_t namelen) argument
902 * The file name is a variable length array and no stat structure is
904 * structure, the file name and the stat structure in one chunk, but
920 memcpy(p->fts_name, name, namele
[all...]
H A Dgetentropy_linux.c298 .name = mib,
/bionic/tests/
H A Dfortify_test.cpp32 #define DEATHTEST_PASTER(name) name##_DeathTest
33 #define DEATHTEST_EVALUATOR(name) DEATHTEST_PASTER(name)
H A Dpthread_test.cpp327 ASSERT_EQ(ERANGE, pthread_setname_np(pthread_self(), "this name is far too long for linux"));
343 // Emulator kernels don't currently support setting the name of other threads.
852 char name[10]; local
853 sscanf(line, "%" PRIxPTR "-%" PRIxPTR " %*4s %*x %*x:%*x %*d %10s", &lo, &hi, name);
854 if (strcmp(name, "[stack]") == 0) {
/bionic/libc/arch-x86_64/string/
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-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
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c18 * 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
906 - p_b_cclass - parse a character-class name and deal with it
928 for (cp = cclasses; cp->name != NULL; cp++)
929 if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
931 if (cp->name == NULL) {
945 - p_b_eclass - parse an equivalence-class name and deal with it
987 - p_b_coll_elem - parse a collating-element name and look it up
993 int endc) /* name ende
[all...]
/bionic/linker/
H A Dlinker_phdr.cpp122 ElfReader::ElfReader(const char* name, int fd) argument
123 : name_(name), fd_(fd),
/bionic/libc/dns/include/
H A Dresolv_private.h15 * 3. Neither the name of the University nor the names of its contributors
63 /* Despite this file's name, it's part of libresolv. On Android, that means it's part of libc :-( */
101 * initial name server(s) to query and the domain search list.
125 const char * name; /* Its symbolic name, like "MX" */ member in struct:res_sym
126 const char * humanname; /* Its fun name, like "mail exchanger" */
132 #define MAXNS 3 /* max # name servers we'll track */
135 #define LOCALDOMAINPARTS 2 /* min levels in name that is "local" */
156 int nscount; /* number of name servers */
158 nsaddr_list[MAXNS]; /* address of name serve
[all...]
/bionic/libc/dns/nameser/
H A Dns_parse.c171 handle->_msg_ptr, rr->name, NS_MAXDNAME);
/bionic/libc/kernel/uapi/sound/
H A Demu10k1.h5 *** of the same name, to make information necessary for userspace to
315 char name[128]; member in struct:snd_emu10k1_fx8010_code
/bionic/libc/dns/resolv/
H A Dres_send.c20 * 4. Neither the name of the University nor the names of its contributors
43 * the name of Digital Equipment Corporation not be used in advertising or
88 * Send query to name server and wait for reply.
276 * res_nameinquery(name, type, class, buf, eom)
277 * look for (name,type,class) in the query section of packet (buf,eom)
288 res_nameinquery(const char *name, int type, int class, argument
307 ns_samename(tname, name) == 1)
315 * is there a 1:1 mapping of (name,type,class)
1234 (stdout, ";; wrong query name:\n"),

Completed in 608 milliseconds

12345678