/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 105 #define __nvvm_memcpy(s, d, n, a) __builtin_memcpy(s, d, n) argument 106 #define __nvvm_memset(d, c, n, a) __builtin_memset(d, c, n) argument 265 __device__ static inline void *malloc(size_t __size) { in malloc() function
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 503 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument 506 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument 628 #define malloc OS_DO_NOT_USE_malloc macro
|
/external/jemalloc/src/ |
D | jemalloc.c | 1130 #define CONF_HANDLE_CHAR_P(o, n, d) \ argument 1639 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) argument 1787 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(2) argument 1803 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE2(1, 2) argument 2040 JEMALLOC_ATTR(malloc) argument 2053 JEMALLOC_ATTR(malloc) argument 2282 JEMALLOC_ATTR(malloc) JEMALLOC_ALLOC_SIZE(1) argument
|
/external/icu/icu4c/source/i18n/ |
D | decNumber.c | 297 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument 309 #define malloc(a) uprv_malloc(a) macro 317 #define malloc(a) decMalloc(a) macro 411 Int d; /* work */ in uprv_decNumberToInt32() local 447 Int d; /* work */ in uprv_decNumberToUInt32() local 520 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local 3401 Unit *d; /* .. */ in uprv_decNumberCopy() local 5296 decNumber *d=bufd; /* divisor */ in decExpOp() local 6637 Int d, exp; /* work */ local 7860 uInt u, d; /* .. */ local [all …]
|
/external/pcre/dist2/src/ |
D | pcre2_internal.h | 187 #define memcpy(d,s,n) _memcpy(d,s,n) argument 188 #define memmove(d,s,n) _memmove(d,s,n) argument 203 pcre2_memmove(void *d, const void *s, size_t n) in pcre2_memmove() 1757 void * (*malloc)(size_t, void *); member
|
/external/valgrind/perf/ |
D | tinycc.c | 2156 double d; member 6643 int ieee_finite(double d) in ieee_finite() 6756 #define malloc(s) use_tcc_malloc(s) macro 8880 double d; in parse_number() local 13536 int a, b, c, d; in block() local 21651 char *p, *d; in main2() local
|