Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgd_gif_in.c80 int curbit, lastbit, done, last_byte; member
382 scd->curbit = 0; in GetCode_()
389 if ( (scd->curbit + code_size) >= scd->lastbit) { in GetCode_()
391 if (scd->curbit >= scd->lastbit) { in GetCode_()
403 scd->curbit = (scd->curbit - scd->lastbit) + 16; in GetCode_()
407 if ((scd->curbit + code_size - 1) >= (CSD_BUF_SIZE * 8)) { in GetCode_()
411 for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) { in GetCode_()
416 scd->curbit += code_size; in GetCode_()

Completed in 15 milliseconds