Searched refs:u1 (Results 1 – 3 of 3) sorted by relevance
48 static inline int bt_gatt_compare_uuid(const bt_gatt_uuid_t* u1, in bt_gatt_compare_uuid() argument50 return memcmp(u1->bytes, u2->bytes, 16); in bt_gatt_compare_uuid()
33 bool usage_eq(const hid::Usage& u1, const hid::Usage& u2) { in usage_eq() argument34 return u1.page == u2.page && u1.usage == u2.usage; in usage_eq()
13 static thread_local bool u1 = true; variable77 ASSERT_EQ(u1, true, "unexpected initialized value"); in CheckInitializers()
Completed in 7 milliseconds