Searched defs:read_bit (Results 1 – 2 of 2) sorted by relevance
27 static inline uint8_t read_bit(const std::vector<uint8_t>& input, size_t bit) { in read_bit() function
101 auto read_bit = [](const uint8_t* ptr, size_t offset) -> bool { in MakeMagmaTopology() local