Home
last modified time | relevance | path

Searched defs:high32 (Results 1 – 3 of 3) sorted by relevance

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