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