OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gshift
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/stbi/
stb_image.c
3416
int rshift=0,
gshift
=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0;
local in function:bmp_load
3437
gshift
= high_bit(mg)-7; gcount = bitcount(mr);
3457
out[z++] = (uint8) shiftsigned(v & mg,
gshift
, gcount);
stb_image.c
3416
int rshift=0,
gshift
=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0;
local in function:bmp_load
3437
gshift
= high_bit(mg)-7; gcount = bitcount(mr);
3457
out[z++] = (uint8) shiftsigned(v & mg,
gshift
, gcount);
Completed in 28 milliseconds
Indexes created Thu Nov 06 07:09:58 GMT 2025