Home
last modified time | relevance | path

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

/linux/include/generated/
A Dtimeconst.h14 #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)
/linux/include/asm-generic/
A Dint-ll64.h32 #define U64_C(x) x ## ULL macro
43 #define U64_C(x) x macro
/linux/crypto/
A Daegis128-core.c43 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)),
/linux/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
A Dint_typedefs.h32 #define U64_C(x) UINT64_C(x) macro
/linux/arch/x86/include/asm/
A Dbitops.h29 #define BIT_64(n) (U64_C(1) << (n))
/linux/drivers/gpu/drm/i915/display/
A Dintel_dpll_mgr.c642 #define LC_FREQ_2K U64_C(LC_FREQ * 2000)

Completed in 16 milliseconds