Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument