Searched defs:no (Results 1 - 3 of 3) sorted by relevance

/bionic/tests/libs/
H A DAndroid.mk24 no-elf-hash-table-library_src_files := \
27 no-elf-hash-table-library_ldflags := \
30 module := no-elf-hash-table-library
/bionic/libc/kernel/uapi/linux/
H A Dinet_diag.h8 *** contains no copyrightable information.
69 unsigned short no; member in struct:inet_diag_bc_op
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c430 case ')': /* happens only if no current unmatched ( */
488 return; /* no repetition, we're done */
543 - p_str - string (no metacharacters) "parser"
756 * no set operations are done.
1023 static int /* if no counterpart, return ch */
1233 size_t no; local
1242 no = p->g->ncsets++;
1244 if (no >= p->ncsalloc) { /* need another column of space */
1260 for (i = 0; i < no; i++)
1268 no
[all...]

Completed in 3148 milliseconds