Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cwida/ALP
/ SetStream
Method
SetStream
publication/source_code/include/chimp/bit_reader.hpp:62–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
61
public:
62
void SetStream(uint8_t* input) {
63
this->input = input;
64
index = 0;
65
}
66
67
inline uint8_t BitIndex() const { return (index & 7); }
68
inline uint64_t ByteIndex() const { return (index >> 3); }
Callers
15
bench_decode_chimp
Function · 0.45
bench_encode_chimp
Function · 0.45
benchmark_all
Function · 0.45
bench_decoding_patas
Function · 0.45
benchmark_all
Function · 0.45
bench_decode_chimp128
Function · 0.45
bench_encode_chimp128
Function · 0.45
benchmark_all
Function · 0.45
bench_decode_gorillas
Function · 0.45
bench_encode_gorillas
Function · 0.45
benchmark_all
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36