Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_gif_out.c58 code_int maxcode; /* maximum code, given n_bits */ member
516 ctx->maxcode = MAXCODE(ctx->n_bits = ctx->g_init_bits);
643 if ( ctx->free_ent > ctx->maxcode || ctx->clear_flg ) {
647 ctx->maxcode = MAXCODE (ctx->n_bits = ctx->g_init_bits);
654 ctx->maxcode = maxmaxcode;
656 ctx->maxcode = MAXCODE(ctx->n_bits);

Completed in 7 milliseconds