Searched refs:needbytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c672 Int needbytes=D2U(d)*sizeof(Unit);/* bytes needed */ local
674 if (needbytes>(Int)sizeof(resbuff)) { /* too big for local */
675 allocres=(Unit *)malloc(needbytes);
948 uInt needbytes; /* for space calculations */ local
963 needbytes=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
964 if (needbytes>sizeof(bufa)) { /* need malloc space */
965 allocbufa=(decNumber *)malloc(needbytes);
977 needbytes=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
978 if (needbytes>sizeof(bufb)) { /* need malloc space */
979 allocbufb=(decNumber *)malloc(needbytes);
1127 uInt needbytes; /* for space calculations */ local
1415 uInt needbytes; /* for space calculations */ local
1985 uInt needbytes; /* buffer size needed */ local
2838 Int needbytes; /* work */ local
4874 Int needbytes; /* size calculator */ local
5266 uInt needbytes; /* for space calculations */ local
5627 uInt needbytes; /* for space calculations */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c674 Int needbytes=D2U(d)*sizeof(Unit);/* bytes needed */ local
676 if (needbytes>(Int)sizeof(resbuff)) { /* too big for local */
677 allocres=(Unit *)malloc(needbytes);
950 uInt needbytes; /* for space calculations */ local
965 needbytes=sizeof(decNumber)+(D2U(lhs->digits)-1)*sizeof(Unit);
966 if (needbytes>sizeof(bufa)) { /* need malloc space */
967 allocbufa=(decNumber *)malloc(needbytes);
979 needbytes=sizeof(decNumber)+(D2U(rhs->digits)-1)*sizeof(Unit);
980 if (needbytes>sizeof(bufb)) { /* need malloc space */
981 allocbufb=(decNumber *)malloc(needbytes);
1129 uInt needbytes; /* for space calculations */ local
1417 uInt needbytes; /* for space calculations */ local
1987 uInt needbytes; /* buffer size needed */ local
2840 Int needbytes; /* work */ local
4876 Int needbytes; /* size calculator */ local
5268 uInt needbytes; /* for space calculations */ local
5629 uInt needbytes; /* for space calculations */ local
[all...]

Completed in 78 milliseconds