Searched defs:Is16Bit (Results 1 – 5 of 5) sorted by relevance
51 bool Uuid::Is16Bit() const { return GetShortestRepresentationSize() == kNumBytes16; } in Is16Bit() function in bluetooth::hci::Uuid
68 TEST(UuidTest, Is16Bit) { in TEST() argument
56 bool Uuid::Is16Bit() const { return GetShortestRepresentationSize() == kNumBytes16; } in Is16Bit() function in bluetooth::Uuid
63 TEST(UuidTest, Is16Bit) { in TEST() argument
3058 bool Is16Bit = getOpSize(UseMI, 0) == 2; in FoldImmediate() local