Home
last modified time | relevance | path

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

/php-src/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;

Completed in 6 milliseconds