Home
last modified time | relevance | path

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

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/bzip2/
DBZip2CompressorInputStream.java470 final byte[] selectorMtf = dataShadow.selectorMtf;
507 selectorMtf[i] = (byte) j;
516 int v = selectorMtf[i] & 0xff;
900 final byte[] selectorMtf = new byte[MAX_SELECTORS]; // 18002 byte
DBZip2CompressorOutputStream.java938 dataShadow.selectorMtf[i] = (byte) j; in sendMTFValues2()
1017 final byte[] selectorMtf = this.data.selectorMtf; in sendMTFValues5()
1023 for (int j = 0, hj = selectorMtf[i] & 0xff; j < hj; j++) { in sendMTFValues5()
1287 final byte[] selectorMtf = new byte[MAX_SELECTORS]; // 18002 byte field in BZip2CompressorOutputStream.Data
/external/u-boot/lib/bzip2/
Dbzlib_private.h289 UChar selectorMtf[BZ_MAX_SELECTORS]; member
431 UChar selectorMtf[BZ_MAX_SELECTORS]; member
Dbzlib_compress.c517 s->selectorMtf[i] = j; in sendMTFValues()
563 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
Dbzlib_decompress.c342 s->selectorMtf[i] = j; in BZ2_decompress()
351 v = s->selectorMtf[i]; in BZ2_decompress()
/external/bzip2/
Dbzlib_private.h257 UChar selectorMtf[BZ_MAX_SELECTORS]; member
403 UChar selectorMtf[BZ_MAX_SELECTORS]; member
Dcompress.c476 s->selectorMtf[i] = j; in sendMTFValues()
522 for (j = 0; j < s->selectorMtf[i]; j++) bsW(s,1,1); in sendMTFValues()
Ddecompress.c300 s->selectorMtf[i] = j; in BZ2_decompress()
309 v = s->selectorMtf[i]; in BZ2_decompress()