Searched refs:u1 (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/ctype/
H A Dtowctrans.c4 #define CASEMAP(u1, u2, l) \
5 { (u1), (l) - (u1), (u2) - (u1) + 1 }
6 #define CASELACE(u1, u2) CASEMAP((u1), (u2), (u1) + 1)
/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp32 bool usage_eq(const hid::Usage& u1, const hid::Usage& u2) { argument
33 return u1.page == u2.page && u1.usage == u2.usage;
/fuchsia/zircon/system/ulib/ddk/include/ddk/protocol/
H A Dbt-gatt-svc.h241 static inline int bt_gatt_compare_uuid(const bt_gatt_uuid_t* u1, argument
243 return memcmp(u1->bytes, u2->bytes, 16);
/fuchsia/zircon/system/utest/core/elf-tls/
H A Dtls.cpp13 static thread_local bool u1 = true; variable
77 ASSERT_EQ(u1, true, "unexpected initialized value");
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c117 u1 = 6.32827064025093366517e-01, /* 0x3FE4401E, 0x8B005DFF */ variable
255 p1 = y * (u0 + y * (u1 + y * (u2 + y * (u3 + y * (u4 + y * u5)))));
H A Dlgammaf_r.c52 u1 = 6.3282704353e-01, /* 0x3f2200f4 */ variable
190 p1 = y * (u0 + y * (u1 + y * (u2 + y * (u3 + y * (u4 + y * u5)))));
H A Dlgammal.c150 u1 = 6.840109978129177639438792958320783599310E2L, variable
297 p1 = y * (u0 + y * (u1 + y * (u2 + y * (u3 + y * (u4 + y * (u5 + y * u6))))));

Completed in 109 milliseconds