Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ stbi__get16le
Function
stbi__get16le
lite/example/cpp_example/mge/cv/stb_image.h:1750–1753 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1748
// nothing
1749
#else
1750
static int stbi__get16le(stbi__context* s) {
1751
int z = stbi__get8(s);
1752
return z + (stbi__get8(s) << 8);
1753
}
1754
#endif
1755
1756
#ifndef STBI_NO_BMP
Callers
10
stbi__get32le
Function · 0.85
stbi__bmp_test_raw
Function · 0.85
stbi__bmp_parse_header
Function · 0.85
stbi__bmp_load
Function · 0.85
stbi__tga_info
Function · 0.85
stbi__tga_test
Function · 0.85
stbi__tga_read_rgb16
Function · 0.85
stbi__tga_load
Function · 0.85
stbi__gif_header
Function · 0.85
stbi__gif_load_next
Function · 0.85
Calls
1
stbi__get8
Function · 0.85
Tested by
no test coverage detected