Home
last modified time | relevance | path

Searched defs:Is16Bit (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Duuid.cc51 bool Uuid::Is16Bit() const { return GetShortestRepresentationSize() == kNumBytes16; } in Is16Bit() function in bluetooth::hci::Uuid
Duuid_unittest.cc68 TEST(UuidTest, Is16Bit) { in TEST() argument
/aosp_15_r20/packages/modules/Bluetooth/system/types/bluetooth/
Duuid.cc56 bool Uuid::Is16Bit() const { return GetShortestRepresentationSize() == kNumBytes16; } in Is16Bit() function in bluetooth::Uuid
/aosp_15_r20/packages/modules/Bluetooth/system/types/test/bluetooth/
Duuid_unittest.cc63 TEST(UuidTest, Is16Bit) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp3058 bool Is16Bit = getOpSize(UseMI, 0) == 2; in FoldImmediate() local