HomeSort by relevance Sort by last modified time
    Searched full:needbytes (Results 1 - 2 of 2) sorted by null

  /external/icu4c/i18n/
decNumber.c 672 Int needbytes=D2U(d)*sizeof(Unit);\/* bytes needed *\/ local
948 uInt needbytes; \/* for space calculations *\/ local
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...]
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_api.c 895 int32_t skipLen, needBytes, i;
905 needBytes = DRM_B64_ENC_BLOCK - ((encLen - skipLen) % DRM_B64_ENC_BLOCK);
906 if (needBytes < DRM_B64_ENC_BLOCK) {
907 s->rawContent = (uint8_t *)realloc(s->rawContent, DRM_MAX_MALLOC_LEN + needBytes);
914 while (i < needBytes) {
    [all...]

Completed in 2634 milliseconds