Searched refs:OS_GET_64BIT_LOW_32BIT (Results 1 – 2 of 2) sorted by relevance
27 U32 low = (U32)OS_GET_64BIT_LOW_32BIT(data); in OsleadingZeroCount()
30 #define OS_GET_64BIT_LOW_32BIT(num) ((U32)((num) & 0xFFFFFFFFU)) macro