Searched refs:curbit (Results 1 – 1 of 1) sorted by relevance
305 static unsigned curbit, /* Current bit */ in gif_get_code() local322 curbit = 0; in gif_get_code()330 if ((curbit + code_size) >= lastbit) in gif_get_code()373 curbit = (curbit - lastbit) + 8 * last_byte; in gif_get_code()378 for (ret = 0, i = curbit + code_size - 1, j = code_size; in gif_get_code()383 curbit += code_size; in gif_get_code()