OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Oct 02 10:09:58 GMT 2025