/external/libkmsxx/kms++util/src/ |
D | opts.cpp | 24 auto iend = str.end(); in parse() local 25 if (*(iend - 1) == '=') { in parse() 26 iend--; in parse() 28 } else if (*(iend - 1) == '?') { in parse() 29 iend--; in parse() 35 auto isplit = find(str.begin(), iend, '|'); in parse() 42 if (isplit != iend) in parse() 43 m_long = string(isplit + 1, iend); in parse()
|
/external/lz4/tests/ |
D | frametest.c | 338 const BYTE* const iend = ip + cSize; in basicTests() local 339 while (ip < iend) { in basicTests() 376 const BYTE* const iend = (const BYTE*)compressedBuffer + cSize; in basicTests() local 379 while (ip < iend) { in basicTests() 383 if (iSize > (size_t)(iend-ip)) iSize = iend-ip; in basicTests() 667 BYTE* iend = (BYTE*)compressedBuffer + cSize + 8; in basicTests() local 676 while (ip < iend) { in basicTests() 680 if (iSize > (size_t)(iend-ip)) iSize = iend-ip; in basicTests() 693 iend = ip+8; in basicTests() 695 while (ip < iend) { in basicTests() [all …]
|
/external/u-boot/lib/ |
D | lz4.c | 84 const BYTE* const iend = ip + inputSize; in LZ4_decompress_generic() local 123 while (likely((endOnInput)?ip<iend-RUN_MASK:1) && (s==255)); in LZ4_decompress_generic() 130 …if (((endOnInput) && ((cpy>(partialDecoding?oexit:oend-MFLIMIT)) || (ip+length>iend-(2+1+LASTLITER… in LZ4_decompress_generic() 136 …if ((endOnInput) && (ip+length > iend)) goto _output_error; /* Error : read attempt beyond end o… in LZ4_decompress_generic() 141 …if ((endOnInput) && ((ip+length != iend) || (cpy > oend))) goto _output_error; /* Error : input … in LZ4_decompress_generic() 162 if ((endOnInput) && (ip > iend-LASTLITERALS)) goto _output_error; in LZ4_decompress_generic()
|
/external/lz4/lib/ |
D | lz4.c | 679 const BYTE* const iend = ip + inputSize; in LZ4_compress_generic() local 680 const BYTE* const mflimitPlusOne = iend - MFLIMIT + 1; in LZ4_compress_generic() 681 const BYTE* const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic() 978 { size_t lastRun = (size_t)(iend - anchor); in LZ4_compress_generic() 1418 const BYTE* const iend = ip + srcSize; in LZ4_decompress_generic() local 1432 const BYTE* const shortiend = iend - (endOnInput ? 14 : 8) /*maxLL*/ - 2 /*offset*/; in LZ4_decompress_generic() 1452 assert(!endOnInput || ip <= iend); /* ip < iend before the increment */ in LZ4_decompress_generic() 1498 … if (unlikely(endOnInput ? ip >= iend-RUN_MASK : 0)) goto _output_error; /* overflow detection */ in LZ4_decompress_generic() 1502 } while ( likely(endOnInput ? ip<iend-RUN_MASK : 1) & (s==255) ); in LZ4_decompress_generic() 1510 if ( ((endOnInput) && ((cpy>oend-MFLIMIT) || (ip+length>iend-(2+1+LASTLITERALS))) ) in LZ4_decompress_generic() [all …]
|
D | lz4hc.c | 495 const BYTE* const iend = ip + inputSize; in LZ4HC_compress_hashChain() local 496 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain() 497 const BYTE* const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_hashChain() 658 { size_t lastRunSize = (size_t)(iend - anchor); /* literals */ in LZ4HC_compress_hashChain() 1170 const BYTE* const iend = ip + *srcSizePtr; in LZ4HC_compress_optimal() local 1171 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal() 1172 const BYTE* const matchlimit = iend - LASTLITERALS; in LZ4HC_compress_optimal() 1377 { size_t lastRunSize = (size_t)(iend - anchor); /* literals */ in LZ4HC_compress_optimal()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 238 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N); in setSubgraphColorHelper() local 239 i != iend; in setSubgraphColorHelper()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 243 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N); in setSubgraphColorHelper() local 244 i != iend; in setSubgraphColorHelper()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGPrinter.cpp | 241 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N); in setSubgraphColorHelper() local 242 i != iend; in setSubgraphColorHelper()
|
/external/swiftshader/third_party/LLVM/lib/TableGen/ |
D | Record.cpp | 403 iend = T1SuperClasses.end(); in resolveTypes() local 404 i != iend; in resolveTypes() 422 iend = T2SuperClasses.end(); in resolveTypes() local 423 i != iend; in resolveTypes() 466 iend = Range.end(); in ProfileBitsInit() local 467 i != iend; in ProfileBitsInit() 593 iend = Range.end(); in ProfileListInit() local 594 i != iend; in ProfileListInit() 1592 iend = args.end(); in get() local 1593 i != iend; in get()
|
D | TGParser.cpp | 54 iend = TemplateArgs.end(); in dump() local 55 i != iend; in dump() 219 iend = SMC->DefPrototypes.end(); in AddSubMultiClass() local 220 i != iend; in AddSubMultiClass()
|
/external/icu/icu4c/source/common/ |
D | ushape.cpp | 1201 int32_t i, iend; in shapeUnicode() local 1234 iend = -1; in shapeUnicode() 1247 while (i != iend) { in shapeUnicode() 1252 if(Nw == iend) { in shapeUnicode() 1347 } else if(i != iend) { in shapeUnicode()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 218 bool iend = false; in processData() local 230 iend = true; in processData() 244 || iend) { in processData()
|
/external/skqp/src/codec/ |
D | SkPngCodec.cpp | 218 bool iend = false; in processData() local 230 iend = true; in processData() 244 || iend) { in processData()
|
/external/bcc/src/cc/vendor/ |
D | tinyformat.hpp | 807 for(size_t i = 0, iend = result.size(); i < iend; ++i) in formatImpl() local
|
/external/icu/icu4c/source/data/locales/ |
D | et.txt | 1000 modifier{"täiend"}
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.pat.txt | 3235 4iend
|