Searched defs:from_byte (Results 1 – 2 of 2) sorted by relevance
37 int from_byte = from / 8; in extract_bit_field() local68 int from_byte = from / 8; in replace_bit_field() local
129 void Request::AddRange(uint64_t from_byte, uint64_t to_byte) { in AddRange()