MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / stbi__bmp_test

Function stbi__bmp_test

lite/example/cpp_example/mge/cv/stb_image.h:5899–5903  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5897}
5898
5899static int stbi__bmp_test(stbi__context* s) {
5900 int r = stbi__bmp_test_raw(s);
5901 stbi__rewind(s);
5902 return r;
5903}
5904
5905// returns 0..31 for the highest set bit
5906static int stbi__high_bit(unsigned int z) {

Callers 1

stbi__load_mainFunction · 0.85

Calls 2

stbi__bmp_test_rawFunction · 0.85
stbi__rewindFunction · 0.85

Tested by

no test coverage detected