Searched refs:from_byte (Results 1 – 3 of 3) sorted by relevance
381 int from_byte = from / 8; in extract_bit_field() local388 c = b[from_byte]; in extract_bit_field()389 if (from_byte == to_byte) in extract_bit_field()394 for (i = from_byte+1; i < to_byte; i++) in extract_bit_field()400 if (from_byte < to_byte && (to % 8 != 0)) in extract_bit_field()416 int from_byte = from / 8; in replace_bit_field() local421 if (from_byte == to_byte) in replace_bit_field()424 c = b[from_byte]; in replace_bit_field()430 b[from_byte] = c; in replace_bit_field()435 c = b[from_byte]; in replace_bit_field()[all …]
2661 int from_byte = (from + i) / 8; in tilegx_copy_bits() local2667 | ((addr[from_byte] >> from_bit << to_bit) & to_mask); in tilegx_copy_bits()
2660 int from_byte = (from + i) / 8; in tilegx_copy_bits() local2666 | ((addr[from_byte] >> from_bit << to_bit) & to_mask); in tilegx_copy_bits()