Home
last modified time | relevance | path

Searched refs:hi_32 (Results 1 – 3 of 3) sorted by relevance

/external/netperf/src/
Dnetcpu_pstat.c83 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()
Dnetlib.c2977 hi_32(big_int) in hi_32() function
/external/v8/src/ppc/
Dassembler-ppc.cc1663 int32_t hi_32 = static_cast<int32_t>(value >> 32); in bitwise_mov() local
1665 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()