HomeSort by relevance Sort by last modified time
    Searched refs:__b (Results 201 - 225 of 287) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 16 initializer_list(const _E* __b, size_t __s)
17 : __begin_(__b),
  /external/stlport/stlport/stl/
_pair.h 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) {
63 if (__a < __b)
64 if (__b < __c)
65 return __b;
72 else if (__b < __c)
75 return __b;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) {
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 if (__comp(__b, __c))
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
603 _M_base(__b), _M_start(__s) {
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
687 __a = __b;
688 __b = __tmp;
699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \
701 __a = __b; \
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_pair.h 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) {
63 if (__a < __b)
64 if (__b < __c)
65 return __b;
72 else if (__b < __c)
75 return __b;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) {
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 if (__comp(__b, __c))
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
603 _M_base(__b), _M_start(__s) {
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
687 __a = __b;
688 __b = __tmp;
699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \
701 __a = __b; \
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_pair.h 83 pair(const _T1& __a, const _T2& __b)
84 : first(__a), second(__b) { }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 103 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b)
104 : first(__a), second(__b) { }
random.h 373 _UIntType __b, size_t __t,
395 static_assert(__b <= (__detail::_Shift<_UIntType, __w>::__value - 1),
396 "template argument substituting __b out of bound");
417 static constexpr result_type tempering_b = __b;
565 _UIntType __b, size_t __t,
569 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
571 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 103 _GLIBCXX_CONSTEXPR pair(const _T1& __a, const _T2& __b)
104 : first(__a), second(__b) { }
random.h 373 _UIntType __b, size_t __t,
395 static_assert(__b <= (__detail::_Shift<_UIntType, __w>::__value - 1),
396 "template argument substituting __b out of bound");
417 static constexpr result_type tempering_b = __b;
565 _UIntType __b, size_t __t,
569 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs,
571 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 83 pair(const _T1& __a, const _T2& __b)
84 : first(__a), second(__b) { }
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pair.h 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) {
63 if (__a < __b)
64 if (__b < __c)
65 return __b;
72 else if (__b < __c)
75 return __b;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) {
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 if (__comp(__b, __c))
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
603 _M_base(__b), _M_start(__s) {
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
687 __a = __b;
688 __b = __tmp;
699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \
701 __a = __b; \
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 83 pair(const _T1& __a, const _T2& __b)
84 : first(__a), second(__b) { }
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pair.h 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
_algo.c 62 const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) {
63 if (__a < __b)
64 if (__b < __c)
65 return __b;
72 else if (__b < __c)
75 return __b;
83 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) {
84 if (__comp(__a, __b)) {
85 _STLP_VERBOSE_ASSERT(!__comp(__b, __a), _StlMsg_INVALID_STRICT_WEAK_PREDICATE)
86 if (__comp(__b, __c))
    [all...]
_rope.h 378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size,
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
601 _Rope_RopeSubstring(_RopeRep* __b, size_t __s, size_t __l, allocator_type __a)
603 _M_base(__b), _M_start(__s) {
605 _STLP_ASSERT(__s + __l <= __b->_M_size._M_data)
685 _Rope_char_ref_proxy <_CharT, __Alloc > __b) {
687 __a = __b;
688 __b = __tmp;
699 _Rope_char_ref_proxy <_CharT, __Alloc > __b) { \
701 __a = __b; \
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 83 pair(const _T1& __a, const _T2& __b)
84 : first(__a), second(__b) { }
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pair.h 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_pair.h 83 pair(const _T1& __a, const _T2& __b)
84 : first(__a), second(__b) { }
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_pair.h 62 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
  /external/icu4c/common/unicode/
utf_old.h 442 uint8_t __b, __count=1, __shift=6; \
447 __b=(s)[--(i)]; \
448 if(__b>=0xc0) { \
449 UTF8_MASK_LEAD_BYTE(__b, __count); \
450 (c)|=(UChar32)__b<<__shift; \
453 (c)|=(UChar32)(__b&0x3f)<<__shift; \
    [all...]

Completed in 565 milliseconds

1 2 3 4 5 6 7 891011>>