Home
last modified time | relevance | path

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

/PHP-5.5/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;

Completed in 6 milliseconds