MCPcopy Create free account
hub / github.com/apache/arrow / LoadWord

Function LoadWord

cpp/src/arrow/util/bit_block_counter.h:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36namespace detail {
37
38inline uint64_t LoadWord(const uint8_t* bytes) {
39 return bit_util::ToLittleEndian(util::SafeLoadAs<uint64_t>(bytes));
40}
41
42inline uint64_t ShiftWord(uint64_t current, uint64_t next, int64_t shift) {
43 if (shift == 0) {

Callers 3

NextFourWordsFunction · 0.70
NextWordFunction · 0.70
BitBlockCount NextWordFunction · 0.70

Calls 1

ToLittleEndianFunction · 0.70

Tested by

no test coverage detected