MCPcopy Create free account
hub / github.com/coderforlife/ms-compress / ReadBits_Fast

Function ReadBits_Fast

include/mscomp/Bitstream.h:99–99  ·  view source on GitHub ↗

Fast Reading Functions ///// Equivalent to the reading functions but do not do bounds checks Read the next n bits of the stream, where n <= 16 (essentially Peek(n); Skip_Fast(n)) Assumption: n <= 16

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected