Searched refs:read_bit (Results 1 – 3 of 3) sorted by relevance
27 static inline uint8_t read_bit(const std::vector<uint8_t>& input, size_t bit) { in read_bit() function62 word |= read_bit(input, i + j * CODEWORD_BITS) << j; in EncodeKey()125 scores.push_back(1 - 2 * read_bit(encoded, i * KEY_CODEWORDS + word)); in DecodeWord()
46 int read_bit();
101 auto read_bit = [](const uint8_t* ptr, size_t offset) -> bool { in MakeMagmaTopology() local123 if (!read_bit(slice_base, slice)) { in MakeMagmaTopology()133 if (!read_bit(subslice_data, subslice)) { in MakeMagmaTopology()