/bionic/libc/bionic/ |
D | dirent.cpp | 62 #define CHECK_DIR(d) if (d == nullptr) __fortify_fatal("%s: null DIR*", __FUNCTION__) argument 70 DIR* d = reinterpret_cast<DIR*>(malloc(sizeof(DIR))); in __allocate_DIR() local 83 int dirfd(DIR* d) { in dirfd() 107 static bool __fill_DIR(DIR* d) { in __fill_DIR() 118 static dirent* __readdir_locked(DIR* d) { in __readdir_locked() 132 dirent* readdir(DIR* d) { in readdir() 139 int readdir_r(DIR* d, dirent* entry, dirent** result) { in readdir_r() 162 int closedir(DIR* d) { in closedir() 175 void rewinddir(DIR* d) { in rewinddir() 184 void seekdir(DIR* d, long offset) { in seekdir() [all …]
|
D | fpclassify.cpp | 34 extern "C" int __fpclassifyd(double d) { in __fpclassifyd() 43 extern "C" int __isinf(double d) { in __isinf() 53 extern "C" int __isnan(double d) { in __isnan() 63 extern "C" int __isfinite(double d) { in __isfinite() 73 extern "C" int __isnormal(double d) { in __isnormal()
|
D | ether_aton.c | 37 unsigned d; in xdigit() local
|
/bionic/tests/ |
D | dirent_test.cpp | 163 DIR* d = fdopendir(fd); in TEST() local 183 DIR* d = opendir("/proc/self"); in TEST() local 191 DIR* d = nullptr; in TEST() local 197 DIR* d = opendir("/proc/self"); in TEST() local 203 DIR* d = opendir("/proc/self"); in TEST() local 220 DIR* d = opendir("/proc/self"); in TEST() local 237 DIR* d = opendir("/proc/self"); in TEST() local 255 DIR* d = opendir("/proc/self"); in TEST() local 273 DIR* d = opendir("/proc/self"); in TEST() local 302 DIR* d = opendir("/proc/self"); in TEST() local
|
/bionic/libm/ |
D | digittoint.c | 33 int d = ch - '0'; in digittoint() local
|
D | signbit.cpp | 34 extern "C" int __signbit(double d) { in __signbit()
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | ldexp.c | 53 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 63 #define GET_HIGH_WORD(i,d) \ argument 72 #define SET_HIGH_WORD(d,v) \ argument
|
/bionic/libc/upstream-freebsd/lib/libc/string/ |
D | wmemcpy.c | 41 wmemcpy(wchar_t * __restrict d, const wchar_t * __restrict s, size_t n) in wmemcpy()
|
D | wmemmove.c | 41 wmemmove(wchar_t *d, const wchar_t *s, size_t n) in wmemmove()
|
D | wcsncpy.c | 51 wchar_t *d = dst; in wcsncpy() local
|
D | wcslcat.c | 51 wchar_t *d = dst; in wcslcat() local
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | math_private.h | 130 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 139 #define EXTRACT_WORD64(ix,d) \ argument 148 #define GET_HIGH_WORD(i,d) \ argument 157 #define GET_LOW_WORD(i,d) \ argument 166 #define INSERT_WORDS(d,ix0,ix1) \ argument 175 #define INSERT_WORD64(d,ix) \ argument 184 #define SET_HIGH_WORD(d,v) \ argument 194 #define SET_LOW_WORD(d,v) \ argument 216 #define GET_FLOAT_WORD(i,d) \ argument 225 #define SET_FLOAT_WORD(d,i) \ argument [all …]
|
D | s_lrint.c | 52 dtype d; in fn() local
|
D | s_nan.c | 84 double d; member
|
/bionic/libm/upstream-netbsd/lib/libm/complex/ |
D | ctanl.c | 44 long double d; in ctanl() local
|
D | ctanhl.c | 40 long double x, y, d; in ctanhl() local
|
D | cephes_subrl.c | 93 long double d; in _ctansl() local
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | strncat.c | 44 char *d = dst; in strncat() local
|
D | stpncpy.c | 41 char *d = dst; in stpncpy() local
|
D | strncpy.c | 45 char *d = dst; in strncpy() local
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 90 #define memmove(d, s, c) bcopy(s, d, c) argument
|
/bionic/libc/kernel/uapi/linux/ |
D | kernel.h | 24 #define __KERNEL_DIV_ROUND_UP(n,d) (((n) + (d) - 1) / (d)) argument
|
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
D | mathimpl.h | 54 #define TRUNC(d) (_b_trunc(&(d))) argument
|
/bionic/libc/upstream-netbsd/common/lib/libc/hash/sha1/ |
D | sha1.c | 107 do_R01(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R01() 117 do_R2(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R2() 127 do_R3(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R3() 137 do_R4(uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d, uint32_t *e, CHAR64LONG16 *block) in do_R4() 152 uint32_t a, b, c, d, e; in SHA1Transform() local
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | strtord.c | 76 strtord(s, sp, rounding, d) CONST char *s; char **sp; int rounding; double *d; in strtord() argument
|