Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgd_gif_in.c79 int curbit, lastbit, done, last_byte; member
381 scd->curbit = 0; in GetCode_()
388 if ( (scd->curbit + code_size) >= scd->lastbit) { in GetCode_()
390 if (scd->curbit >= scd->lastbit) { in GetCode_()
402 scd->curbit = (scd->curbit - scd->lastbit) + 16; in GetCode_()
406 if ((scd->curbit + code_size - 1) >= (CSD_BUF_SIZE * 8)) { in GetCode_()
410 for (i = scd->curbit, j = 0; j < code_size; ++i, ++j) { in GetCode_()
415 scd->curbit += code_size; in GetCode_()

Completed in 7 milliseconds