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

  /dalvik/dexgen/src/com/android/dexgen/dex/code/
SwitchData.java 245 long packedSize = packedCodeSize(cases);
255 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4));
  /dalvik/dx/src/com/android/dx/dex/code/
SwitchData.java 246 long packedSize = packedCodeSize(cases);
256 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4));
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
SwitchData.java 246 long packedSize = packedCodeSize(cases);
256 return (packedSize >= 0) && (packedSize <= ((sparseSize * 5) / 4));
  /frameworks/rs/
rsAllocation.cpp 346 uint32_t packedSize = getPackedSize();
348 stream->addU32(packedSize);
349 if (dataSize == packedSize) {
381 uint32_t packedSize = alloc->getPackedSize();
383 dataSize != packedSize) {
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 570 UInt64 packedSize = 0;
572 packedSize += db.PackSizes[i];
574 headerOffset = packedSize;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]

Completed in 2736 milliseconds