Searched refs:U64_C (Results 1 – 6 of 6) sorted by relevance
14 #define HZ_TO_MSEC_MUL32 U64_C(0x80000000)15 #define HZ_TO_MSEC_ADJ32 U64_C(0x0)17 #define MSEC_TO_HZ_MUL32 U64_C(0x80000000)18 #define MSEC_TO_HZ_ADJ32 U64_C(0x180000000)25 #define HZ_TO_USEC_MUL32 U64_C(0xFA000000)26 #define HZ_TO_USEC_ADJ32 U64_C(0x0)28 #define USEC_TO_HZ_MUL32 U64_C(0x83126E98)29 #define USEC_TO_HZ_ADJ32 U64_C(0x7FF7CED9168)
32 #define U64_C(x) x ## ULL macro43 #define U64_C(x) x macro
43 cpu_to_le64(U64_C(0x0d08050302010100)),44 cpu_to_le64(U64_C(0x6279e99059372215)),47 cpu_to_le64(U64_C(0xf12fc26d55183ddb)),48 cpu_to_le64(U64_C(0xdd28b57342311120)),
32 #define U64_C(x) UINT64_C(x) macro
29 #define BIT_64(n) (U64_C(1) << (n))
642 #define LC_FREQ_2K U64_C(LC_FREQ * 2000)
Completed in 16 milliseconds