MCPcopy Create free account
hub / github.com/RenderKit/embree / stb_decompress_length

Function stb_decompress_length

tutorials/common/imgui/imgui_draw.cpp:3953–3956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3951//-----------------------------------------------------------------------------
3952
3953static unsigned int stb_decompress_length(const unsigned char *input)
3954{
3955 return (input[8] << 24) + (input[9] << 16) + (input[10] << 8) + input[11];
3956}
3957
3958static unsigned char *stb__barrier_out_e, *stb__barrier_out_b;
3959static const unsigned char *stb__barrier_in_b;

Callers 2

stb_decompressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected