Searched refs:hi_32 (Results 1 – 3 of 3) sorted by relevance
83 hi_32(&res[i]), in get_cpu_idle()192 hi_32(&firstcnt[j]), in calibrate_idle_rate()195 hi_32(&secondcnt[j]), in calibrate_idle_rate()
2977 hi_32(big_int) in hi_32() function
1663 int32_t hi_32 = static_cast<int32_t>(value >> 32); in bitwise_mov() local1665 int hi_word = static_cast<int>(hi_32 >> 16); in bitwise_mov()1666 int lo_word = static_cast<int>(hi_32 & 0xffff); in bitwise_mov()