Searched defs:P (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/tzcode/ |
D | strftime.c | 755 _loc P((void)) struct 757 static const char locale_home[] = LOCALE_HOME; 758 static const char lc_time[] = "LC_TIME"; 759 static char * locale_buf; 761 int fd; 762 int oldsun; /* "...ain't got nothin' to do..." */ 763 char * lbuf; 764 char * name; 765 char * p; 766 const char ** ap; [all …]
|
D | private.h | 172 #define P(x) x macro
|
/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/libm/src/ |
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
|
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
|
/bionic/libc/bionic/ |
D | dlmalloc.c | 2265 #define check_free_chunk(M,P) argument 2266 #define check_inuse_chunk(M,P) argument 2267 #define check_malloced_chunk(M,P,N) argument 2268 #define check_mmapped_chunk(M,P) argument 2270 #define check_top_chunk(M,P) argument 2273 #define check_free_chunk(M,P) do_check_free_chunk(M,P) argument 2274 #define check_inuse_chunk(M,P) do_check_inuse_chunk(M,P) argument 2275 #define check_top_chunk(M,P) do_check_top_chunk(M,P) argument 2276 #define check_malloced_chunk(M,P,N) do_check_malloced_chunk(M,P,N) argument 2277 #define check_mmapped_chunk(M,P) do_check_mmapped_chunk(M,P) argument [all …]
|