/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/ |
forward_list | 735 operator==(const forward_list<_Tp, _Alloc>& __lx, 737 { return __lx._M_base() == __ly._M_base(); } 741 operator<(const forward_list<_Tp, _Alloc>& __lx, 743 { return __lx._M_base() < __ly._M_base(); } 747 operator!=(const forward_list<_Tp, _Alloc>& __lx, 749 { return !(__lx == __ly); } 754 operator>(const forward_list<_Tp, _Alloc>& __lx, 756 { return (__ly < __lx); } 761 operator>=(const forward_list<_Tp, _Alloc>& __lx, 763 { return !(__lx < __ly); [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
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...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
forward_list.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
forward_list.h | [all...] |
forward_list.tcc | 455 operator==(const forward_list<_Tp, _Alloc>& __lx, 460 auto __ix = __lx.cbegin(); 462 while (__ix != __lx.cend() && __iy != __ly.cend()) 469 if (__ix == __lx.cend() && __iy == __ly.cend())
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | [all...] |
forward_list.tcc | 455 operator==(const forward_list<_Tp, _Alloc>& __lx, 460 auto __ix = __lx.cbegin(); 462 while (__ix != __lx.cend() && __iy != __ly.cend()) 469 if (__ix == __lx.cend() && __iy == __ly.cend())
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
forward_list.h | [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
forward_list.h | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__config | 480 #define _LIBCPP_DECLARE_STRONG_ENUM(x) struct _LIBCPP_TYPE_VIS x { enum __lx 482 __lx __v_; \ 483 _LIBCPP_ALWAYS_INLINE x(__lx __v) : __v_(__v) {} \ 484 _LIBCPP_ALWAYS_INLINE explicit x(int __v) : __v_(static_cast<__lx>(__v)) {} \
|
__functional_base | 46 struct __two {char __lx; char __lxx;}; 72 struct __two {char __lx; char __lxx;}; 86 struct __two {char __lx; char __lxx;};
|
__mutex_base | 290 enum __lx { 295 __lx __v_; 297 _LIBCPP_INLINE_VISIBILITY cv_status(__lx __v) : __v_(__v) {}
|
random | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
forward_list.h | [all...] |
forward_list.tcc | 379 operator==(const forward_list<_Tp, _Alloc>& __lx, 384 auto __ix = __lx.cbegin(); 386 while (__ix != __lx.cend() && __iy != __ly.cend()) 393 if (__ix == __lx.cend() && __iy == __ly.cend())
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
forward_list.h | [all...] |
forward_list.tcc | 379 operator==(const forward_list<_Tp, _Alloc>& __lx, 384 auto __ix = __lx.cbegin(); 386 while (__ix != __lx.cend() && __iy != __ly.cend()) 393 if (__ix == __lx.cend() && __iy == __ly.cend())
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.h | [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
forward_list.h | [all...] |
/external/stlport/stlport/stl/ |
_num_get.c | 505 long __lx; local 506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 ); 508 if (__lx == 0) 510 else if (__lx == 1)
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 505 long __lx; local 506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 ); 508 if (__lx == 0) 510 else if (__lx == 1)
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_num_get.c | 505 long __lx; local 506 _InputIter __tmp = _STLP_PRIV __do_get_integer(__in_ite, __end, __s, __err, __lx, (_CharT*)0 ); 508 if (__lx == 0) 510 else if (__lx == 1)
|