Home
last modified time | relevance | path

Searched refs:maxmaxcode (Results 1 – 25 of 73) sorted by relevance

123

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ppp/
H A Dbsd_comp.c146 unsigned int maxmaxcode; /* largest valid code */ member
262 if (db->max_ent >= db->maxmaxcode) in bsd_check()
355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local
397 maxmaxcode = MAXCODE(bits); in bsd_alloc()
443 db->maxmaxcode = maxmaxcode; in bsd_alloc()
529 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) in lens_ptr()
698 if (max_ent < db->maxmaxcode) in bsd_compress()
776 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()
950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
1051 if (oldcode != CLEAR && max_ent < db->maxmaxcode) in bsd_decompress()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ppp/
H A Dbsd_comp.c146 unsigned int maxmaxcode; /* largest valid code */ member
262 if (db->max_ent >= db->maxmaxcode) in bsd_check()
355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local
397 maxmaxcode = MAXCODE(bits); in bsd_alloc()
443 db->maxmaxcode = maxmaxcode; in bsd_alloc()
529 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) in lens_ptr()
698 if (max_ent < db->maxmaxcode) in bsd_compress()
776 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()
950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
1051 if (oldcode != CLEAR && max_ent < db->maxmaxcode) in bsd_decompress()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ppp/
H A Dbsd_comp.c146 unsigned int maxmaxcode; /* largest valid code */ member
262 if (db->max_ent >= db->maxmaxcode) in bsd_check()
355 unsigned int hsize, hshift, maxmaxcode; in bsd_alloc() local
397 maxmaxcode = MAXCODE(bits); in bsd_alloc()
443 db->maxmaxcode = maxmaxcode; in bsd_alloc()
529 if ((unsigned int) idx > (unsigned int) db->maxmaxcode) in lens_ptr()
698 if (max_ent < db->maxmaxcode) in bsd_compress()
776 if (max_ent >= mxcode && max_ent < db->maxmaxcode) in bsd_compress()
950 if ((incode > max_ent + 2) || (incode > db->maxmaxcode) in bsd_decompress()
1051 if (oldcode != CLEAR && max_ent < db->maxmaxcode) in bsd_decompress()
[all …]
/dports/misc/bible-kjv/bible-kjv/
H A Dcompresslib.c212 code_int maxmaxcode = 1 << BITS; /* should NEVER generate this code */ variable
313 maxmaxcode = 1 << BITS; /* should NEVER generate this code */ in cmp_init()
356 maxmaxcode = 1 << maxbits; in cmp_init()
372 maxmaxcode = 1 << maxbits; in cmp_checkheader()
486 if ( (code=free_ent) < maxmaxcode ) { in cmp_decompress()
542 maxcode = maxmaxcode; /* won't get any bigger now */ in getcode()
/dports/misc/rump/buildrump.sh-b914579/src/sys/net/
H A Dbsd-comp.c96 u_int maxmaxcode; /* largest valid code */ member
239 if (db->max_ent >= db->maxmaxcode) { in bsd_check()
306 u_int newlen, hsize, hshift, maxmaxcode; in bsd_alloc() local
342 maxmaxcode = MAXCODE(bits); in bsd_alloc()
351 db->lens = malloc((maxmaxcode+1) * sizeof(db->lens[0]), in bsd_alloc()
362 db->maxmaxcode = maxmaxcode; in bsd_alloc()
593 if (max_ent < db->maxmaxcode) { in bsd_compress()
639 if (max_ent >= MAXCODE(n_bits) && max_ent < db->maxmaxcode) in bsd_compress()
739 if (max_ent < db->maxmaxcode) { in bsd_incomp()
919 if (incode > max_ent + 2 || incode > db->maxmaxcode in bsd_decompress()
[all …]
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dobs-lzw.c160 #define maxmaxcode zs->zs_maxmaxcode macro
264 maxmaxcode = 1L << maxbits; in zwrite()
320 if (free_ent < maxmaxcode) { in zwrite()
437 maxcode = maxmaxcode; in output()
493 maxmaxcode = 1L << maxbits; in zread()
556 if ((code = free_ent) < maxmaxcode && oldcode != -1) { in zread()
593 maxcode = maxmaxcode; in getcode()
703 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in zalloc()
735 #undef maxmaxcode
/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Dzopen.c202 #define maxmaxcode zs->zs_maxmaxcode macro
304 maxmaxcode = 1L << maxbits; in z_write()
363 if (free_ent < maxmaxcode) { in z_write()
479 maxcode = maxmaxcode; in output()
535 maxmaxcode = 1L << maxbits; in z_read()
601 if ((code = free_ent) < maxmaxcode && oldcode != -1) { in z_read()
638 maxcode = maxmaxcode; in getcode()
755 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in z_open()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dlzw.c145 #define maxmaxcode zs->zs_maxmaxcode macro
249 maxmaxcode = 1L << maxbits; in zwrite()
305 if (free_ent < maxmaxcode) { in zwrite()
422 maxcode = maxmaxcode; in output()
478 maxmaxcode = 1L << maxbits; in zread()
532 if ((code = free_ent) < maxmaxcode) { in zread()
569 maxcode = maxmaxcode; in getcode()
684 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in zalloc()
/dports/japanese/xv/xv-3.10a/vms/
H A Ddecompress.c55 code_int maxmaxcode = 1 << BITS; /* should NEVER generate this code */ variable
133 maxmaxcode = 1 << maxbits;
245 if ((code = free_ent) < maxmaxcode) { in decompress()
290 maxcode = maxmaxcode; /* Won't get any bigger now */ in getcode()
/dports/graphics/xv-m17n/xv-3.10a/vms/
H A Ddecompress.c55 code_int maxmaxcode = 1 << BITS; /* should NEVER generate this code */ variable
133 maxmaxcode = 1 << maxbits;
245 if ((code = free_ent) < maxmaxcode) { in decompress()
290 maxcode = maxmaxcode; /* Won't get any bigger now */ in getcode()
/dports/graphics/xv/xv-3.10a/vms/
H A Ddecompress.c55 code_int maxmaxcode = 1 << BITS; /* should NEVER generate this code */ variable
133 maxmaxcode = 1 << maxbits;
245 if ((code = free_ent) < maxmaxcode) { in decompress()
290 maxcode = maxmaxcode; /* Won't get any bigger now */ in getcode()
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Ddecompress_uncompress.c91 long maxmaxcode; in IF_DESKTOP() local
124 maxmaxcode = MAXCODE(maxbits); in IF_DESKTOP()
188 maxcode = maxmaxcode; in IF_DESKTOP()
291 if (free_ent < maxmaxcode) { in IF_DESKTOP()
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/os/
H A Ddecompress.c110 code_int maxcode, maxmaxcode; member
161 file->maxmaxcode = 1 << file->maxbits;
163 file->tab_prefix = (unsigned short *) (file->tab_suffix + file->maxmaxcode);
245 if ( (code=file->free_ent) < file->maxmaxcode ) {
290 file->maxcode = file->maxmaxcode; /* won't get any bigger now */
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Duncompress.c67 code_int maxmaxcode; in decrunch_compress() local
91 maxmaxcode = MAXCODE(maxbits); in decrunch_compress()
153 maxcode = maxmaxcode; in decrunch_compress()
246 if ((code = free_ent) < maxmaxcode) { /* Generate the new entry. */ in decrunch_compress()
/dports/graphics/liblug/lug/convert/
H A Dencodgif.c65 static code_int maxmaxcode = (code_int)1 << GIFBITS; /* should NEVER generate this code */ variable
209 if ( (unsigned) free_ent < (unsigned) maxmaxcode) {
211 if ( free_ent < maxmaxcode ) {
288 maxcode = maxmaxcode;
/dports/graphics/mxp/mxp/lug/
H A Dencodgif.c65 static code_int maxmaxcode = (code_int)1 << GIFBITS; /* should NEVER generate this code */ variable
209 if ( (unsigned) free_ent < (unsigned) maxmaxcode) {
211 if ( free_ent < maxmaxcode ) {
288 maxcode = maxmaxcode;
/dports/audio/ocp/ocp-0.2.90/filesel/
H A Dz-unlzw.c55 code_int maxmaxcode;
109 h->maxmaxcode = MAXCODE ( h->max_bits );
236 if ((code = h->free_ent) < h->maxmaxcode)
253 h->maxcode = h->maxmaxcode;
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/fontfile/
H A Ddecompress.c112 code_int maxcode, maxmaxcode; member
166 file->maxmaxcode = 1 << file->maxbits;
168 file->tab_prefix = (unsigned short *) (file->tab_suffix + file->maxmaxcode);
268 if ( (code=file->free_ent) < file->maxmaxcode ) {
322 file->maxcode = file->maxmaxcode; /* won't get any bigger now */
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/fontfile/
H A Ddecompress.c111 code_int maxcode, maxmaxcode; member
159 file->maxmaxcode = 1 << file->maxbits; in BufFilePushCompressed()
161 file->tab_prefix = (unsigned short *) (file->tab_suffix + file->maxmaxcode); in BufFilePushCompressed()
266 if ( (code=file->free_ent) < file->maxmaxcode && oldcode != -1) { in BufCompressedFill()
319 file->maxcode = file->maxmaxcode; /* won't get any bigger now */ in getcode()
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/fontfile/
H A Ddecompress.c112 code_int maxcode, maxmaxcode; member
160 file->maxmaxcode = 1 << file->maxbits; in BufFilePushCompressed()
162 file->tab_prefix = (unsigned short *) (file->tab_suffix + file->maxmaxcode); in BufFilePushCompressed()
267 if ( (code=file->free_ent) < file->maxmaxcode && oldcode != -1) { in BufCompressedFill()
320 file->maxcode = file->maxmaxcode; /* won't get any bigger now */ in getcode()
/dports/shells/ksh93/ast-93u/src/lib/libz/
H A Dsfdclzw.c132 #define maxmaxcode zs->zs_maxmaxcode macro
278 maxcode = maxmaxcode; in output()
320 maxcode = maxmaxcode; in getcode()
539 maxmaxcode = 1L << maxbits; in lzw_write()
594 if (free_ent < maxmaxcode) { in lzw_write()
642 maxmaxcode = 1L << maxbits; in lzw_read()
695 if ((code = free_ent) < maxmaxcode) { in lzw_read()
771 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in sfdclzw()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libz/
H A Dsfdclzw.c132 #define maxmaxcode zs->zs_maxmaxcode macro
278 maxcode = maxmaxcode; in output()
320 maxcode = maxmaxcode; in getcode()
539 maxmaxcode = 1L << maxbits; in lzw_write()
594 if (free_ent < maxmaxcode) { in lzw_write()
642 maxmaxcode = 1L << maxbits; in lzw_read()
695 if ((code = free_ent) < maxmaxcode) { in lzw_read()
771 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in sfdclzw()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libz/
H A Dsfdclzw.c132 #define maxmaxcode zs->zs_maxmaxcode macro
278 maxcode = maxmaxcode; in output()
320 maxcode = maxmaxcode; in getcode()
539 maxmaxcode = 1L << maxbits; in lzw_write()
594 if (free_ent < maxmaxcode) { in lzw_write()
642 maxmaxcode = 1L << maxbits; in lzw_read()
695 if ((code = free_ent) < maxmaxcode) { in lzw_read()
771 maxmaxcode = 1L << maxbits; /* Should NEVER generate this code. */ in sfdclzw()
/dports/science/hdf5-18/hdf5-1.8.21/hl/tools/gif2h5/
H A Dhdfgifwr.c124 static int maxmaxcode = 1 << XV_BITS; /* NEVER generate this */ variable
196 maxmaxcode = 1<<XV_BITS; in compress()
270 if (free_ent < maxmaxcode) { in compress()
338 maxcode = maxmaxcode; in output()
/dports/science/hdf5/hdf5-1.10.6/hl/tools/gif2h5/
H A Dhdfgifwr.c124 static int maxmaxcode = 1 << XV_BITS; /* NEVER generate this */ variable
196 maxmaxcode = 1<<XV_BITS; in compress()
270 if (free_ent < maxmaxcode) { in compress()
338 maxcode = maxmaxcode; in output()

123