HomeSort by relevance Sort by last modified time
    Searched full:iend (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /external/libpng/contrib/tools/
png-fix-itxt.c 151 /* The IEND chunk type expressed as integers is (73, 69, 78, 68) */
pngfix.c     [all...]
  /external/okhttp/okio/
README.md 98 if (type.equals("IEND")) break;
  /frameworks/base/tools/aapt2/compile/
PngChunkFilter.cpp 135 // Special case the IEND chunk, which MUST appear last and libpng stops parsing once it hits
  /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...]
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 70 int32_t iEnd = sizeof(g_FXCharset2CodePageTable) / sizeof(FX_CHARSET_MAP) - 1;
71 ASSERT(iEnd >= 0);
75 iMid = (iStart + iEnd) / 2;
80 iEnd = iMid - 1;
83 } while (iStart <= iEnd);
    [all...]
  /external/skia/src/codec/
SkPngCodec.cpp 214 bool iend = false; local
225 if (is_chunk(chunk, "IEND")) {
226 iend = true;
240 || iend) {
665 // expensive. When decoding the whole image, read through the IEND chunk to
    [all...]
  /external/skqp/src/codec/
SkPngCodec.cpp 214 bool iend = false; local
225 if (is_chunk(chunk, "IEND")) {
226 iend = true;
240 || iend) {
665 // expensive. When decoding the whole image, read through the IEND chunk to
    [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
zblat2.f     [all...]
dblat3.f     [all...]
sblat3.f     [all...]
  /external/clang/lib/Sema/
IdentifierResolver.cpp 346 IEnd = IDI->decls_end();
347 I != IEnd; ++I) {
  /external/pdfium/xfa/fde/
cfde_textout.cpp 472 int32_t iEnd = pPiece->iChars + iStar;
473 while (iStar < iEnd) {
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitCodes.h 322 for (unsigned I = 0, IEnd = getNumOperandInfos();
323 I != IEnd; ++I) {
  /external/cblas/testing/
c_cblat3.f     [all...]
c_dblat3.f     [all...]
c_sblat3.f     [all...]
c_zblat3.f     [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp     [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 545 SkIntersections iEnd;
548 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayEnd, &iEnd);
550 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist);
577 SkDPoint oppPt = iEnd.pt(closestEnd);
    [all...]
  /external/skqp/src/pathops/
SkOpAngle.cpp 545 SkIntersections iEnd;
548 (*CurveIntersectRay[oppVerb])(oppSegment->pts(), oppSegment->weight(), rayEnd, &iEnd);
550 int closestEnd = iEnd.closestTo(rh->fStart->t(), rh->fEnd->t(), rayEnd[0], &endDist);
577 SkDPoint oppPt = iEnd.pt(closestEnd);
    [all...]
  /prebuilts/go/darwin-x86/src/image/png/
reader.go 89 // present), IDAT and IEND chunks must appear in that order. There may be
327 // ... len0 IDAT xxx crc0 len1 IDAT yy crc1 len2 IEND crc2
854 return FormatError("bad IEND length")
906 case "IEND":
  /prebuilts/go/linux-x86/src/image/png/
reader.go 89 // present), IDAT and IEND chunks must appear in that order. There may be
327 // ... len0 IDAT xxx crc0 len1 IDAT yy crc1 len2 IEND crc2
854 return FormatError("bad IEND length")
906 case "IEND":
  /external/clang/lib/AST/
CXXInheritance.cpp 462 for (iterator I = begin(), IEnd = end(); I != IEnd; ++I) {

Completed in 1292 milliseconds

1 23 4 5 6 7