Searched +defs:malloc +defs:d (Results 1 – 6 of 6) sorted by relevance
| /external/wpa_supplicant_8/src/utils/ |
| D | os.h | 496 #define os_memcpy(d, s, n) memcpy((d), (s), (n)) argument 499 #define os_memmove(d, s, n) memmove((d), (s), (n)) argument 615 #define malloc OS_DO_NOT_USE_malloc macro
|
| /external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
| D | SDL_qsort.c | 60 #define malloc SDL_malloc macro 284 size_t d=(((last-first)/size)>>3)*size; in pivot_big() local
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| D | decNumber.c | 280 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument 292 #define malloc(a) uprv_malloc(a) macro 300 #define malloc(a) decMalloc(a) macro 394 Int d; /* work */ in uprv_decNumberToInt32() local 430 Int d; /* work */ in uprv_decNumberToUInt32() local 503 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local 3376 Unit *d; /* .. */ in uprv_decNumberCopy() local 5265 decNumber *d=bufd; /* divisor */ in decExpOp() local 6602 Int d, exp; /* work */ local 7824 uInt u, d; /* .. */ local [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | decNumber.c | 295 #define decFinish(a,b,c,d) decFinalize(a,b,c,d) argument 307 #define malloc(a) uprv_malloc(a) macro 315 #define malloc(a) decMalloc(a) macro 409 Int d; /* work */ in uprv_decNumberToInt32() local 445 Int d; /* work */ in uprv_decNumberToUInt32() local 518 Int d=0; /* count of digits found in decimal part */ in uprv_decNumberFromString() local 3399 Unit *d; /* .. */ in uprv_decNumberCopy() local 5294 decNumber *d=bufd; /* divisor */ in decExpOp() local 6635 Int d, exp; /* work */ local 7858 uInt u, d; /* .. */ local [all …]
|
| /external/compiler-rt/lib/msan/ |
| D | msan_interceptors.cc | 836 INTERCEPTOR(void *, malloc, SIZE_T size) { in INTERCEPTOR() argument 1287 uptr *d = (uptr*)dst; in fast_memcpy() local 1403 uptr d = (uptr)dst; in CopyOrigin() local
|
| /external/valgrind/main/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
|