Searched defs:P (Results 1 – 7 of 7) 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
|
D | dlmalloc.c | 2322 #define check_free_chunk(M,P) argument 2323 #define check_inuse_chunk(M,P) argument 2324 #define check_malloced_chunk(M,P,N) argument 2325 #define check_mmapped_chunk(M,P) argument 2327 #define check_top_chunk(M,P) argument 2330 #define check_free_chunk(M,P) do_check_free_chunk(M,P) argument 2331 #define check_inuse_chunk(M,P) do_check_inuse_chunk(M,P) argument 2332 #define check_top_chunk(M,P) do_check_top_chunk(M,P) argument 2333 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument 2334 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) argument [all …]
|
/bionic/libm/src/ |
D | s_erf.c | 194 double R,S,P,Q,s,y,z,r; in erf() local 246 double R,S,P,Q,s,y,z,r; in erfc() local
|
D | s_erff.c | 102 float R,S,P,Q,s,y,z,r; in erff() local 155 float R,S,P,Q,s,y,z,r; in erfcf() local
|
/bionic/libc/tzcode/ |
D | private.h | 168 #define P(x) x macro
|