Home
last modified time | relevance | path

Searched refs:lastRun (Results 1 – 10 of 10) sorted by relevance

/external/lz4/lib/
Dlz4hc.c521 int lastRun = (int)(iend - anchor); in LZ4HC_compress_generic() local
522 …if ((limit) && (((char*)op - dest) + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > (U32)maxOutputSi… in LZ4HC_compress_generic()
523 …if (lastRun>=(int)RUN_MASK) { *op++=(RUN_MASK<<ML_BITS); lastRun-=RUN_MASK; for(; lastRun > 254 ; in LZ4HC_compress_generic()
524 else *op++ = (BYTE)(lastRun<<ML_BITS); in LZ4HC_compress_generic()
Dlz4.c696 int lastRun = (int)(iend - anchor); in LZ4_compress_generic() local
697 …if ((outputLimited) && (((char*)op - dest) + lastRun + 1 + ((lastRun+255-RUN_MASK)/255) > (U32)max… in LZ4_compress_generic()
699 …if (lastRun>=(int)RUN_MASK) { *op++=(RUN_MASK<<ML_BITS); lastRun-=RUN_MASK; for(; lastRun >= 255 ;… in LZ4_compress_generic()
700 else *op++ = (BYTE)(lastRun<<ML_BITS); in LZ4_compress_generic()
/external/vogar/src/vogar/
DConsole.java220 Long lastRun = annotatedOutcome.lastRun(null); in summarizeOutcomes() local
222 if (lastRun == null) { in summarizeOutcomes()
225 timestamp = formatElapsedTime(new Date().getTime() - lastRun); in summarizeOutcomes()
DAnnotatedOutcome.java105 public Long lastRun(Long defaultValue) { in lastRun() method in AnnotatedOutcome
/external/icu/icu4c/source/layoutex/
DParagraphLayout.cpp1034 le_int32 lastRun = getCharRun(runEnd); in computeVisualRuns() local
1035 le_int32 startRun = (runDirection == UBIDI_LTR)? firstRun : lastRun; in computeVisualRuns()
1036 le_int32 stopRun = (runDirection == UBIDI_LTR)? lastRun + 1 : firstRun - 1; in computeVisualRuns()
1041 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; in computeVisualRuns()
1200 const VisualRun *lastRun = getVisualRun(fRunCount - 1); in getWidth() local
1202 if (lastRun == NULL) { in getWidth()
1206 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()
1207 const float *positions = lastRun->getPositions(); in getWidth()
/external/skia/src/gpu/
DGrAtlasTextContext.cpp503 PerSubRunInfo& lastRun = cacheBlob->fRuns[run - 1].fSubRunInfo.back(); in regenerateTextBlob() local
505 newRun.fVertexStartIndex = lastRun.fVertexEndIndex; in regenerateTextBlob()
506 newRun.fVertexEndIndex = lastRun.fVertexEndIndex; in regenerateTextBlob()
508 newRun.fGlyphStartIndex = lastRun.fGlyphEndIndex; in regenerateTextBlob()
509 newRun.fGlyphEndIndex = lastRun.fGlyphEndIndex; in regenerateTextBlob()
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...