HomeSort by: relevance | last modified time | path
    Searched defs:div16 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 1864 #define div16(x) ((uint8) ((x) >> 4)) macro
1880 out[i*2-1] = div16(3*t0 + t1 + 8);
1881 out[i*2 ] = div16(3*t1 + t0 + 8);
stb_image.c 1864 #define div16(x) ((uint8) ((x) >> 4)) macro
1880 out[i*2-1] = div16(3*t0 + t1 + 8);
1881 out[i*2 ] = div16(3*t1 + t0 + 8);
stb_image.c 1864 #define div16(x) ((uint8) ((x) >> 4)) macro
1880 out[i*2-1] = div16(3*t0 + t1 + 8);
1881 out[i*2 ] = div16(3*t1 + t0 + 8);

Completed in 42 milliseconds