Home
last modified time | relevance | path

Searched refs:count_int (Results 1 – 25 of 90) sorted by relevance

1234

/dports/misc/bible-kjv/bible-kjv/
H A DTAGS99 typedef unsigned int count_int;count_int159,4057
101 typedef int count_int;count_int162,4135
116 count_int htab0[200,5226
117 count_int htab1[201,5249
118 count_int htab2[202,5272
119 count_int htab3[203,5295
120 count_int htab4[204,5318
121 count_int htab5[205,5341
134 count_int htab 224,5911
198 typedef unsigned long int count_int;count_int191,5008
[all …]
H A Dcompresslib.c188 typedef int count_int; typedef
220 count_int htab0[8192];
221 count_int htab1[8192];
222 count_int htab2[8192];
223 count_int htab3[8192];
224 count_int htab4[8192];
225 count_int htab5[8192];
226 count_int htab6[8192];
227 count_int htab7[8192];
229 count_int * htab[9] = {
[all …]
H A Dsquish.c274 count_int htab0[8192];
275 count_int htab1[8192];
276 count_int htab2[8192];
277 count_int htab3[8192];
278 count_int htab4[8192];
279 count_int htab5[8192];
280 count_int htab6[8192];
281 count_int htab7[8192];
283 count_int * htab[9] = {
298 count_int htab [HSIZE];
[all …]
H A Dsquish.h111 typedef unsigned long int count_int; typedef
114 typedef long int count_int; typedef
144 void cl_hash(count_int lhsize);
/dports/games/omega/omega/
H A Dcompress.c317 count_int htab0[8192];
318 count_int htab1[8192];
319 count_int htab2[8192];
320 count_int htab3[8192];
321 count_int htab4[8192];
322 count_int htab5[8192];
323 count_int htab6[8192];
324 count_int htab7[8192];
326 count_int * htab[9] = {
344 count_int htab [HSIZE];
[all …]
/dports/graphics/liblug/lug/convert/
H A Dencodgif.c24 typedef unsigned long int count_int; typedef
27 typedef long int count_int; typedef
72 static count_int htab [HSIZE];
78 static count_int fsize;
171 cl_hash( (count_int) hsize_reg); /* clear hash table */
320 cl_hash ( (count_int) hsize ); in cl_block()
329 register count_int hsize; in cl_hash()
332 register count_int *htab_p = htab+hsize;
/dports/graphics/mxp/mxp/lug/
H A Dencodgif.c24 typedef unsigned long int count_int; typedef
27 typedef long int count_int; typedef
72 static count_int htab [HSIZE];
78 static count_int fsize;
171 cl_hash( (count_int) hsize_reg); /* clear hash table */
320 cl_hash ( (count_int) hsize ); in cl_block()
329 register count_int hsize; in cl_hash()
332 register count_int *htab_p = htab+hsize;
/dports/graphics/autotrace/autotrace-0.31.1/
H A Dinput.c99 int count, count_int = 0; in at_input_list_new() local
112 count_int++; in at_input_list_new()
129 count = count_int; in at_input_list_new()
146 for (i = 0; i < count_int; i++) in at_input_list_new()
188 int count_int = 0; in at_input_shortlist() local
203 count_int++; in at_input_shortlist()
243 for (i = 1; i < count_int - 1; i++) in at_input_shortlist()
/dports/science/hdf5-18/hdf5-1.8.21/hl/tools/gif2h5/
H A Dhdfgifwr.c55 typedef long int count_int; typedef
61 static void cl_hash(count_int);
126 static count_int htab [HSIZE];
228 cl_hash( (count_int) hsize_reg); /* clear hash table */ in compress()
367 cl_hash((count_int) hsize); in cl_block()
375 cl_hash(count_int hashsize) /* reset code table */ in cl_hash()
377 count_int *htab_p = htab+hashsize; in cl_hash()
/dports/science/hdf5/hdf5-1.10.6/hl/tools/gif2h5/
H A Dhdfgifwr.c55 typedef long int count_int; typedef
61 static void cl_hash(count_int);
126 static count_int htab [HSIZE];
228 cl_hash( (count_int) hsize_reg); /* clear hash table */ in compress()
367 cl_hash((count_int) hsize); in cl_block()
375 cl_hash(count_int hashsize) /* reset code table */ in cl_hash()
377 count_int *htab_p = htab+hashsize; in cl_hash()
/dports/archivers/deutex/deutex-5.2.2/src/
H A Dlzw.c51 typedef int32_t count_int; typedef
73 static count_int *htab = NULL;
78 htab = (count_int *) Malloc(sizeof(count_int) * HSIZE); in compressInit()
90 static void cl_hash(count_int hsize);
229 cl_hash((count_int) hsize_reg); /* clear hash table */ in compress()
344 cl_hash((count_int) hsize); in cl_block()
350 static void cl_hash(register count_int hsize) in cl_hash()
352 count_int *htab_p = htab + (int) hsize; in cl_hash()
/dports/science/hdf/hdf-4.2.15/hdf/util/
H A Dhdfgifwr.c58 typedef long int count_int; typedef
88 static void cl_hash(count_int);
191 static count_int htab [HSIZE];
301 cl_hash( (count_int) hsize_reg); /* clear hash table */
442 cl_hash ( (count_int) hsize ); in cl_block()
452 register count_int hsize; in cl_hash()
454 register count_int *htab_p = htab+hsize;
/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Dzopen.c132 typedef long count_int; typedef
160 count_int zs_htab [HSIZE];
171 count_int zs_checkpoint;
255 static void cl_hash(struct s_zstate *, count_int);
334 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in z_write()
366 } else if ((count_int)in_count >= in z_write()
698 cl_hash(zs, (count_int) hsize); in cl_block()
708 cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */ in cl_hash()
710 count_int *htab_p; in cl_hash()
/dports/mail/heirloom-mailx/mailx-12.4/
H A Dlzw.c77 typedef long count_int; typedef
104 count_int zs_htab[HSIZE];
115 count_int zs_checkpoint;
200 static void cl_hash(struct s_zstate *zs, count_int cl_hsize);
276 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in zwrite()
308 } else if ((count_int)in_count >= in zwrite()
631 cl_hash(zs, (count_int) hsize); in cl_block()
643 count_int cl_hsize in cl_hash()
646 count_int *htab_p; in cl_hash()
/dports/x11/xfishtank/xfishtank2.0/fishtogif/
H A Dwritegif.c25 typedef unsigned long int count_int; typedef
28 typedef long int count_int; typedef
425 static count_int htab [HSIZE];
535 cl_hash( (count_int) hsize_reg); /* clear hash table */
678 cl_hash ( (count_int) hsize ); in cl_block()
687 register count_int hsize; in cl_hash()
690 register count_int *htab_p = htab+hsize;
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dobs-lzw.c93 typedef long count_int; typedef
119 count_int zs_htab [HSIZE];
130 count_int zs_checkpoint;
213 static void cl_hash(struct s_zstate *, count_int);
291 cl_hash(zs, (count_int)hsize_reg); /* Clear hash table. */ in zwrite()
323 } else if ((count_int)in_count >= in zwrite()
653 cl_hash(zs, (count_int) hsize); in cl_block()
663 cl_hash(struct s_zstate *zs, count_int cl_hsize) /* Reset code table. */ in cl_hash()
665 count_int *htab_p; in cl_hash()
/dports/lang/php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_out.c34 typedef unsigned long int count_int; typedef
37 typedef long int count_int; typedef
59 count_int htab [HSIZE];
96 static void cl_hash (register count_int chsize, GifCtx *ctx);
532 cl_hash( (count_int) hsize_reg, ctx ); /* clear hash table */
684 cl_hash ( (count_int) hsize, ctx );
692 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
696 register count_int *htab_p = ctx->htab+chsize;
/dports/www/mod_php73/php-7.3.33/ext/gd/libgd/
H A Dgd_gif_out.c34 typedef unsigned long int count_int; typedef
37 typedef long int count_int; typedef
59 count_int htab [HSIZE];
96 static void cl_hash (register count_int chsize, GifCtx *ctx);
532 cl_hash( (count_int) hsize_reg, ctx ); /* clear hash table */
684 cl_hash ( (count_int) hsize, ctx );
692 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
696 register count_int *htab_p = ctx->htab+chsize;
/dports/graphics/xv/xv-3.10a/
H A Dxvgifwr.c41 typedef long int count_int; typedef
52 static void cl_hash PARM((count_int));
259 static count_int htab [HSIZE];
370 cl_hash( (count_int) hsize_reg); /* clear hash table */
511 cl_hash ( (count_int) hsize ); in cl_block()
521 register count_int hsize; in cl_hash()
523 register count_int *htab_p = htab+hsize;
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvgifwr.c41 typedef long int count_int; typedef
52 static void cl_hash PARM((count_int));
259 static count_int htab [HSIZE];
370 cl_hash( (count_int) hsize_reg); /* clear hash table */
511 cl_hash ( (count_int) hsize ); in cl_block()
521 register count_int hsize; in cl_hash()
523 register count_int *htab_p = htab+hsize;
/dports/japanese/xv/xv-3.10a/
H A Dxvgifwr.c41 typedef long int count_int; typedef
52 static void cl_hash PARM((count_int));
259 static count_int htab [HSIZE];
370 cl_hash( (count_int) hsize_reg); /* clear hash table */
511 cl_hash ( (count_int) hsize ); in cl_block()
521 register count_int hsize; in cl_hash()
523 register count_int *htab_p = htab+hsize;
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/mpi-io/glue/
H A Dlarge_count.c21 int count_int = (int) count; in MPI_Status_set_elements_x() local
22 return MPI_Status_set_elements(status, datatype, count_int); in MPI_Status_set_elements_x()
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/mpi-io/glue/
H A Dlarge_count.c23 int count_int = (int) count; in MPI_Status_set_elements_x() local
24 return MPI_Status_set_elements(status, datatype, count_int); in MPI_Status_set_elements_x()
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/mpi-io/glue/
H A Dlarge_count.c23 int count_int = (int) count; in MPI_Status_set_elements_x() local
24 return MPI_Status_set_elements(status, datatype, count_int); in MPI_Status_set_elements_x()
/dports/www/mod_php81/php-8.1.1/ext/gd/libgd/
H A Dgd_gif_out.c34 typedef unsigned long int count_int; typedef
37 typedef long int count_int; typedef
59 count_int htab [HSIZE];
96 static void cl_hash (register count_int chsize, GifCtx *ctx);
546 cl_hash( (count_int) hsize_reg, ctx ); /* clear hash table */
698 cl_hash ( (count_int) hsize, ctx );
706 cl_hash(register count_int chsize, GifCtx *ctx) /* reset code table */
710 register count_int *htab_p = ctx->htab+chsize;

1234