Home
last modified time | relevance | path

Searched refs:hbMakeCodeLengths (Results 1 – 17 of 17) sorted by path

/dports/archivers/lbzip2/lbzip2-2.5/tests/
H A Dbzip2-0.1pl2.c824 void hbMakeCodeLengths ( UChar *len, in hbMakeCodeLengths() function
1334 hbMakeCodeLengths ( &len[t][0], &rfreq[t][0], alphaSize, 20 ); in sendMTFValues()
/dports/archivers/xmill/xmill/bzlib/
H A Dbzlib_private.h310 hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
H A Dcompress.c437 hbMakeCodeLengths ( &(s->len[t][0]), &(s->rfreq[t][0]), in sendMTFValues()
H A Dhuffman.c103 void hbMakeCodeLengths ( UChar *len, in hbMakeCodeLengths() function
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/compress/bzip2/
H A DCBZip2OutputStream.java214 protected static void hbMakeCodeLengths(char[] len, int[] freq, in hbMakeCodeLengths() method in CBZip2OutputStream
364 private static void hbMakeCodeLengths(final byte[] len, final int[] freq, in hbMakeCodeLengths() method in CBZip2OutputStream
1125 hbMakeCodeLengths(len[t], rfreq[t], this.data, alphaSize, 20); in sendMTFValues1()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/bzip2/
H A DCBZip2OutputStream.java216 protected static void hbMakeCodeLengths(char[] len, int[] freq, in hbMakeCodeLengths() method in CBZip2OutputStream
366 private static void hbMakeCodeLengths(final byte[] len, final int[] freq, in hbMakeCodeLengths() method in CBZip2OutputStream
1137 hbMakeCodeLengths(len[t], rfreq[t], this.data, alphaSize, 20); in sendMTFValues1()
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/apache/bzip2/
H A DCBZip2OutputStream.java76 protected static void hbMakeCodeLengths(char[] len, int[] freq, in hbMakeCodeLengths() method in CBZip2OutputStream
745 hbMakeCodeLengths(len[t], rfreq[t], alphaSize, 20); in sendMTFValues()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libbz/
H A Dbzhdr.h310 hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
H A Dcompress.c401 hbMakeCodeLengths ( &(s->len[t][0]), &(s->rfreq[t][0]), in sendMTFValues()
H A Dhuffman.c104 void hbMakeCodeLengths ( UChar *len, in hbMakeCodeLengths() function
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libbz/
H A Dbzhdr.h310 hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
H A Dcompress.c401 hbMakeCodeLengths ( &(s->len[t][0]), &(s->rfreq[t][0]), in sendMTFValues()
H A Dhuffman.c104 void hbMakeCodeLengths ( UChar *len, in hbMakeCodeLengths() function
/dports/shells/ksh93/ast-93u/src/lib/libbz/
H A Dbzhdr.h310 hbMakeCodeLengths ( UChar*, Int32*, Int32, Int32 );
H A Dcompress.c401 hbMakeCodeLengths ( &(s->len[t][0]), &(s->rfreq[t][0]), in sendMTFValues()
H A Dhuffman.c104 void hbMakeCodeLengths ( UChar *len, in hbMakeCodeLengths() function
/dports/textproc/jalingo/jalingo-0.6.0-src/src/org/apache/commons/compress/bzip2/
H A DCBZip2OutputStream.java205 private static void hbMakeCodeLengths( char[] len, int[] freq, in hbMakeCodeLengths() method in CBZip2OutputStream
1711 hbMakeCodeLengths( len[ t ], rfreq[ t ], alphaSize, 20 ); in sendMTFValues()