Home
last modified time | relevance | path

Searched refs:hi4 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h326 int hi4, lo4; in hex2bin() local
329 hi4 = _h2b(*hexsrc++); in hex2bin()
331 if (hi4 < 0 || lo4 < 0) in hex2bin()
334 *bindst++ = (hi4 << 4) | lo4; in hex2bin()
/freebsd/sys/powerpc/ps3/
H A Dps3-hvcall.h81 …s_id, uint64_t slot, uint64_t *hi1, uint64_t *hi2, uint64_t *hi3, uint64_t *hi4, uint64_t *rcbits);