Lines Matching +defs:malloc +defs:d
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
8004 Int ae, d, digits; /* .. */ local
8186 #define malloc(a) decMalloc(a) macro