Home
last modified time | relevance | path

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

/linux-2.4.37.9/lib/zlib_inflate/
Dinftrees.c26 uIntf *, /* code lengths in bits */
29 const uIntf *, /* list of base values for non-simple codes */
30 const uIntf *, /* list of extra bits for non-simple codes */
32 uIntf *, /* maximum lookup bits (returns actual) */
35 uIntf * )); /* space for values */
91 uIntf *b; /* code lengths in bits (all assumed <= BMAX) */ in huft_build()
94 const uIntf *d; /* list of base values for non-simple codes */
95 const uIntf *e; /* list of extra bits for non-simple codes */
97 uIntf *m; /* maximum lookup bits, returns actual */
100 uIntf *v; /* working area: values in order of bit length */
[all …]
Dinftrees.h39 uIntf *, /* 19 code lengths */
40 uIntf *, /* bits tree desired/actual depth */
48 uIntf *, /* that many (total) code lengths */
49 uIntf *, /* literal desired/actual bit depth */
50 uIntf *, /* distance desired/actual bit depth */
57 uIntf *, /* literal desired/actual bit depth */
58 uIntf *, /* distance desired/actual bit depth */
Dinfutil.h43 uIntf *blens; /* bit lengths of codes */
/linux-2.4.37.9/arch/ppc64/boot/
Dzlib.c229 uIntf *, /* 19 code lengths */
230 uIntf *, /* bits tree desired/actual depth */
237 uIntf *, /* that many (total) code lengths */
238 uIntf *, /* literal desired/actual bit depth */
239 uIntf *, /* distance desired/actual bit depth */
245 uIntf *, /* literal desired/actual bit depth */
246 uIntf *, /* distance desired/actual bit depth */
625 uIntf *blens; /* bit lengths of codes */
925 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
1169 uIntf *, /* code lengths in bits */
[all …]
Dzlib.h127 typedef uInt FAR uIntf; typedef
/linux-2.4.37.9/arch/ppc/boot/lib/
Dzlib.c206 uIntf *, /* 19 code lengths */
207 uIntf *, /* bits tree desired/actual depth */
214 uIntf *, /* that many (total) code lengths */
215 uIntf *, /* literal desired/actual bit depth */
216 uIntf *, /* distance desired/actual bit depth */
222 uIntf *, /* literal desired/actual bit depth */
223 uIntf *, /* distance desired/actual bit depth */
602 uIntf *blens; /* bit lengths of codes */
902 if ((s->sub.trees.blens = (uIntf*)ZALLOC(z, t, sizeof(uInt))) == Z_NULL)
1153 uIntf *, /* code lengths in bits */
[all …]
/linux-2.4.37.9/include/linux/
Dzconf.h80 typedef uInt FAR uIntf; typedef
/linux-2.4.37.9/arch/ppc/boot/include/
Dzlib.h125 typedef uInt FAR uIntf; typedef