MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / stbi__zget8

Function stbi__zget8

include/stb/stb_image.h:4197–4200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4195}
4196
4197stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z)
4198{
4199 return stbi__zeof(z) ? 0 : *z->zbuffer++;
4200}
4201
4202static void stbi__fill_bits(stbi__zbuf *z)
4203{

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