Home
last modified time | relevance | path

Searched defs:P (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/stdlib/
Dsetenv.c63 char **P; in setenv() local
96 char **P; in unsetenv() local
Dstrtod.c248 #define P 53 macro
278 #define P 14 macro
302 #define P 56 macro
/bionic/libc/bionic/
Dclearenv.c35 char **P = environ; in clearenv() local
/bionic/libc/arch-mips/string/
Dmips_strlen.c175 #define P(__x,__y) {\ in main() macro
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_erf.c193 double R,S,P,Q,s,y,z,r; in erf() local
245 double R,S,P,Q,s,y,z,r; in erfc() local
Ds_erff.c101 float R,S,P,Q,s,y,z,r; in erff() local
154 float R,S,P,Q,s,y,z,r; in erfcf() local
/bionic/libc/tzcode/
Dprivate.h168 #define P(x) x macro
/bionic/libc/upstream-dlmalloc/
Dmalloc.c2793 #define check_free_chunk(M,P) argument
2794 #define check_inuse_chunk(M,P) argument
2795 #define check_malloced_chunk(M,P,N) argument
2796 #define check_mmapped_chunk(M,P) argument
2798 #define check_top_chunk(M,P) argument
2801 #define check_free_chunk(M,P) do_check_free_chunk(M,P) argument
2802 #define check_inuse_chunk(M,P) do_check_inuse_chunk(M,P) argument
2803 #define check_top_chunk(M,P) do_check_top_chunk(M,P) argument
2804 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument
2805 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) argument
[all …]