Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PABannier/sam3.cpp
/ stbi__bmp_test
Function
stbi__bmp_test
stb/stb_image.h:5361–5366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5359
}
5360
5361
static int stbi__bmp_test(stbi__context *s)
5362
{
5363
int r = stbi__bmp_test_raw(s);
5364
stbi__rewind(s);
5365
return r;
5366
}
5367
5368
5369
// returns 0..31 for the highest set bit
Callers
1
stbi__load_main
Function · 0.85
Calls
2
stbi__bmp_test_raw
Function · 0.85
stbi__rewind
Function · 0.85
Tested by
no test coverage detected