Searched refs:__lx (Results 1 – 20 of 20) sorted by relevance
/ndk/sources/android/support/src/msun/ |
D | math_private.h | 552 uint64_t __lx; \ 556 EXTRACT_LDBL80_WORDS(__hx, __lx, *xp); \ 557 __lx ^= DOPRINT_SWIZZLE; \ 558 INSERT_LDBL80_WORDS(*xp, __hx, __lx); \ 570 uint32_t __hx, __lx; \ 572 EXTRACT_WORDS(__hx, __lx, *xp); \ 573 __lx ^= DOPRINT_SWIZZLE; \ 574 INSERT_WORDS(*xp, __hx, __lx); \ 606 uint64_t __lx, __llx; \ 609 EXTRACT_LDBL128_WORDS(__hx, __lx, __llx, *xp); \ [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
D | memory.cpp | 136 : __lx(p) in __sp_mut() 143 mutex& m = *static_cast<mutex*>(__lx); in lock() 159 static_cast<mutex*>(__lx)->unlock(); in unlock()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cstddef | 65 void* __lx; 69 _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t() : __lx(0) {} 70 _LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR nullptr_t(int __nat::*) : __lx(0) {}
|
D | condition_variable | 168 {lock_guard<mutex> __lx(*__mut_);} 176 {lock_guard<mutex> __lx(*__mut_);} 194 lock_guard<unique_lock<mutex> > __lx(__lk, adopt_lock); 216 lock_guard<unique_lock<mutex> > __lx(__lk, adopt_lock);
|
D | __functional_base | 47 struct __two {char __lx; char __lxx;}; 140 struct __two {char __lx; char __lxx;}; 154 struct __two {char __lx; char __lxx;}; 513 struct __two {char __lx; char __lxx;}; 537 struct __two {char __lx; char __lxx;};
|
D | random | 1983 __save_flags<_CharT, _Traits> __lx(__os); 1995 __save_flags<_CharT, _Traits> __lx(__is); 2453 __save_flags<_CharT, _Traits> __lx(__os); 2474 __save_flags<_CharT, _Traits> __lx(__is); 2773 __save_flags<_CharT, _Traits> __lx(__os); 2792 __save_flags<_CharT, _Traits> __lx(__is); 2954 __save_flags<_CharT, _Traits> __lx(__os); 2967 __save_flags<_CharT, _Traits> __lx(__is); 3438 __save_flags<_CharT, _Traits> __lx(__os); 3455 __save_flags<_CharT, _Traits> __lx(__is); [all …]
|
D | __config | 637 #define _LIBCPP_DECLARE_STRONG_ENUM(x) struct _LIBCPP_TYPE_VIS x { enum __lx 639 __lx __v_; \ 640 _LIBCPP_ALWAYS_INLINE x(__lx __v) : __v_(__v) {} \ 641 _LIBCPP_ALWAYS_INLINE explicit x(int __v) : __v_(static_cast<__lx>(__v)) {} \
|
D | memory | 657 struct __two {char __lx; char __lxx;}; 745 struct __two {char __lx; char __lxx;}; 768 struct __two {char __lx; char __lxx;}; 961 struct __two {char __lx; char __lxx;}; 988 struct __two {char __lx; char __lxx;}; 1015 struct __two {char __lx; char __lxx;}; 1058 struct __two {char __lx; char __lxx;}; 1081 struct __two {char __lx; char __lxx;}; 1104 struct __two {char __lx; char __lxx;}; 1127 struct __two {char __lx; char __lxx;}; [all …]
|
D | __functional_base_03 | 22 struct __two {char __lx; char __lxx;}; 36 struct __two {char __lx; char __lxx;}; 946 struct __two {char __lx; char __lxx;};
|
D | system_error | 354 struct _LIBCPP_TYPE_VIS_ONLY is_error_condition_enum<errc::__lx>
|
D | type_traits | 229 struct __two {char __lx[2];}; 970 double __lx; 975 double __lx; 1052 struct __struct_double {long double __lx;}; 1053 struct __struct_double4 {double __lx[4];}; 1133 unsigned char __lx[_Len];\
|
D | ios | 395 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<io_errc::__lx> : public true_type { };
|
D | iterator | 363 struct __two {char __lx; char __lxx;};
|
D | future | 396 struct _LIBCPP_TYPE_VIS_ONLY is_error_code_enum<future_errc::__lx> : public true_type { };
|
D | string | 1340 value_type __lx; 1347 union __ulx{__long __lx; __short __lxx;};
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bitwise.operations/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
D | transparent.pass.cpp | 17 struct __two {char __lx; char __lxx;}; member
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _num_get.c | 505 long __lx; in do_get() local 506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 ); in do_get() 508 if (__lx == 0) in do_get() 510 else if (__lx == 1) in do_get()
|