Home
last modified time | relevance | path

Searched defs:high32 (Results 1 – 3 of 3) sorted by last modified time

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h451 inline __device__ unsigned __funnelshift_l(unsigned low32, unsigned high32, in __funnelshift_l()
459 inline __device__ unsigned __funnelshift_lc(unsigned low32, unsigned high32, in __funnelshift_lc()
467 inline __device__ unsigned __funnelshift_r(unsigned low32, unsigned high32, in __funnelshift_r()
475 inline __device__ unsigned __funnelshift_rc(unsigned low32, unsigned high32, in __funnelshift_rc()
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c58 u_int8_t pos, high32; in ar9300_wowoffload_add_mcast_filter() local