Home
last modified time | relevance | path

Searched defs:P (Results 1 – 7 of 7) 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
Ddlmalloc.c2322 #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/
Ds_erf.c194 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
Ds_erff.c102 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/
Dprivate.h168 #define P(x) x macro