Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 134) sorted by relevance

123456

/bionic/libc/bionic/
Dfts.c56 #define ALIGN(p) (((uintptr_t)(p) + ALIGNBYTES) &~ ALIGNBYTES) argument
77 FTSENT *p, *root; in fts_open() local
182 fts_load(FTS *sp, FTSENT *p) in fts_load()
208 FTSENT *freep, *p; in fts_close() local
252 #define NAPPEND(p) \ argument
259 FTSENT *p, *tmp; in fts_read() local
452 fts_set(FTS *sp __unused, FTSENT *p, int instr) in fts_set()
466 FTSENT *p; in fts_children() local
549 FTSENT *p, *head; in fts_build() local
794 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) in fts_stat()
[all …]
Dstrchr.cpp33 char* strchr(const char* p, int ch) { in strchr()
Dstrrchr.cpp33 char* strrchr(const char* p, int ch) { in strrchr()
Dnew.cpp27 void* p = malloc(size); in operator new() local
35 void* p = malloc(size); in operator new[]() local
Dstrnlen.c32 char* p = memchr(str, 0, maxlen); in strnlen() local
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c215 #define MEMSIZE(p) \ argument
241 struct parse *p = &pa; in regcomp() local
341 struct parse *p, in p_ere()
395 struct parse *p, in p_ere_exp()
547 struct parse *p) in p_str()
571 struct parse *p, in p_bre()
614 struct parse *p, in p_simp_re()
734 struct parse *p) in p_count()
759 struct parse *p) in p_bracket()
840 struct parse *p, in p_b_term()
[all …]
/bionic/libc/private/
Dbionic_macros.h51 static constexpr uintptr_t align_down(uintptr_t p, size_t align) { in align_down()
55 static constexpr uintptr_t align_up(uintptr_t p, size_t align) { in align_up()
60 static inline T* align_down(T* p, size_t align) { in align_down()
65 static inline T* align_up(T* p, size_t align) { in align_up()
/bionic/libc/arch-mips/string/
Dstrlen.c40 do_bytes (const char *base, const char *p, op_t inval) in do_bytes()
69 do_bytes (const char *base, const char *p) in do_bytes()
85 const char *p = (const char *) str; in strlen() local
Dstrnlen.c40 do_bytes (const char *base, const char *p, op_t inval) in do_bytes()
69 do_bytes (const char *base, const char *p) in do_bytes()
84 const char *p = (const char *) str; in strnlen() local
Dmemchr.c48 const unsigned char *p = (const unsigned char *) w; in do_bytes() local
78 const unsigned char *p = (const unsigned char *) w; in do_bytes() local
106 const unsigned char *p = (const unsigned char *) s; in memchr() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfgetln.c45 void *p; in __slbexpand() local
66 unsigned char *p; in fgetln() local
/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dmemcluster.h28 #define memput(p, s) __memput_debug(p, s, __FILE__, __LINE__) argument
32 #define memput(p, s) __memput_record(p, s, __FILE__, __LINE__) argument
/bionic/tests/
Dthread_local_test.cpp40 static void* inc_shared_var(void* p) { in inc_shared_var()
47 static void* inc_local_var(void* p) { in inc_local_var()
120 static void* move_shared_triangle(void* p) { in move_shared_triangle()
127 static void* move_local_triangle(void* p) { in move_local_triangle()
229 void* p = __emutls_get_address(&tls_var[n]); in TEST() local
255 void* p = __emutls_get_address(&tls_var[n]); in TEST() local
Dstack_protector_test_helper.cpp23 volatile char* p = buf; in modify_stack_protector_test() local
/bionic/libc/upstream-freebsd/lib/libc/string/
Dwcslen.c42 const wchar_t *p; in wcslen() local
Dwcscspn.c42 const wchar_t *p; in wcscspn() local
Dwcspbrk.c42 const wchar_t *p; in wcspbrk() local
Dwcsspn.c42 const wchar_t *p; in wcsspn() local
Dwmemset.c43 wchar_t *p; in wmemset() local
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dclog.c40 double p, rr; in clog() local
Dclogf.c40 float p, rr; in clogf() local
Dclogl.c40 long double p, rr; in clogl() local
/bionic/libc/upstream-openbsd/lib/libc/string/
Dmemchr.c39 const unsigned char *p = s; in memchr() local
Dwcsstr.c41 const wchar_t *p; in wcswcs() local
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_ntoa.c44 char *p; in inet_ntoa() local

123456