Searched refs:lastRun (Results 1 – 6 of 6) sorted by relevance
521 int lastRun = (int)(iend - anchor); in LZ4HC_compress_generic() local522 …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()
696 int lastRun = (int)(iend - anchor); in LZ4_compress_generic() local697 …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()
220 Long lastRun = annotatedOutcome.lastRun(null); in summarizeOutcomes() local222 if (lastRun == null) { in summarizeOutcomes()225 timestamp = formatElapsedTime(new Date().getTime() - lastRun); in summarizeOutcomes()
105 public Long lastRun(Long defaultValue) { in lastRun() method in AnnotatedOutcome
1034 le_int32 lastRun = getCharRun(runEnd); in computeVisualRuns() local1035 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() local1202 if (lastRun == NULL) { in getWidth()1206 le_int32 glyphCount = lastRun->getGlyphCount(); in getWidth()1207 const float *positions = lastRun->getPositions(); in getWidth()
117 Run::SubRunInfo& lastRun = fRuns[currRun - 1].fSubRunInfo.back(); in push_back_run() local118 newRun.setAsSuccessor(lastRun); in push_back_run()