Searched refs:UINT64_C (Results 1 – 5 of 5) sorted by relevance
355 lmp_page_0_reserved_bits = UINT64_C(0x7fffe7e407000000); in CheckSupportedFeatures()356 lmp_page_2_reserved_bits = UINT64_C(0xffffffffffffffff); in CheckSupportedFeatures()359 lmp_page_0_reserved_bits = UINT64_C(0x7fffe7e407000000); in CheckSupportedFeatures()360 lmp_page_2_reserved_bits = UINT64_C(0xffffffffffffffff); in CheckSupportedFeatures()363 lmp_page_0_reserved_bits = UINT64_C(0x7fffe7e407000000); in CheckSupportedFeatures()364 lmp_page_2_reserved_bits = UINT64_C(0xffffffffffffffff); in CheckSupportedFeatures()367 lmp_page_0_reserved_bits = UINT64_C(0x7fff066401000000); in CheckSupportedFeatures()368 lmp_page_2_reserved_bits = UINT64_C(0xffffffffffffffff); in CheckSupportedFeatures()371 lmp_page_0_reserved_bits = UINT64_C(0x7c86006401000000); in CheckSupportedFeatures()372 lmp_page_2_reserved_bits = UINT64_C(0xffffffffffffffff); in CheckSupportedFeatures()[all …]
84 uint64_t bit = UINT64_C(1) << (static_cast<uint8_t>(event) - 1); in IsEventUnmasked()89 uint64_t bit = UINT64_C(1) << (static_cast<uint8_t>(subevent) - 1); in IsLeEventUnmasked()301 uint64_t bit_mask = UINT64_C(1) << bit_number; in LeSetHostFeature()
61 #undef UINT64_C73 #define UINT64_C(val) val##ui64 macro82 # define UINTMAX_C UINT64_C284 #define UINT64_C(val) val##ui64 macro293 # define UINTMAX_C UINT64_C
48 return UINT64_C(1) << (static_cast<uint8_t>(event) - 1); in SetUp()
939 o.AddMember("uint64", UINT64_C(4294967296), allocator); in TEST()948 EXPECT_EQ(UINT64_C(4294967296), o["uint64"].GetUint64()); in TEST()