Home
last modified time | relevance | path

Searched refs:cl_hash (Results 51 – 75 of 93) sorted by relevance

1234

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
861 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1005 cl_hash(sp); in LZWEncode()
1033 cl_hash(sp); in LZWEncode()
1120 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/math/vtk8/VTK-8.2.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_lzw.c165 static void cl_hash(LZWCodecState*);
847 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
991 cl_hash(sp); in LZWEncode()
1019 cl_hash(sp); in LZWEncode()
1106 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/misc/vxl/vxl-3.3.2/v3p/tiff/
H A Dtif_lzw.c165 static void cl_hash(LZWCodecState*);
842 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
986 cl_hash(sp); in LZWEncode()
1014 cl_hash(sp); in LZWEncode()
1101 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/opencv/opencv-4.5.3/3rdparty/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
858 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1002 cl_hash(sp); in LZWEncode()
1030 cl_hash(sp); in LZWEncode()
1117 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
846 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
990 cl_hash(sp); in LZWEncode()
1018 cl_hash(sp); in LZWEncode()
1105 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/devel/upp/upp/uppsrc/plugin/tif/lib/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
861 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1005 cl_hash(sp); in LZWEncode()
1033 cl_hash(sp); in LZWEncode()
1120 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/tiffgt/tiff-4.3.0/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
846 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
990 cl_hash(sp); in LZWEncode()
1018 cl_hash(sp); in LZWEncode()
1105 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/tiff/tiff-4.3.0/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
846 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
990 cl_hash(sp); in LZWEncode()
1018 cl_hash(sp); in LZWEncode()
1105 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
846 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
990 cl_hash(sp); in LZWEncode()
1018 cl_hash(sp); in LZWEncode()
1105 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/qt5-imageformats/kde-qtimageformats-5.15.2p3/src/3rdparty/libtiff/libtiff/
H A Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
861 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1005 cl_hash(sp); in LZWEncode()
1033 cl_hash(sp); in LZWEncode()
1120 cl_hash(LZWCodecState* sp) in cl_hash() function
/dports/graphics/xpaint/xpaint-2.9.10.3/rw/
H A DreadWriteGIF.c591 static void cl_hash(count_int hsize);
1040 cl_hash((count_int) hsize_reg); /* clear hash table */
1176 cl_hash((count_int) hsize);
1184 cl_hash(register count_int hsize) function
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/codexlib/compress/
H A Dcompress.c369 cl_hash(State_t* zs, register count_int cl_hsize) /* Reset code table. */ in cl_hash() function
421 cl_hash(zs, (count_int) hsize); in cl_block()
501 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in lzw_init()
/dports/shells/ksh93/ast-93u/src/cmd/codexlib/compress/
H A Dcompress.c369 cl_hash(State_t* zs, register count_int cl_hsize) /* Reset code table. */ in cl_hash() function
421 cl_hash(zs, (count_int) hsize); in cl_block()
501 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in lzw_init()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/codexlib/compress/
H A Dcompress.c369 cl_hash(State_t* zs, register count_int cl_hsize) /* Reset code table. */ in cl_hash() function
421 cl_hash(zs, (count_int) hsize); in cl_block()
501 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in lzw_init()
/dports/shells/ksh93/ast-93u/src/lib/libz/
H A Dsfdclzw.c362 cl_hash(LZW_t* zs, register count_int cl_hsize) /* Reset code table. */ in cl_hash() function
412 cl_hash(zs, (count_int) hsize); in cl_block()
565 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in lzw_write()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libz/
H A Dsfdclzw.c362 cl_hash(LZW_t* zs, register count_int cl_hsize) /* Reset code table. */ in cl_hash() function
412 cl_hash(zs, (count_int) hsize); in cl_block()
565 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in lzw_write()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libz/
H A Dsfdclzw.c362 cl_hash(LZW_t* zs, register count_int cl_hsize) /* Reset code table. */ in cl_hash() function
412 cl_hash(zs, (count_int) hsize); in cl_block()
565 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in lzw_write()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_lzw.c169 static void cl_hash(LZWEncodeState*);
935 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1075 cl_hash(sp); in LZWEncode()
1103 cl_hash(sp); in LZWEncode()
1200 cl_hash(LZWEncodeState* sp) in cl_hash() function
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_lzw.c169 static void cl_hash(LZWEncodeState*);
935 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1075 cl_hash(sp); in LZWEncode()
1103 cl_hash(sp); in LZWEncode()
1200 cl_hash(LZWEncodeState* sp) in cl_hash() function
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_lzw.c169 static void cl_hash(LZWEncodeState*);
935 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1075 cl_hash(sp); in LZWEncode()
1103 cl_hash(sp); in LZWEncode()
1200 cl_hash(LZWEncodeState* sp) in cl_hash() function
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dpts_lzw.c340 static void cl_hash(LZWEncodeState*);
883 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1018 cl_hash(sp); in LZWEncode()
1046 cl_hash(sp); in LZWEncode()
1114 cl_hash(LZWEncodeState* sp) in cl_hash() function
/dports/russian/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c97 static void cl_hash(register count_int chsize, GifCtx *ctx);
1402 cl_hash((count_int) hsize_reg, ctx); /* clear hash table */
1553 cl_hash((count_int) hsize, ctx);
1560 static void cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */ function
/dports/ukrainian/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c97 static void cl_hash(register count_int chsize, GifCtx *ctx);
1402 cl_hash((count_int) hsize_reg, ctx); /* clear hash table */
1553 cl_hash((count_int) hsize, ctx);
1560 static void cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */ function
/dports/japanese/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c97 static void cl_hash(register count_int chsize, GifCtx *ctx);
1402 cl_hash((count_int) hsize_reg, ctx); /* clear hash table */
1553 cl_hash((count_int) hsize, ctx);
1560 static void cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */ function
/dports/graphics/gd/libgd-2.3.1/src/
H A Dgd_gif_out.c97 static void cl_hash(register count_int chsize, GifCtx *ctx);
1402 cl_hash((count_int) hsize_reg, ctx); /* clear hash table */
1553 cl_hash((count_int) hsize, ctx);
1560 static void cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */ function

1234