Home
last modified time | relevance | path

Searched refs:EOFCode (Results 1 – 25 of 145) sorted by relevance

123456

/dports/graphics/xwpick/xwpick-2.20/
H A DGIFencode.c27 EOFCode, /* end of file code */ variable
150 EOFCode = ClearCode + 1;
200 output(EOFCode);
264 if( code == EOFCode ) {
/dports/graphics/liblug/lug/convert/
H A Dencodgif.c126 static int EOFCode; variable
158 EOFCode = ClearCode + 1;
223 output( (code_int) EOFCode );
294 if( code == EOFCode ) {
/dports/graphics/mxp/mxp/lug/
H A Dencodgif.c126 static int EOFCode; variable
158 EOFCode = ClearCode + 1;
223 output( (code_int) EOFCode );
294 if( code == EOFCode ) {
/dports/science/hdf5-18/hdf5-1.8.21/hl/tools/gif2h5/
H A Dhdfgifwr.c174 static int EOFCode; variable
214 EOFCode = ClearCode + 1; in compress()
281 output(EOFCode); in compress()
344 if (code == EOFCode) { in output()
H A Ddecompress.c37 EOFCode, /* GIF end-of-information code */ variable
192 EOFCode = ClearCode + 1; in Decompress()
229 while (Code != EOFCode) { in Decompress()
/dports/science/hdf5/hdf5-1.10.6/hl/tools/gif2h5/
H A Dhdfgifwr.c174 static int EOFCode; variable
214 EOFCode = ClearCode + 1; in compress()
281 output(EOFCode); in compress()
344 if (code == EOFCode) { in output()
H A Ddecompress.c37 EOFCode, /* GIF end-of-information code */ variable
192 EOFCode = ClearCode + 1; in Decompress()
229 while (Code != EOFCode) { in Decompress()
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_gif.c568 EOFCode, variable
621 err = code == EOFCode || process_lzw_code( im, code ); in GIF_load()
627 if ( err && code == EOFCode ) in GIF_load()
630 if ( code != EOFCode && sp->cur_total > (long) im->w * im->h ) in GIF_load()
751 EOFCode = ClearCode + 1; in process_lzw_code()
1171 EOFCode = ClearCode + 1; in write_pixels()
1176 ccode = EOFCode + 1; in write_pixels()
1207 ccode = EOFCode + 1; in write_pixels()
1220 output_lzw_code( EOFCode, fp ); in write_pixels()
1312 if ( bytes >= 254 || ( int ) code == EOFCode ) in output_lzw_code()
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Ddecompress.c51 EOFCode, /* GIF end-of-information code */ variable
197 EOFCode = ClearCode + 1;
234 while (Code != EOFCode) {
H A Dhdfgifwr.c242 static int EOFCode; variable
289 EOFCode = ClearCode + 1;
352 output(EOFCode);
417 if( code == EOFCode ) {
/dports/graphics/pixen/Pixen-0.1/libungif/
H A Ddgif_lib.c705 Private->EOFCode = Private->ClearCode + 1;
706 Private->RunningCode = Private->EOFCode + 1;
733 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
742 EOFCode = Private->EOFCode;
756 if (CrntCode == EOFCode) {
769 Private->RunningCode = Private->EOFCode + 1;
888 if (*Code == Private->EOFCode) {
898 Private->RunningCode = Private->EOFCode + 1;
/dports/graphics/libafterimage/libAfterImage-1.20/libungif/
H A Ddgif_lib.c525 Private->EOFCode = Private->ClearCode + 1;
526 Private->RunningCode = Private->EOFCode + 1;
549 int i = 0, j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
558 EOFCode = Private->EOFCode;
571 if (CrntCode == EOFCode) {
584 Private->RunningCode = Private->EOFCode + 1;
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/libungif/
H A Ddgif_lib.c525 Private->EOFCode = Private->ClearCode + 1;
526 Private->RunningCode = Private->EOFCode + 1;
549 int i = 0, j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
558 EOFCode = Private->EOFCode;
571 if (CrntCode == EOFCode) {
584 Private->RunningCode = Private->EOFCode + 1;
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gif/giflib/
H A Ddgif_lib.c711 Private->EOFCode = Private->ClearCode + 1;
712 Private->RunningCode = Private->EOFCode + 1;
739 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
748 EOFCode = Private->EOFCode;
766 if (CrntCode == EOFCode) {
779 Private->RunningCode = Private->EOFCode + 1;
902 if (*Code == Private->EOFCode) {
912 Private->RunningCode = Private->EOFCode + 1;
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gif/giflib/
H A Ddgif_lib.c738 Private->EOFCode = Private->ClearCode + 1;
739 Private->RunningCode = Private->EOFCode + 1;
766 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
775 EOFCode = Private->EOFCode;
793 if (CrntCode == EOFCode) {
802 Private->RunningCode = Private->EOFCode + 1;
926 if (*Code == Private->EOFCode) {
936 Private->RunningCode = Private->EOFCode + 1;
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gif/giflib/
H A Ddgif_lib.c738 Private->EOFCode = Private->ClearCode + 1;
739 Private->RunningCode = Private->EOFCode + 1;
766 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
775 EOFCode = Private->EOFCode;
793 if (CrntCode == EOFCode) {
802 Private->RunningCode = Private->EOFCode + 1;
926 if (*Code == Private->EOFCode) {
936 Private->RunningCode = Private->EOFCode + 1;
/dports/x11/xfishtank/xfishtank2.0/fishtogif/
H A Dwritegif.c477 static int EOFCode; variable
522 EOFCode = ClearCode + 1;
587 output( (code_int) EOFCode );
652 if( code == EOFCode ) {
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c852 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
853 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
878 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
887 EOFCode = Private->EOFCode; in DGifDecompressLine()
905 if (CrntCode == EOFCode) { in DGifDecompressLine()
915 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1036 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1046 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c850 Private->EOFCode = Private->ClearCode + 1; in DGifSetupDecompress()
851 Private->RunningCode = Private->EOFCode + 1; in DGifSetupDecompress()
876 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; in DGifDecompressLine() local
885 EOFCode = Private->EOFCode; in DGifDecompressLine()
903 if (CrntCode == EOFCode) { in DGifDecompressLine()
913 Private->RunningCode = Private->EOFCode + 1; in DGifDecompressLine()
1034 if (*Code == Private->EOFCode) { in DGifGetLZCodes()
1044 Private->RunningCode = Private->EOFCode + 1; in DGifGetLZCodes()

123456