Home
last modified time | relevance | path

Searched refs:u1 (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/support/src/musl-ctype/
Dtowctrans.c5 #define CASEMAP(u1,u2,l) { (u1), (l)-(u1), (u2)-(u1)+1 } argument
6 #define CASELACE(u1,u2) CASEMAP((u1),(u2),(u1)+1) argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.piecewise/
Dpiecewise_construct.pass.cpp37 B(double d, unsigned u1, unsigned u2) : d_(d), u1_(u1), u2_(u2) {} in B() argument
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp123 const uint64 u1 = u >> 32; in _Stl_mult64() local
130 t = u1 * v0 + (t >> 32); in _Stl_mult64()
136 high = u1 * v1 + w2 + (x >> 32); in _Stl_mult64()