Searched refs:init_code (Results 1 – 3 of 3) sorted by relevance
238 __u8 init_code; member
6162 stbi__int32 len, init_code; in stbi__process_gif_raster() local6175 for (init_code = 0; init_code < clear; init_code++) { in stbi__process_gif_raster()6176 g->codes[init_code].prefix = -1; in stbi__process_gif_raster()6177 g->codes[init_code].first = (stbi_uc) init_code; in stbi__process_gif_raster()6178 g->codes[init_code].suffix = (stbi_uc) init_code; in stbi__process_gif_raster()
6255 stbi__int32 len, init_code; in stbi__process_gif_raster() local6268 for (init_code = 0; init_code < clear; init_code++) { in stbi__process_gif_raster()6269 g->codes[init_code].prefix = -1; in stbi__process_gif_raster()6270 g->codes[init_code].first = (stbi_uc) init_code; in stbi__process_gif_raster()6271 g->codes[init_code].suffix = (stbi_uc) init_code; in stbi__process_gif_raster()