Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ bit_peek
Function
bit_peek
Source/Amiga/dernc.cpp:269–271 ·
view source on GitHub ↗
* Returns some bits. */
Source
from the content-addressed store, hash-verified
267
* Returns some bits.
268
*/
269
static unsigned long bit_peek (bit_stream *bs, unsigned long mask) {
270
return bs->bitbuf & mask;
271
}
272
273
/*
274
* Advances the bit stream.
Callers
2
huf_read
Function · 0.85
bit_read
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected