HomeSort by relevance Sort by last modified time
    Searched full:idsize (Results 1 - 13 of 13) 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_dx11/samples/gles2_book/Common/Win32/
esUtil_TGA.c 32 unsigned char IdSize,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 89 ('idSize', 'cType', 'resvd1', 'resvd2', 'dataRefIndex', 'version',
  /external/lzma/
7zFormat.txt 241 0:3 DecompressionMethod.IDSize
252 BYTE DecompressionMethod.ID[DecompressionMethod.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/lzma/CPP/7zip/Common/
CreateCoder.cpp 59 // info.Id.IDSize = (Byte)SysStringByteLen(prop.bstrVal);
60 // memmove(info.Id.ID, prop.bstrVal, info.Id.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);
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf 273 IDsize=
277 7) IDsize=$(expr $4 \* $5 \* 2)
278 IVPsize=$IDsize
  /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...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_lib.c 1211 int idsize; local
    [all...]
  /external/openssl/ssl/
t1_lib.c 1336 int idsize; local
    [all...]

Completed in 889 milliseconds