Searched refs:u2 (Results 1 - 6 of 6) 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.h242 const bt_gatt_uuid_t* u2) {
243 return memcmp(u1->bytes, u2->bytes, 16);
241 bt_gatt_compare_uuid(const bt_gatt_uuid_t* u1, const bt_gatt_uuid_t* u2) argument
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dlgamma_r.c118 u2 = 1.45492250137234768737e+00, /* 0x3FF7475C, 0xD119BD6F */ variable
255 p1 = y * (u0 + y * (u1 + y * (u2 + y * (u3 + y * (u4 + y * u5)))));
H A Dlgammaf_r.c53 u2 = 1.4549225569e+00, /* 0x3fba3ae7 */ variable
190 p1 = y * (u0 + y * (u1 + y * (u2 + y * (u3 + y * (u4 + y * u5)))));
H A Dlgammal.c151 u2 = 2.042626104514127267855588786511809932433E3L, variable
297 p1 = y * (u0 + y * (u1 + y * (u2 + y * (u3 + y * (u4 + y * (u5 + y * u6))))));

Completed in 83 milliseconds