HomeSort by relevance Sort by last modified time
    Searched refs:__val (Results 326 - 350 of 494) sorted by null

<<11121314151617181920

  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
127 *__i = __val;
129 insert(end(), __n, __val); local
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_pthread_alloc.h 158 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
341 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); }
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
127 *__i = __val;
129 insert(end(), __n, __val); local
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /external/linux-tools-perf/util/
trace-event.h 241 unsigned long long __val; \
243 memcpy(&__val, (ptr), sizeof(unsigned long long)); \
244 __data2host8(__val); \
  /external/stlport/stlport/stl/
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
127 *__i = __val;
129 insert(end(), __n, __val); local
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
127 *__i = __val;
129 insert(end(), __n, __val); local
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_bitset.h 114 _Base_bitset(unsigned long __val) {
116 _M_w[0] = __val;
217 _Base_bitset(unsigned long __val) : _M_w(__val) {}
333 static void _STLP_CALL _M_do_sanitize(unsigned long& __val)
334 { __val &= ~((~__STATIC_CAST(unsigned long,0)) << _Extrabits); }
417 bitset(unsigned long __val) : _STLP_PRIV _Base_bitset<_Words>(__val) { _M_do_sanitize(); }
487 bitset<_Nb>& _Unchecked_set(size_t __pos, int __val) {
488 if (__val)
    [all...]
_list.c 124 void list<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
127 *__i = __val;
129 insert(end(), __n, __val); local
_list.h 306 explicit list(size_type __n, const_reference __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
312 list(size_type __n, const_reference __val)
314 { this->insert(begin(), __n, __val); }
315 list(size_type __n, const_reference __val, const allocator_type& __a)
318 { this->insert(begin(), __n, __val); } local
555 void assign(size_type __n, const_reference __val) { _M_fill_assign(__n, __val); }
557 void _M_fill_assign(size_type __n, const_reference __val);
567 void _M_assign_dispatch(_Integer __n, _Integer __val,
569 _M_fill_assign(__n, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_vector.h 374 assign(size_type __n, const value_type& __val)
375 { _M_fill_assign(__n, __val); }
    [all...]
streambuf_iterator.h 353 istreambuf_iterator<_CharT> __last, const _CharT& __val)
362 const int_type __ival = traits_type::to_int_type(__val);
372 __n, __val);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_vector.h 422 assign(size_type __n, const value_type& __val)
423 { _M_fill_assign(__n, __val); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_vector.h 422 assign(size_type __n, const value_type& __val)
423 { _M_fill_assign(__n, __val); }
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 374 assign(size_type __n, const value_type& __val)
375 { _M_fill_assign(__n, __val); }
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 374 assign(size_type __n, const value_type& __val)
375 { _M_fill_assign(__n, __val); }
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h 374 assign(size_type __n, const value_type& __val)
375 { _M_fill_assign(__n, __val); }
    [all...]

Completed in 2061 milliseconds

<<11121314151617181920