Home
last modified time | relevance | path

Searched refs:UINT64_C (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dcontroller_properties.cc355 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 …]
Dlink_layer_controller.cc84 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()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
Dstdint.h61 #undef UINT64_C
73 #define UINT64_C(val) val##ui64 macro
82 # define UINTMAX_C UINT64_C
284 #define UINT64_C(val) val##ui64 macro
293 # define UINTMAX_C UINT64_C
/packages/modules/Bluetooth/tools/rootcanal/test/controller/le/
Dle_scanning_filter_duplicates_test.cc48 return UINT64_C(1) << (static_cast<uint8_t>(event) - 1); in SetUp()
/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
Dvaluetest.cpp939 o.AddMember("uint64", UINT64_C(4294967296), allocator); in TEST()
948 EXPECT_EQ(UINT64_C(4294967296), o["uint64"].GetUint64()); in TEST()