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

  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 109 size_t iend = xml.find(etag, istart); local
110 if (iend == std::string::npos) return std::string();
112 *offset = int(iend + etag.length());
113 return xml.substr(istart, iend-istart);
  /external/lz4/tests/
frametest.c 230 BYTE* const iend = (BYTE*)compressedBuffer + cSize; local
303 while (ip < iend) {
348 const BYTE* const iend = (const BYTE*)compressedBuffer + cSize; local
354 while (ip < iend) {
358 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
469 BYTE* iend = (BYTE*)compressedBuffer + cSize + 8; local
479 while (ip < iend) {
483 if (iSize > (size_t)(iend-ip)) iSize = iend-ip
629 const BYTE* const iend = srcStart + srcSize; local
667 const BYTE* const iend = ip + cSize; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/core/
aout_loader.c 27 unsigned long start, mid, end, istart, iend; local
44 iend = istart + (mid - start);
45 if (!prep_segment(start, mid, end, istart, iend))
  /external/lz4/lib/
lz4opt.h 224 const BYTE* const iend = ip + inputSize; local
225 const BYTE* const mflimit = iend - MFLIMIT;
226 const BYTE* const matchlimit = (iend - LASTLITERALS);
353 { int lastRun = (int)(iend - anchor);
357 memcpy(op, anchor, iend - anchor);
358 op += iend-anchor;
lz4.c 479 const BYTE* const iend = ip + inputSize; local
480 const BYTE* const mflimit = iend - MFLIMIT;
481 const BYTE* const matchlimit = iend - LASTLITERALS;
638 { size_t const lastRun = (size_t)(iend - anchor);
733 const BYTE* const iend = ip + *srcSizePtr; local
734 const BYTE* const mflimit = iend - MFLIMIT;
735 const BYTE* const matchlimit = iend - LASTLITERALS;
851 { size_t lastRunSize = (size_t)(iend - anchor);
1106 const BYTE* const iend = ip + inputSize; local
    [all...]
lz4hc.c 322 const BYTE* const iend = ip + inputSize; local
323 const BYTE* const mflimit = iend - MFLIMIT;
324 const BYTE* const matchlimit = (iend - LASTLITERALS);
477 { int lastRun = (int)(iend - anchor);
481 memcpy(op, anchor, iend - anchor);
482 op += iend-anchor;
  /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;
  /prebuilts/go/darwin-x86/src/image/png/
reader_test.go 486 iend = "\x00\x00\x00\x00IEND\xae\x42\x60\x82"
488 _, err := Decode(strings.NewReader(pngHeader + ihdr + idat + iend))
501 iend = "\x00\x00\x00\x00IEND\xae\x42\x60\x82"
503 _, err := Decode(strings.NewReader(pngHeader + ihdr + idatWhite + idatZero + iend))
512 img, err := Decode(strings.NewReader(pngHeader + ihdr + idatWhite + idatBlack + iend))
530 0000050: 0600 03fa d059 ae00 0000 0049 454e 44ae .....Y.....IEND.
539 iend = "\x00\x00\x00\x00IEND\xae\x42\x60\x82"
550 b = append(b, iend...)
  /prebuilts/go/linux-x86/src/image/png/
reader_test.go 486 iend = "\x00\x00\x00\x00IEND\xae\x42\x60\x82"
488 _, err := Decode(strings.NewReader(pngHeader + ihdr + idat + iend))
501 iend = "\x00\x00\x00\x00IEND\xae\x42\x60\x82"
503 _, err := Decode(strings.NewReader(pngHeader + ihdr + idatWhite + idatZero + iend))
512 img, err := Decode(strings.NewReader(pngHeader + ihdr + idatWhite + idatBlack + iend))
530 0000050: 0600 03fa d059 ae00 0000 0049 454e 44ae .....Y.....IEND.
539 iend = "\x00\x00\x00\x00IEND\xae\x42\x60\x82"
550 b = append(b, iend...)
  /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 1203 int32_t i, iend; local
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 213 bool iend = false; local
224 if (is_chunk(chunk, "IEND")) {
225 iend = true;
239 || iend) {
656 // expensive. When decoding the whole image, read through the IEND chunk to
    [all...]
  /external/pcre/dist2/src/
pcre2_match.c 1507 register PCRE2_SIZE *iend = mb->ovector + offset; local
2056 register PCRE2_SIZE *iend = mb->ovector + offset; local
6735 register PCRE2_SIZE *iend = iptr - re->top_bracket; local
7179 register PCRE2_SIZE *iptr, *iend; local
    [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 
  /prebuilts/tools/common/m2/repository/log4j/log4j/1.2.12/
log4j-1.2.12.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 456 milliseconds