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

Function stbi__zget8

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

Source from the content-addressed store, hash-verified

4526}
4527
4528stbi_inline static stbi_uc stbi__zget8(stbi__zbuf* z) {
4529 return stbi__zeof(z) ? 0 : *z->zbuffer++;
4530}
4531
4532static void stbi__fill_bits(stbi__zbuf* z) {
4533 do {

Callers 3

stbi__fill_bitsFunction · 0.85
stbi__parse_zlib_headerFunction · 0.85

Calls 1

stbi__zeofFunction · 0.85

Tested by

no test coverage detected