HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 351 - 375 of 1025) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 231 unsigned long __val = 0;
233 __val =
234 *__lo + ((__val << 7)
235 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
237 return static_cast<long>(__val);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 231 unsigned long __val = 0;
233 __val =
234 *__lo + ((__val << 7)
235 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
237 return static_cast<long>(__val);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc 231 unsigned long __val = 0;
233 __val =
234 *__lo + ((__val << 7)
235 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
237 return static_cast<long>(__val);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_classes.tcc 231 unsigned long __val = 0;
233 __val =
234 *__lo + ((__val << 7)
235 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
237 return static_cast<long>(__val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.tcc 233 unsigned long __val = 0;
235 __val =
236 *__lo + ((__val << 7)
237 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
239 return static_cast<long>(__val);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.tcc 256 unsigned long __val = 0;
258 __val =
259 *__lo + ((__val << 7)
260 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
262 return static_cast<long>(__val);
stl_algo.h 133 const _Tp& __val, input_iterator_tag)
135 while (__first != __last && !(*__first == __val))
155 const _Tp& __val, random_access_iterator_tag)
162 if (*__first == __val)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
182 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
2121 __val = _GLIBCXX_MOVE(*__last); local
2140 __val = _GLIBCXX_MOVE(*__last); local
2166 __val = _GLIBCXX_MOVE(*__i); local
2188 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_vector.c 210 void vector<_Tp, _Alloc>::_M_fill_assign(size_t __n, const _Tp& __val) {
212 vector<_Tp, _Alloc> __tmp(__n, __val, get_allocator());
215 fill(begin(), end(), __val); local
216 this->_M_finish = _STLP_PRIV __uninitialized_fill_n(this->_M_finish, __n - size(), __val);
218 erase(_STLP_PRIV __fill_n(begin(), __n, __val), end());
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/pointers/
_vector.h 110 explicit vector(size_type __n, const value_type& __val = _STLP_DEFAULT_CONSTRUCTED(value_type),
112 vector(size_type __n, const value_type& __val,
115 : _M_impl(__n, cast_traits::to_storage_type_cref(__val),
154 void assign(size_type __n, const value_type& __val)
155 { _M_impl.assign(__n, cast_traits::to_storage_type_cref(__val)); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_classes.tcc 233 unsigned long __val = 0;
235 __val =
236 *__lo + ((__val << 7)
237 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
239 return static_cast<long>(__val);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.tcc 256 unsigned long __val = 0;
258 __val =
259 *__lo + ((__val << 7)
260 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
262 return static_cast<long>(__val);
stl_algo.h 133 const _Tp& __val, input_iterator_tag)
135 while (__first != __last && !(*__first == __val))
155 const _Tp& __val, random_access_iterator_tag)
162 if (*__first == __val)
166 if (*__first == __val)
170 if (*__first == __val)
174 if (*__first == __val)
182 if (*__first == __val)
186 if (*__first == __val)
190 if (*__first == __val)
2121 __val = _GLIBCXX_MOVE(*__last); local
2140 __val = _GLIBCXX_MOVE(*__last); local
2166 __val = _GLIBCXX_MOVE(*__i); local
2188 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_classes.tcc 258 unsigned long __val = 0;
260 __val =
261 *__lo + ((__val << 7)
262 | (__val >> (__gnu_cxx::__numeric_traits<unsigned long>::
264 return static_cast<long>(__val);
stl_algo.h 131 const _Tp& __val, input_iterator_tag)
133 while (__first != __last && !(*__first == __val))
153 const _Tp& __val, random_access_iterator_tag)
160 if (*__first == __val)
164 if (*__first == __val)
168 if (*__first == __val)
172 if (*__first == __val)
180 if (*__first == __val)
184 if (*__first == __val)
188 if (*__first == __val)
2119 __val = _GLIBCXX_MOVE(*__last); local
2138 __val = _GLIBCXX_MOVE(*__last); local
2164 __val = _GLIBCXX_MOVE(*__i); local
2186 __val = _GLIBCXX_MOVE(*__i); local
    [all...]
forward_list.h 618 * @param __val Value to be assigned.
626 assign(size_type __n, const _Tp& __val)
627 { _M_assign_n(__n, __val, is_copy_assignable<_Tp>()); }
787 * @param __val Data to be added.
796 push_front(const _Tp& __val)
797 { this->_M_insert_after(cbefore_begin(), __val); } local
803 push_front(_Tp&& __val)
804 { this->_M_insert_after(cbefore_begin(), std::move(__val)); }
845 * @param __val Data to be inserted.
854 insert_after(const_iterator __pos, const _Tp& __val)
1326 insert_after(cbefore_begin(), __n, __val); local
    [all...]
  /external/kernel-headers/original/asm-arm/
system.h 51 unsigned int __val; \
53 : "=r" (__val) \
56 __val; \
145 unsigned int __val; \
148 : "=r" (__val) : : "cc"); \
149 __val; \
  /external/kernel-headers/original/asm-x86/
msr.h 95 u64 __val = native_read_msr(msr); \
96 (val1) = (u32)__val; \
97 (val2) = (u32)(__val >> 32); \
120 u64 __val = native_read_msr_safe(msr, &__err); \
121 (*p1) = (u32)__val; \
122 (*p2) = (u32)(__val >> 32); \

Completed in 2769 milliseconds

<<11121314151617181920>>