Home
last modified time | relevance | path

Searched defs:hi (Results 1 – 25 of 76) sorted by relevance

1234

/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_multu.c11 uint32_t rd, lo, hi; in multu() local
30 uint32_t rd, lo, hi; in multu1() local
H A Dtest_r5900_maddu.c12 uint32_t hi = a >> 32; in maddu() local
35 uint32_t hi = a >> 32; in maddu1() local
H A Dtest_r5900_mult.c11 int32_t rd, lo, hi; in mult() local
30 int32_t rd, lo, hi; in mult1() local
H A Dtest_r5900_madd.c12 int32_t hi = a >> 32; in madd() local
35 int32_t hi = a >> 32; in madd1() local
H A Dtest_r5900_mflohi1.c13 int64_t lo, hi, lo1, hi1; in main() local
H A Dtest_r5900_divu1.c13 uint32_t lo, hi; in divu1() local
H A Dtest_r5900_div1.c13 int32_t lo, hi; in div1() local
/openbmc/u-boot/lib/bzip2/
H A Dbzlib_blocksort.c75 Int32 hi ) in fallbackSimpleSort()
139 Int32 sp, lo, hi; in fallbackQSort3() local
530 Int32 hi, in mainSimpleSort()
671 Int32 sp, lo, hi, d; in mainQSort3() local
931 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; in mainSort() local
/openbmc/bmcweb/redfish-core/include/utils/
H A Dhex_utils.hpp64 uint8_t hi = hexCharToNibble(str[i]); in hexStringToBytes() local
/openbmc/phosphor-hwmon/
H A Dthresholds.hpp79 auto hi = (*realIface.*Thresholds<T>::getHi)(); in checkThresholds() local
156 auto hi = stod(tHi) * std::pow(10, scale); in addThreshold() local
/openbmc/qemu/linux-user/mips64/
H A Dtarget_syscall.h14 target_ulong hi; member
/openbmc/u-boot/include/
H A Dhexdump.h58 int hi = hex_to_bin(*src++); in hex2bin() local
/openbmc/u-boot/arch/xtensa/lib/
H A Dtime.c51 ulong lo, hi, i; in __udelay() local
/openbmc/qemu/linux-user/mips/
H A Dtarget_syscall.h17 abi_ulong hi; member
/openbmc/u-boot/include/linux/
H A Dkernel.h208 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) argument
236 #define clamp_t(type, val, lo, hi) min_t(type, max_t(type, val, lo), hi) argument
249 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) argument
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-pci-modern.c43 uint64_t lo, hi; in get_features() local
90 uint64_t lo, hi; in get_guest_features() local
/openbmc/u-boot/arch/mips/include/asm/
H A Dptrace.h31 unsigned long hi; member
/openbmc/qemu/util/
H A Dint128.c42 uint64_t hi, lo, tmp; in divrem128() local
/openbmc/qemu/include/qemu/
H A Dint128.h25 static inline Int128 int128_make128(uint64_t lo, uint64_t hi) in int128_make128()
240 int64_t hi; member
258 static inline Int128 int128_make128(uint64_t lo, uint64_t hi) in int128_make128()
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dtimer.h38 u32 hi; /* 0xa8 */ member
/openbmc/qemu/linux-headers/asm-mips/
H A Dkvm.h35 __u64 hi; member
/openbmc/qemu/include/hw/
H A Dclock.h314 uint64_t hi = ns >> 32; in clock_ns_to_ticks() local
/openbmc/u-boot/drivers/timer/
H A Dtsc_timer.c149 u32 lo, hi, ratio, freq_id, freq; in cpu_mhz_from_msr() local
/openbmc/u-boot/cmd/
H A Dmii.c30 ushort hi; member
/openbmc/qemu/hw/net/
H A De1000x_common.c316 void e1000x_timestamp(uint32_t *mac, int64_t timadj, size_t lo, size_t hi) in e1000x_timestamp()

1234