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

  /external/lzma/CPP/Common/
UTFConvert.cpp 12 size_t destPos = 0, srcPos = 0;
19 *destLen = destPos;
27 dest[destPos] = (wchar_t)c;
28 destPos++;
54 dest[destPos] = (wchar_t)value;
55 destPos++;
64 dest[destPos + 0] = (wchar_t)(0xD800 + (value >> 10));
65 dest[destPos + 1] = (wchar_t)(0xDC00 + (value & 0x3FF));
67 destPos += 2;
70 *destLen = destPos;
    [all...]
  /external/lzma/C/
Lzma2Enc.c 108 size_t destPos = 0;
113 if (packSizeLimit - destPos < u + 3)
115 outBuf[destPos++] = (Byte)(p->srcPos == 0 ? LZMA2_CONTROL_COPY_RESET_DIC : LZMA2_CONTROL_COPY_NO_RESET);
116 outBuf[destPos++] = (Byte)((u - 1) >> 8);
117 outBuf[destPos++] = (Byte)(u - 1);
118 memcpy(outBuf + destPos, LzmaEnc_GetCurBuf(p->enc) - unpackSize, u);
120 destPos += u;
124 *packSizeRes += destPos;
125 if (outStream->Write(outStream, outBuf, destPos) != destPos)
    [all...]
  /external/lzma/C/Util/7z/
7zMain.c 39 size_t destPos = 0, srcPos = 0;
46 *destLen = destPos;
53 dest[destPos] = (char)value;
54 destPos++;
71 dest[destPos] = (char)(kUtf8Limits[numAdds - 1] + (value >> (6 * numAdds)));
72 destPos++;
77 dest[destPos] = (char)(0x80 + ((value >> (6 * numAdds)) & 0x3F));
78 destPos++;
82 *destLen = destPos;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6/
gradle-tooling-api-1.6.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.6-rc-1/
gradle-tooling-api-1.6-rc-1.jar 
  /prebuilts/tools/common/m2/internal/org/gradle/gradle-tooling-api/1.7/
gradle-tooling-api-1.7.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 443 milliseconds