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.h | 451 __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 D | ncsw_ext.h | 92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument
|
/freebsd-src/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_power.c | 58 u_int8_t pos, high32; in ar9300_wowoffload_add_mcast_filter() local
|