Home | History | Annotate | Download | only in makeconv

Lines Matching defs:overlap

593             min=newBlock-nextOffset; /* minimum block start with overlap */
627 min=newBlock-nextOffset; /* minimum block start with overlap */
685 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap;
723 min=newBlock-nextOffset; /* minimum block start with overlap */
763 * Overlap stage 3 blocks only in multiples of 16-entry blocks
767 for(overlap=0;
768 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
769 ++overlap) {}
771 overlap=(overlap/MBCS_STAGE_3_GRANULARITY)/maxCharLength;
772 overlap=(overlap*MBCS_STAGE_3_GRANULARITY)*maxCharLength;
774 newBlock-=overlap;
1175 /* find the size of the overlap */
1192 } else /* no overlap && newStart==start */ {
1229 /* find the size of the overlap */
1246 } else /* no overlap && newStart==start */ {
1287 /* find the size of the overlap */
1304 } else /* no overlap && newStart==start */ {