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

  /external/chromium_org/third_party/lzma_sdk/
Bra86.c 13 SizeT bufferPos = 0, prevPosT;
22 Byte *p = data + bufferPos;
27 bufferPos = (SizeT)(p - data);
30 prevPosT = bufferPos - prevPosT;
41 prevPosT = bufferPos;
43 bufferPos++;
48 prevPosT = bufferPos;
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
74 bufferPos += 5
    [all...]
  /external/lzma/C/
Bra86.c 13 SizeT bufferPos = 0, prevPosT;
22 Byte *p = data + bufferPos;
27 bufferPos = (SizeT)(p - data);
30 prevPosT = bufferPos - prevPosT;
41 prevPosT = bufferPos;
43 bufferPos++;
48 prevPosT = bufferPos;
59 dest = (ip + (UInt32)bufferPos) + src;
61 dest = src - (ip + (UInt32)bufferPos);
74 bufferPos += 5;
    [all...]
  /external/lzma/CPP/7zip/Compress/
Bcj2Coder.cpp 102 UInt32 bufferPos = 0;
115 UInt32 size = kBufferSize - (bufferPos + processedSize);
119 RINOK(inStream->Read(_buffer + bufferPos + processedSize, size, &processedSizeLoc));
124 UInt32 endPos = bufferPos + processedSize;
129 for (bufferPos = 0; bufferPos < endPos; bufferPos++)
131 Byte b = _buffer[bufferPos];
151 bufferPos = 0;
154 while(bufferPos <= limit)
    [all...]
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 43 UInt32 bufferPos = 0;
50 size_t processedSize = kBufferSize - bufferPos;
53 RINOK(ReadStream(inStream, _buffer + bufferPos, &processedSize));
55 UInt32 endPos = bufferPos + (UInt32)processedSize;
57 bufferPos = Filter->Filter(_buffer, endPos);
58 if (bufferPos > endPos)
60 for (; endPos < bufferPos; endPos++)
62 bufferPos = Filter->Filter(_buffer, endPos);
65 if (bufferPos == 0)
71 RINOK(WriteWithLimit(outStream, bufferPos));
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normlzr.cpp 36 buffer(), bufferPos(0)
45 buffer(), bufferPos(0)
54 buffer(), bufferPos(0)
63 buffer(copy.buffer), bufferPos(copy.bufferPos)
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
111 bufferPos==that.bufferPos &&
249 if(bufferPos<buffer.length() || nextNormalize()) {
250 return buffer.char32At(bufferPos);
    [all...]
unames.cpp 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
220 ++(bufferPos); \
242 uint16_t token, tokenCount=*tokens++, bufferPos=0;
279 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
294 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
311 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
322 return bufferPos;
779 uint16_t i, factor, bufferPos=0;
820 WRITE_CHAR(buffer, bufferLength, bufferPos, c)
    [all...]
  /external/icu/icu4c/source/common/
normlzr.cpp 36 buffer(), bufferPos(0)
45 buffer(), bufferPos(0)
54 buffer(), bufferPos(0)
63 buffer(copy.buffer), bufferPos(copy.bufferPos)
100 return text->hashCode() + fUMode + fOptions + buffer.hashCode() + bufferPos + currentIndex + nextIndex;
111 bufferPos==that.bufferPos &&
249 if(bufferPos<buffer.length() || nextNormalize()) {
250 return buffer.char32At(bufferPos);
    [all...]
unames.cpp 215 #define WRITE_CHAR(buffer, bufferLength, bufferPos, c) { \
220 ++(bufferPos); \
242 uint16_t token, tokenCount=*tokens++, bufferPos=0;
279 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
294 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
299 if(!bufferPos && nameChoice == U_EXTENDED_CHAR_NAME) {
311 WRITE_CHAR(buffer, bufferLength, bufferPos, c);
322 return bufferPos;
779 uint16_t i, factor, bufferPos=0;
820 WRITE_CHAR(buffer, bufferLength, bufferPos, c)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
normlzr.h 757 int32_t bufferPos;
  /external/icu/icu4c/source/common/unicode/
normlzr.h 757 int32_t bufferPos;
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar 

Completed in 431 milliseconds