HomeSort by relevance Sort by last modified time
    Searched refs:idSize (Results 1 - 8 of 8) sorted by null

  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 46 int idSize = Types.getTypeSize(mType);
56 if (idSize == 4) {
101 int idSize = Types.getTypeSize(mType);
112 if (idSize == 4) {
145 int idSize = Types.getTypeSize(mType);
160 if (idSize == 4) {
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
tga_utils.cpp 21 uint8_t idSize;
59 readBinary(stream, header.idSize);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 137 int idSize = in.readInt();
139 System.out.println("\tidSize=" + idSize);
141 if (idSize != BinaryHprof.ID_SIZE) {
142 throw new MalformedHprofException("Unsupported identifier size: " + idSize);
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 282 int idSize;
283 for (idSize = 1; idSize < sizeof(id); idSize++)
284 if ((id >> (8 * idSize)) == 0)
287 for (int t = idSize - 1; t >= 0 ; t--, id >>= 8)
290 b = (Byte)(idSize & 0xF);
295 WriteBytes(longID, idSize);
7zIn.cpp 401 int idSize = (mainByte & 0xF);
403 ReadBytes(longID, idSize);
404 if (idSize > 8)
407 for (int j = 0; j < idSize; j++)
408 id |= (UInt64)longID[idSize - 1 - j] << (8 * j);
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 556 unsigned idSize, j;
559 idSize = (unsigned)(mainByte & 0xF);
560 RINOK(SzReadBytes(sd, longID, idSize));
561 if (idSize > sizeof(coder->MethodID))
564 for (j = 0; j < idSize; j++)
565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j);
    [all...]
  /external/lzma/C/
7zIn.c 556 unsigned idSize, j;
559 idSize = (unsigned)(mainByte & 0xF);
560 RINOK(SzReadBytes(sd, longID, idSize));
561 if (idSize > sizeof(coder->MethodID))
564 for (j = 0; j < idSize; j++)
565 coder->MethodID |= (UInt64)longID[idSize - 1 - j] << (8 * j);
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 

Completed in 228 milliseconds