Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_out.c58 code_int maxcode; /* maximum code, given n_bits */ member
530 ctx->maxcode = MAXCODE(ctx->n_bits = ctx->g_init_bits);
657 if ( ctx->free_ent > ctx->maxcode || ctx->clear_flg ) {
661 ctx->maxcode = MAXCODE (ctx->n_bits = ctx->g_init_bits);
668 ctx->maxcode = maxmaxcode;
670 ctx->maxcode = MAXCODE(ctx->n_bits);

Completed in 5 milliseconds