Searched defs:P (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/stdlib/ |
D | setenv.c | 63 char **P; in setenv() local 96 char **P; in unsetenv() local
|
D | strtod.c | 248 #define P 53 macro 278 #define P 14 macro 302 #define P 56 macro
|
/bionic/libc/bionic/ |
D | clearenv.c | 35 char **P = environ; in clearenv() local
|
/bionic/libc/arch-mips/string/ |
D | mips_strlen.c | 175 #define P(__x,__y) {\ in main() macro
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_erf.c | 193 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
|
D | s_erff.c | 101 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/ |
D | private.h | 168 #define P(x) x macro
|
/bionic/libc/upstream-dlmalloc/ |
D | malloc.c | 2793 #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 …]
|