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

  /external/icu4c/i18n/
decNumber.c 659 Int needbytes=D2U(d)*sizeof(Unit);\/* bytes needed *\/ local
935 uInt needbytes; \/* for space calculations *\/ local
1114 uInt needbytes; \/* for space calculations *\/ local
1402 uInt needbytes; \/* for space calculations *\/ local
1972 uInt needbytes; \/* buffer size needed *\/ local
2825 Int needbytes; \/* work *\/ local
4859 Int needbytes; \/* size calculator *\/ local
5247 uInt needbytes; \/* for space calculations *\/ local
5608 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 135 milliseconds