Searched defs:temp (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/stdlib/ |
D | _rand48.c | 33 unsigned short temp[2]; in __dorand48() local
|
/bionic/libc/bionic/ |
D | basename_r.c | 38 char temp[2]; in basename_r() local
|
/bionic/libm/src/ |
D | e_jnf.c | 34 float a, b, temp, di; in __ieee754_jnf() local 168 float a, b, temp; in __ieee754_ynf() local
|
D | e_jn.c | 58 double a, b, temp, di; in __ieee754_jn() local 215 double a, b, temp; in __ieee754_yn() local
|
/bionic/libc/netbsd/resolv/ |
D | res_cache.c | 1281 char temp[256], *p=temp, *end=p+sizeof(temp); in _dump_query() local 1292 char temp[512], *p=temp, *end=p+sizeof(temp); in _cache_dump_mru() local
|