HomeSort by relevance Sort by last modified time
    Searched refs:__y (Results 276 - 300 of 402) sorted by null

<<11121314151617

  /external/stlport/stlport/stl/
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_threads.h 136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_queue.h 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
123 return __x._Get_s() == __y._Get_s();
128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
129 return __x._Get_s() < __y._Get_s();
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_threads.h 136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_queue.h 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
123 return __x._Get_s() == __y._Get_s();
128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
129 return __x._Get_s() < __y._Get_s();
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_threads.h 136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_queue.h 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
123 return __x._Get_s() == __y._Get_s();
128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
129 return __x._Get_s() < __y._Get_s();
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
_threads.h 136 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__CONST_CAST(long*, __x), __y)
140 # define _STLP_ATOMIC_EXCHANGE(__x, __y) InterlockedExchange(__x, __y)
142 # define _STLP_ATOMIC_EXCHANGE_PTR(__x, __y) STLPInterlockedExchangePointer(__x, __y)
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_queue.h 122 operator==(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
123 return __x._Get_s() == __y._Get_s();
128 operator<(const queue<_STLP_QUEUE_ARGS >& __x, const queue<_STLP_QUEUE_ARGS >& __y) {
129 return __x._Get_s() < __y._Get_s();
char_traits.h 94 bool operator==(const fpos& __y) const
95 { return _M_pos == __y._M_pos; }
96 bool operator!=(const fpos& __y) const
97 { return _M_pos != __y._M_pos; }
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 : _M_p(__x), _M_mask(__y) { }
115 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
116 : _M_p(__x), _M_offset(__y) { }
181 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
183 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
184 + __x._M_offset - __y._M_offset);
195 _Bit_iterator(_Bit_type * __x, unsigned int __y)
196 : _Bit_iterator_base(__x, __y) { }
278 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_bvector.h 74 _Bit_reference(_Bit_type * __x, _Bit_type __y)
75 : _M_p(__x), _M_mask(__y) { }
115 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
116 : _M_p(__x), _M_offset(__y) { }
181 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
183 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
184 + __x._M_offset - __y._M_offset);
195 _Bit_iterator(_Bit_type * __x, unsigned int __y)
196 : _Bit_iterator_base(__x, __y) { }
278 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_bvector.h 72 _Bit_reference(_Bit_type * __x, _Bit_type __y)
73 : _M_p(__x), _M_mask(__y) { }
113 _Bit_iterator_base(_Bit_type * __x, unsigned int __y)
114 : _M_p(__x), _M_offset(__y) { }
179 operator-(const _Bit_iterator_base& __x, const _Bit_iterator_base& __y)
181 return (int(_S_word_bit) * (__x._M_p - __y._M_p)
182 + __x._M_offset - __y._M_offset);
193 _Bit_iterator(_Bit_type * __x, unsigned int __y)
194 : _Bit_iterator_base(__x, __y) { }
276 _Bit_const_iterator(_Bit_type * __x, unsigned int __y)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
multiset.h 376 multiset<_Key, _Compare, _Allocator>& __y)
377 { return __x.swap(__y); }
383 multiset<_Key, _Compare, _Allocator>& __y)
384 { return __x.swap(__y); }
389 multiset<_Key, _Compare, _Allocator>&& __y)
390 { return __x.swap(__y); }
set.h 381 set<_Key, _Compare, _Allocator>& __y)
382 { return __x.swap(__y); }
388 set<_Key, _Compare, _Allocator>& __y)
389 { return __x.swap(__y); }
394 set<_Key, _Compare, _Allocator>&& __y)
395 { return __x.swap(__y); }

Completed in 742 milliseconds

<<11121314151617