Home
last modified time | relevance | path

Searched refs:minLens (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorInputStream.java553 final int[] minLens = dataShadow.minLens;
573 minLens[t] = minLen;
588 final int[] minLens = dataShadow.minLens;
614 int minLens_zt = minLens[zt];
637 minLens_zt = minLens[zt];
702 minLens_zt = minLens[zt];
728 int zn = dataShadow.minLens[zt];
911 final int[] minLens = new int[N_GROUPS]; // 24 byte
/external/bzip2/
Ddecompress.c82 gMinlen = s->minLens[gSel]; \
347 s->minLens[t] = minLen; in BZ2_decompress()
Dbzlib_private.h409 Int32 minLens[BZ_N_GROUPS]; member