HomeSort by relevance Sort by last modified time
    Searched defs:padSize (Results 1 - 5 of 5) sorted by null

  /external/lzma/C/
XzEnc.c 457 unsigned padSize = 0;
459 while((((unsigned)block.packSize + padSize) & 3) != 0)
460 buf[padSize++] = 0;
461 SeqCheckInStream_GetDigest(&checkInStream, buf + padSize);
462 RINOK(WriteBytes(&seqSizeOutStream.p, buf, padSize + XzFlags_GetCheckSize(xz->flags)));
463 RINOK(Xz_AddIndexRecord(xz, block.unpackSize, seqSizeOutStream.processed - padSize, &g_Alloc));
Xz.h 210 UInt64 padSize;
  /dalvik/vm/analysis/
DexPrepare.cpp     [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 904 int padSize = padWidth * padHeight;
906 SkAutoTMalloc<uint8_t> padPixels(padSize);
907 memset(padPixels, 0, padSize);
    [all...]
  /external/skia/src/effects/
SkBlurMask.cpp 904 int padSize = padWidth * padHeight;
906 SkAutoTMalloc<uint8_t> padPixels(padSize);
907 memset(padPixels, 0, padSize);
    [all...]

Completed in 232 milliseconds