MCPcopy 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
61public:
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_chimpFunction · 0.45
bench_encode_chimpFunction · 0.45
benchmark_allFunction · 0.45
bench_decoding_patasFunction · 0.45
benchmark_allFunction · 0.45
bench_decode_chimp128Function · 0.45
bench_encode_chimp128Function · 0.45
benchmark_allFunction · 0.45
bench_decode_gorillasFunction · 0.45
bench_encode_gorillasFunction · 0.45
benchmark_allFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36