/external/lz4/tests/ |
D | frametest.c | 230 BYTE* const iend = (BYTE*)compressedBuffer + cSize; in basicTests() local 303 while (ip < iend) { in basicTests() 348 const BYTE* const iend = (const BYTE*)compressedBuffer + cSize; in basicTests() local 354 while (ip < iend) { in basicTests() 358 if (iSize > (size_t)(iend-ip)) iSize = iend-ip; in basicTests() 469 BYTE* iend = (BYTE*)compressedBuffer + cSize + 8; in basicTests() local 479 while (ip < iend) { in basicTests() 483 if (iSize > (size_t)(iend-ip)) iSize = iend-ip; in basicTests() 497 iend = ip+8; in basicTests() 499 while (ip < iend) { in basicTests() [all …]
|
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.cpp | 109 size_t iend = xml.find(etag, istart); in parseTag() local 110 if (iend == std::string::npos) return std::string(); in parseTag() 112 *offset = int(iend + etag.length()); in parseTag() 113 return xml.substr(istart, iend-istart); in parseTag()
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | aout_loader.c | 27 unsigned long start, mid, end, istart, iend; in aout_probe() local 44 iend = istart + (mid - start); in aout_probe() 45 if (!prep_segment(start, mid, end, istart, iend)) in aout_probe()
|
/external/lz4/lib/ |
D | lz4opt.h | 224 const BYTE* const iend = ip + inputSize; in LZ4HC_compress_optimal() local 225 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_optimal() 226 const BYTE* const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_optimal() 353 { int lastRun = (int)(iend - anchor); in LZ4HC_compress_optimal() 357 memcpy(op, anchor, iend - anchor); in LZ4HC_compress_optimal() 358 op += iend-anchor; in LZ4HC_compress_optimal()
|
D | lz4.c | 479 const BYTE* const iend = ip + inputSize; in LZ4_compress_generic() local 480 const BYTE* const mflimit = iend - MFLIMIT; in LZ4_compress_generic() 481 const BYTE* const matchlimit = iend - LASTLITERALS; in LZ4_compress_generic() 638 { size_t const lastRun = (size_t)(iend - anchor); in LZ4_compress_generic() 733 const BYTE* const iend = ip + *srcSizePtr; in LZ4_compress_destSize_generic() local 734 const BYTE* const mflimit = iend - MFLIMIT; in LZ4_compress_destSize_generic() 735 const BYTE* const matchlimit = iend - LASTLITERALS; in LZ4_compress_destSize_generic() 851 { size_t lastRunSize = (size_t)(iend - anchor); in LZ4_compress_destSize_generic() 1106 const BYTE* const iend = ip + inputSize; in LZ4_decompress_generic() local 1140 } while ( likely(endOnInput ? ip<iend-RUN_MASK : 1) & (s==255) ); in LZ4_decompress_generic() [all …]
|
D | lz4hc.c | 322 const BYTE* const iend = ip + inputSize; in LZ4HC_compress_hashChain() local 323 const BYTE* const mflimit = iend - MFLIMIT; in LZ4HC_compress_hashChain() 324 const BYTE* const matchlimit = (iend - LASTLITERALS); in LZ4HC_compress_hashChain() 477 { int lastRun = (int)(iend - anchor); in LZ4HC_compress_hashChain() 481 memcpy(op, anchor, iend - anchor); in LZ4HC_compress_hashChain() 482 op += iend-anchor; in LZ4HC_compress_hashChain()
|
/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/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 | 1203 int32_t i, iend; in shapeUnicode() local 1236 iend = -1; in shapeUnicode() 1249 while (i != iend) { in shapeUnicode() 1254 if(Nw == iend) { in shapeUnicode() 1349 } else if(i != iend) { in shapeUnicode()
|
/external/skia/src/codec/ |
D | SkPngCodec.cpp | 213 bool iend = false; in processData() local 225 iend = true; in processData() 239 || iend) { in processData()
|
/external/pcre/dist2/src/ |
D | pcre2_match.c | 1507 register PCRE2_SIZE *iend = mb->ovector + offset; in match() local 1508 while (iptr < iend) *iptr++ = PCRE2_UNSET; in match() 2056 register PCRE2_SIZE *iend = mb->ovector + offset; in match() local 2057 while (iptr < iend) *iptr++ = PCRE2_UNSET; in match() 6735 register PCRE2_SIZE *iend = iptr - re->top_bracket; in pcre2_match() local 6736 if (iend < mb->ovector + 2) iend = mb->ovector + 2; in pcre2_match() 6737 while (--iptr >= iend) *iptr = PCRE2_UNSET; in pcre2_match() 7179 register PCRE2_SIZE *iptr, *iend; in pcre2_match() local 7183 iend = match_data->ovector + 2 * resetcount; in pcre2_match() 7184 while (iptr < iend) *iptr++ = PCRE2_UNSET; in pcre2_match()
|
/external/icu/icu4c/source/data/locales/ |
D | et.txt | 934 modifier{"Täiend"}
|
/external/hyphenation-patterns/cy/ |
D | hyph-cy.pat.txt | 3235 4iend
|