Home
last modified time | relevance | path

Searched refs:tab_prefixof (Results 1 – 25 of 55) sorted by relevance

123

/dports/japanese/xv/xv-3.10a/vms/
H A Ddecompress.c37 #define tab_prefixof(i) codetabof (i) macro
187 tab_prefixof (code) = 0; in decompress()
210 tab_prefixof (code) = 0; in decompress()
232 code = tab_prefixof (code); in decompress()
246 tab_prefixof (code) = (unsigned short) oldcode; in decompress()
/dports/graphics/xv-m17n/xv-3.10a/vms/
H A Ddecompress.c37 #define tab_prefixof(i) codetabof (i) macro
187 tab_prefixof (code) = 0; in decompress()
210 tab_prefixof (code) = 0; in decompress()
232 code = tab_prefixof (code); in decompress()
246 tab_prefixof (code) = (unsigned short) oldcode; in decompress()
/dports/graphics/xv/xv-3.10a/vms/
H A Ddecompress.c37 #define tab_prefixof(i) codetabof (i) macro
187 tab_prefixof (code) = 0; in decompress()
210 tab_prefixof (code) = 0; in decompress()
232 code = tab_prefixof (code); in decompress()
246 tab_prefixof (code) = (unsigned short) oldcode; in decompress()
/dports/misc/bible-kjv/bible-kjv/
H A Dcompresslib.c266 #define tab_prefixof(i) codetabof(i) macro
428 tab_prefixof(code) = 0; in cmp_decompress()
447 tab_prefixof(code) = 0; in cmp_decompress()
472 code = tab_prefixof(code); in cmp_decompress()
487 tab_prefixof(code) = (unsigned short)oldcode; in cmp_decompress()
H A Dsquish.c315 #define tab_prefixof(i) codetabof(i) macro
1102 tab_prefixof(code) = 0;
1119 tab_prefixof(code) = 0;
1143 code = tab_prefixof(code);
1158 tab_prefixof(code) = (unsigned short)oldcode;
1359 ent, tab_prefixof(ent), c );
1362 ent, tab_prefixof(ent), c );
1366 ent = (ent >= FIRST ? tab_prefixof(ent) : NULL) ) {
H A DTAGS141 #define tab_prefixof(tab_prefixof246,6713
239 #define tab_prefixof(tab_prefixof396,12885
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/wrp/
H A Dwarp.c153 uae_u16 *tab_prefixof; member
258 if((cd->tab_prefixof = xcalloc(uae_u16, cd->maxmaxcode))) in xadIO_Compress()
277 cd->tab_prefixof[code] = 0; in xadIO_Compress()
301 code = cd->tab_prefixof[code]; in xadIO_Compress()
319 cd->tab_prefixof[code] = (uae_u16) oldcode; in xadIO_Compress()
331 xfree(cd->tab_prefixof); in xadIO_Compress()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/compress/
H A Dcompress.c109 #define tab_prefixof(i) codetabof(i) macro
733 tab_prefixof(code) = 0; in decompress()
749 tab_prefixof(code) = 0; in decompress()
769 code = tab_prefixof(code); in decompress()
784 tab_prefixof(code) = (ushort)oldcode; in decompress()
934 ent, tab_prefixof(ent), c ); in dump_tab()
937 ent, tab_prefixof(ent), c ); in dump_tab()
941 ent = (ent >= FIRST ? tab_prefixof(ent) : NULL) ) { in dump_tab()
/dports/sysutils/busybox/busybox-1.26.2/archival/libarchive/
H A Ddecompress_uncompress.c64 #define tab_prefixof(i) codetabof(i) macro
254 code = tab_prefixof(code); in IF_DESKTOP()
292 tab_prefixof(free_ent) = (unsigned short) oldcode; in IF_DESKTOP()
/dports/games/omega/omega/
H A Dcompress.c367 #define tab_prefixof(i) codetabof(i) macro
944 tab_prefixof(code) = 0;
961 tab_prefixof(code) = 0;
985 code = tab_prefixof(code);
1000 tab_prefixof(code) = (unsigned short)oldcode;
1181 ent, tab_prefixof(ent), c );
1184 ent, tab_prefixof(ent), c );
1188 ent = (ent >= FIRST ? tab_prefixof(ent) : NULL) ) {
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Duncompress.c35 #define tab_prefixof(i) codetabof(i) macro
213 code = tab_prefixof(code); in decrunch_compress()
247 tab_prefixof(code) = (unsigned short)oldcode; in decrunch_compress()
/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Dzopen.c241 #define tab_prefixof(i) codetabof(i) macro
543 tab_prefixof(code) = 0; in z_read()
561 tab_prefixof(code) = 0; in z_read()
589 code = tab_prefixof(code); in z_read()
602 tab_prefixof(code) = (u_short) oldcode; in z_read()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dlzw.c184 #define tab_prefixof(i) codetabof(i) macro
485 tab_prefixof(code) = 0; in zread()
503 tab_prefixof(code) = 0; in zread()
520 code = tab_prefixof(code); in zread()
533 tab_prefixof(code) = (unsigned short) oldcode; in zread()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/codexlib/compress/
H A Dcompress.c178 #define tab_prefixof(i) codetabof(i) macro
516 tab_prefixof(code) = 0; in lzw_init()
602 tab_prefixof(code) = 0; in lzw_read()
619 code = tab_prefixof(code); in lzw_read()
632 tab_prefixof(code) = (u_short) oldcode; in lzw_read()
/dports/shells/ksh93/ast-93u/src/cmd/codexlib/compress/
H A Dcompress.c178 #define tab_prefixof(i) codetabof(i) macro
516 tab_prefixof(code) = 0; in lzw_init()
602 tab_prefixof(code) = 0; in lzw_read()
619 code = tab_prefixof(code); in lzw_read()
632 tab_prefixof(code) = (u_short) oldcode; in lzw_read()
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dobs-lzw.c199 #define tab_prefixof(i) codetabof(i) macro
500 tab_prefixof(code) = 0; in zread()
518 tab_prefixof(code) = 0; in zread()
544 code = tab_prefixof(code); in zread()
557 tab_prefixof(code) = (u_short) oldcode; in zread()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/codexlib/compress/
H A Dcompress.c178 #define tab_prefixof(i) codetabof(i) macro
516 tab_prefixof(code) = 0; in lzw_init()
602 tab_prefixof(code) = 0; in lzw_read()
619 code = tab_prefixof(code); in lzw_read()
632 tab_prefixof(code) = (u_short) oldcode; in lzw_read()
/dports/shells/ksh93/ast-93u/src/lib/libz/
H A Dsfdclzw.c171 #define tab_prefixof(i) codetabof(i) macro
648 tab_prefixof(code) = 0; in lzw_read()
666 tab_prefixof(code) = 0; in lzw_read()
683 code = tab_prefixof(code); in lzw_read()
696 tab_prefixof(code) = (u_short) oldcode; in lzw_read()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libz/
H A Dsfdclzw.c171 #define tab_prefixof(i) codetabof(i) macro
648 tab_prefixof(code) = 0; in lzw_read()
666 tab_prefixof(code) = 0; in lzw_read()
683 code = tab_prefixof(code); in lzw_read()
696 tab_prefixof(code) = (u_short) oldcode; in lzw_read()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libz/
H A Dsfdclzw.c171 #define tab_prefixof(i) codetabof(i) macro
648 tab_prefixof(code) = 0; in lzw_read()
666 tab_prefixof(code) = 0; in lzw_read()
683 code = tab_prefixof(code); in lzw_read()
696 tab_prefixof(code) = (u_short) oldcode; in lzw_read()
/dports/astro/oskar/OSKAR-2.8.0/extern/cfitsio/zlib/
H A Dzuncompress.c327 # define tab_prefixof(i) tab_prefix[i] macro
333 # define tab_prefixof(i) tab_prefix[(i)&1][(i)>>1] macro
490 code = tab_prefixof(code); in unlzw()
521 tab_prefixof(code) = (unsigned short)oldcode; in unlzw()
/dports/astro/cfitsio/cfitsio-3.49/zlib/
H A Dzuncompress.c327 # define tab_prefixof(i) tab_prefix[i] macro
333 # define tab_prefixof(i) tab_prefix[(i)&1][(i)>>1] macro
490 code = tab_prefixof(code); in unlzw()
521 tab_prefixof(code) = (unsigned short)oldcode; in unlzw()
/dports/science/healpix/Healpix_3.50/src/healpy/cfitsio/zlib/
H A Dzuncompress.c327 # define tab_prefixof(i) tab_prefix[i] macro
333 # define tab_prefixof(i) tab_prefix[(i)&1][(i)>>1] macro
490 code = tab_prefixof(code); in unlzw()
521 tab_prefixof(code) = (unsigned short)oldcode; in unlzw()
/dports/astro/py-astropy/astropy-5.0/cextern/cfitsio/lib/
H A Dzuncompress.c327 # define tab_prefixof(i) tab_prefix[i] macro
333 # define tab_prefixof(i) tab_prefix[(i)&1][(i)>>1] macro
490 code = tab_prefixof(code); in unlzw()
521 tab_prefixof(code) = (unsigned short)oldcode; in unlzw()
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/test/resources/org/xerial/snappy/testdata/calgary/
H A Dprogc316 #define tab_prefixof(i) codetabof(i)
988 tab_prefixof(code) = 0;
1005 tab_prefixof(code) = 0;
1029 code = tab_prefixof(code);
1044 tab_prefixof(code) = (unsigned short)oldcode;
1223 ent, tab_prefixof(ent), c );
1226 ent, tab_prefixof(ent), c );
1230 ent = (ent >= FIRST ? tab_prefixof(ent) : NULL) ) {

123