Searched refs:cur_byte (Results 1 – 3 of 3) sorted by relevance
364 const int cur_byte = i * (1 << es); in vstrc() local368 if (cur_byte == first_zero && !rt) { in vstrc()393 first_match = MIN(cur_byte, first_match); in vstrc()397 first_match = cur_byte; in vstrc()
1503 uint8_t cur_byte = 0; in HELPER() local1506 cur_byte = cpu_ldub_data_ra(env, src, ra); in HELPER()1514 cur_byte >>= 4; in HELPER()1521 cur_byte = (cur_byte & 0xf); in HELPER()1523 cur_byte |= 0xf0; in HELPER()1525 cpu_stb_data_ra(env, dest, cur_byte, ra); in HELPER()
4680 unsigned int cur_byte; in get_field() local4684 cur_byte = (start + len) / FLOATFORMAT_CHAR_BIT; in get_field()4686 cur_byte = (total_len / FLOATFORMAT_CHAR_BIT) - cur_byte - 1; in get_field()4689 result = *(data + cur_byte) >> (-cur_bitshift); in get_field()4692 ++cur_byte; in get_field()4694 --cur_byte; in get_field()4703 (unsigned long)(*(data + cur_byte) in get_field()4707 result |= (unsigned long)*(data + cur_byte) << cur_bitshift; in get_field()4710 ++cur_byte; in get_field()4712 --cur_byte; in get_field()[all …]