Searched defs:low32 (Results 1 – 2 of 2) 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 |
/freebsd-src/sys/contrib/ncsw/inc/ | ||
H A D | ncsw_ext.h | 92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument |