Home
last modified time | relevance | path

Searched refs:decEnd (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/video/
H A Dbink_decoder.cpp887 byte *decEnd = bundle.curDec + n; in readRuns() local
888 if (decEnd > bundle.dataEnd) in readRuns()
898 while (bundle.curDec < decEnd) in readRuns()
907 byte *decEnd = bundle.curDec + n; in readMotionValues() local
908 if (decEnd > bundle.dataEnd) in readMotionValues()
935 } while (bundle.curDec < decEnd); in readMotionValues()
945 if (decEnd > bundle.dataEnd) in readBlockTypes()
982 if (decEnd > bundle.dataEnd) in readPatterns()
986 while (bundle.curDec < decEnd) { in readPatterns()
1000 if (decEnd > bundle.dataEnd) in readColors()
[all …]
/dports/games/residualvm/residualvm-0.3.1/video/
H A Dbink_decoder.cpp1014 byte *decEnd = bundle.curDec + n; in readRuns() local
1015 if (decEnd > bundle.dataEnd) in readRuns()
1025 while (bundle.curDec < decEnd) in readRuns()
1034 byte *decEnd = bundle.curDec + n; in readMotionValues() local
1035 if (decEnd > bundle.dataEnd) in readMotionValues()
1062 } while (bundle.curDec < decEnd); in readMotionValues()
1072 if (decEnd > bundle.dataEnd) in readBlockTypes()
1109 if (decEnd > bundle.dataEnd) in readPatterns()
1113 while (bundle.curDec < decEnd) { in readPatterns()
1127 if (decEnd > bundle.dataEnd) in readColors()
[all …]
/dports/games/scummvm/scummvm-2.5.1/video/
H A Dbink_decoder.cpp1030 byte *decEnd = bundle.curDec + n; in readRuns() local
1031 if (decEnd > bundle.dataEnd) in readRuns()
1041 while (bundle.curDec < decEnd) in readRuns()
1050 byte *decEnd = bundle.curDec + n; in readMotionValues() local
1051 if (decEnd > bundle.dataEnd) in readMotionValues()
1078 } while (bundle.curDec < decEnd); in readMotionValues()
1088 if (decEnd > bundle.dataEnd) in readBlockTypes()
1125 if (decEnd > bundle.dataEnd) in readPatterns()
1129 while (bundle.curDec < decEnd) { in readPatterns()
1143 if (decEnd > bundle.dataEnd) in readColors()
[all …]
/dports/net/kmime/kmime-21.12.3/src/
H A Dkmime_header_parsing.cpp1381 const char *decEnd = decCursor + source.second; in decodeRFC2231Value() local
1385 while (decCursor != decEnd) { in decodeRFC2231Value()
1393 if (decCursor == decEnd) { in decodeRFC2231Value()
1406 while (decCursor != decEnd) { in decodeRFC2231Value()
1413 if (decCursor == decEnd) { in decodeRFC2231Value()
1442 value += QString::fromLatin1(decCursor, decEnd - decCursor); in decodeRFC2231Value()
1454 buffer.resize(rfc2231Codec->maxDecodedSizeFor(decEnd - decCursor)); in decodeRFC2231Value()
1458 if (!dec->decode(decCursor, decEnd, bit, bend)) { in decodeRFC2231Value()
/dports/converters/base91/base91-0.6.0/Java/
H A DbasE91.java106 public int decEnd(byte[] ob) in decEnd() method in basE91
H A Db91cli.java104 s = b91.decEnd(obuf); in decode()
/dports/www/firefox/firefox-99.0/js/src/builtin/intl/
H A DNumberFormat.cpp1389 auto decEnd = intl::DecimalNumber::from(strEnd, nogc); in ValidateNumberRange() local
1390 MOZ_ASSERT(decEnd); in ValidateNumberRange()
1392 endLessThanStart = decEnd->compareTo(*decStart) < 0; in ValidateNumberRange()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/analyze/
H A Danalyze.cpp1083 auto decEnd = statsPlot->graph(DEC_GRAPH)->data()->findEnd(end); in displayGuideGraphics() local
1086 while (ra != raEnd && dec != decEnd && in displayGuideGraphics()