Lines Matching defs:run
265 // On x86, SSE2 will automatically be used when available based on a run-time
297 // be promoted to floating point values, run through the inverse of
2056 int run = (rs >> 4) & 15;
2067 fast_ac[i] = (stbi__int16) ((k * 256) + (run * 16) + (len + magbits));
2236 k += (r >> 4) & 15; // run
2314 k += (r >> 4) & 15; // run
2376 // a run of 15 0s and then write s (which is 0),
4328 if (dist == 1) { // run of one byte; common in images.
4397 header[k++] = (stbi_uc) (a->code_buffer & 255); // suppress MSVC run-time check
4775 // this could run two scanlines behind the above code, so it won't
7240 // not run-length encoded, so we have to actually use THIS data as a decoded
7786 warning fixes; disable run-time SSE detection on gcc;