Lines Matching refs:stbi__grow_buffer_unsafe
2073 static void stbi__grow_buffer_unsafe(stbi__jpeg *j)
2100 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j);
2155 if (j->code_bits < n) stbi__grow_buffer_unsafe(j);
2170 if (j->code_bits < n) stbi__grow_buffer_unsafe(j);
2182 if (j->code_bits < 1) stbi__grow_buffer_unsafe(j);
2213 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j);
2232 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j);
2269 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j);
2310 if (j->code_bits < 16) stbi__grow_buffer_unsafe(j);
2968 if (z->code_bits < 24) stbi__grow_buffer_unsafe(z);
3000 if (z->code_bits < 24) stbi__grow_buffer_unsafe(z);
3031 if (z->code_bits < 24) stbi__grow_buffer_unsafe(z);
3060 if (z->code_bits < 24) stbi__grow_buffer_unsafe(z);