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

  /external/libkmsxx/kms++util/src/
opts.cpp 24 auto iend = str.end(); local
25 if (*(iend - 1) == '=') {
26 iend--;
28 } else if (*(iend - 1) == '?') {
29 iend--;
35 auto isplit = find(str.begin(), iend, '|');
42 if (isplit != iend)
43 m_long = string(isplit + 1, iend);
  /external/u-boot/lib/
lz4.c 84 const BYTE* const iend = ip + inputSize; local
123 while (likely((endOnInput)?ip<iend-RUN_MASK:1) && (s==255));
130 if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITERALS))) )
136 if ((endOnInput) && (ip+length > iend)) goto _output_error; /* Error : read attempt beyond end of input buffer */
141 if ((endOnInput) && ((ip+length != iend) || (cpy > oend))) goto _output_error; /* Error : input must be consumed */
162 if ((endOnInput) && (ip > iend-LASTLITERALS)) goto _output_error;
  /external/lz4/tests/
frametest.c 338 const BYTE* const iend = ip + cSize; local
339 while (ip < iend) {
376 const BYTE* const iend = (const BYTE*)compressedBuffer + cSize; local
379 while (ip < iend) {
383 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
667 BYTE* iend = (BYTE*)compressedBuffer + cSize + 8; local
676 while (ip < iend) {
680 if (iSize > (size_t)(iend-ip)) iSize = iend-ip
828 const BYTE* const iend = srcStart + srcSize; local
868 const BYTE* const iend = ip + cSize; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 243 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
244 i != iend;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 238 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
239 i != iend;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 241 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
242 i != iend;
  /external/lz4/lib/
lz4.c 679 const BYTE* const iend = ip + inputSize; local
680 const BYTE* const mflimitPlusOne = iend - MFLIMIT + 1;
681 const BYTE* const matchlimit = iend - LASTLITERALS;
1418 const BYTE* const iend = ip + srcSize; local
    [all...]
lz4hc.c 153 LZ4HC_countPattern(const BYTE* ip, const BYTE* const iEnd, U32 const pattern32)
158 while (likely(ip < iEnd-(sizeof(pattern)-1))) {
167 while ((ip<iEnd) && (*ip == (BYTE)patternByte)) {
172 while (ip < iEnd) {
495 const BYTE* const iend = ip + inputSize; local
496 const BYTE* const mflimit = iend - MFLIMIT;
497 const BYTE* const matchlimit = (iend - LASTLITERALS);
658 { size_t lastRunSize = (size_t)(iend - anchor); /* literals */
1170 const BYTE* const iend = ip + *srcSizePtr; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
Record.cpp 403 iend = T1SuperClasses.end();
404 i != iend;
422 iend = T2SuperClasses.end();
423 i != iend;
466 iend = Range.end();
467 i != iend;
593 iend = Range.end();
594 i != iend;
    [all...]
TGParser.cpp 54 iend = TemplateArgs.end();
55 i != iend;
219 iend = SMC->DefPrototypes.end();
220 i != iend;
    [all...]
  /external/icu/icu4c/source/common/
ushape.cpp 1201 int32_t i, iend; local
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 218 bool iend = false; local
229 if (is_chunk(chunk, "IEND")) {
230 iend = true;
244 || iend) {
667 // expensive. When decoding the whole image, read through the IEND chunk to
    [all...]
  /external/skqp/src/codec/
SkPngCodec.cpp 218 bool iend = false; local
229 if (is_chunk(chunk, "IEND")) {
230 iend = true;
244 || iend) {
667 // expensive. When decoding the whole image, read through the IEND chunk to
    [all...]
  /external/bcc/src/cc/vendor/
tinyformat.hpp     [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 

Completed in 933 milliseconds