| /bionic/libc/bionic/ |
| D | dirent.cpp | 60 DIR* d = reinterpret_cast<DIR*>(malloc(sizeof(DIR))); in __allocate_DIR() local 95 static bool __fill_DIR(DIR* d) { in __fill_DIR() 105 static dirent* __readdir_locked(DIR* d) { in __readdir_locked() 119 dirent* readdir(DIR* d) { in readdir() 125 int readdir_r(DIR* d, dirent* entry, dirent** result) { in readdir_r() 146 int closedir(DIR* d) { in closedir() 158 void rewinddir(DIR* d) { in rewinddir() 165 void seekdir(DIR* d, long offset) { in seekdir() 174 long telldir(DIR* d) { in telldir()
|
| D | fpclassify.cpp | 44 double d; member 48 int __fpclassifyd(double d) { in __fpclassifyd() 73 int __isinf(double d) { in __isinf() 83 int __isnan(double d) { in __isnan() 93 int __isfinite(double d) { in __isfinite() 105 int __isnormal(double d) { in __isnormal()
|
| D | __strncat_chk.cpp | 51 char *d = dest + dest_len; in __strncat_chk() local
|
| D | ether_aton.c | 37 unsigned d; in xdigit() local
|
| D | __stpncpy_chk.cpp | 72 char* d = dst; in __stpncpy_chk2() local
|
| D | __strncpy_chk.cpp | 72 char* d = dst; in __strncpy_chk2() 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 = NULL; 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/upstream-freebsd/lib/msun/src/ |
| D | math_private.h | 89 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 98 #define EXTRACT_WORD64(ix,d) \ argument 107 #define GET_HIGH_WORD(i,d) \ argument 116 #define GET_LOW_WORD(i,d) \ argument 125 #define INSERT_WORDS(d,ix0,ix1) \ argument 134 #define INSERT_WORD64(d,ix) \ argument 143 #define SET_HIGH_WORD(d,v) \ argument 153 #define SET_LOW_WORD(d,v) \ argument 175 #define GET_FLOAT_WORD(i,d) \ argument 184 #define SET_FLOAT_WORD(d,i) \ argument [all …]
|
| D | s_lrint.c | 50 dtype d; in fn() local
|
| D | s_nan.c | 82 double d; member
|
| /bionic/libm/ |
| D | digittoint.c | 33 int d = ch - '0'; in digittoint() local
|
| D | signbit.c | 33 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 | 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/libc/upstream-openbsd/lib/libc/string/ |
| D | wmemcpy.c | 36 wmemcpy(wchar_t *d, const wchar_t *s, size_t n) in wmemcpy()
|
| D | strncpy.c | 45 char *d = dst; in strncpy() local
|
| D | stpncpy.c | 41 char *d = dst; in stpncpy() local
|
| D | strncat.c | 44 char *d = dst; in strncat() local
|
| /bionic/libc/arch-mips/string/ |
| D | memcmp.c | 35 int d = 0; in memcmp() local
|
| /bionic/libc/upstream-netbsd/lib/libc/regex/ |
| D | utils.h | 90 #define memmove(d, s, c) bcopy(s, d, c) argument
|
| /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
| D | mathimpl.h | 52 #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
|