Searched refs:low__ (Results 1 – 1 of 1) sorted by relevance
595 #define make_u64(hi__, low__) ((u64)(hi__) << 32 | (u64)(low__)) argument