/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_threads.h | 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) : 53 * assign __val to *__target and returns former *__target value
|
_deque.c | 368 void deque<_Tp,_Alloc>::_M_fill_initialize(const value_type& __val, 373 uninitialized_fill(*__cur, *__cur + this->buffer_size(), __val); 374 uninitialized_fill(this->_M_finish._M_first, this->_M_finish._M_cur, __val);
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 334 void assign(size_type __n, const _Tp& __val) { 336 _M_non_dbg_impl.assign(__n, __val);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
in.h | 511 extern int inet6_opt_set_val (void *__databuf, int __offset, void *__val, 519 extern int inet6_opt_get_val (void *__databuf, int __offset, void *__val,
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_vector.h | 524 * @param __val Value to be assigned. 532 assign(size_type __n, const value_type& __val) 533 { _M_fill_assign(__n, __val); } [all...] |
stl_list.h | 707 * @param __val Value to be assigned. 715 assign(size_type __n, const value_type& __val) 716 { _M_fill_assign(__n, __val); } [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_alloc.h | 331 void construct(pointer __p, const_reference __val) { _STLP_STD::_Copy_Construct(__p, __val); }
|
_hashtable.h | 282 static const key_type& _M_get_key(const value_type& __val) { 284 return k(__val);
|
_string_sum.h | 28 __char_wrapper(_CharT __val) : _Val(__val) {}
|
_threads.h | 52 * __stl_atomic_t _STLP_ATOMIC_EXCHANGE(volatile __stl_atomic_t* __target, __stl_atomic_t __val) : 53 * assign __val to *__target and returns former *__target value
|
_deque.c | 368 void deque<_Tp,_Alloc>::_M_fill_initialize(const value_type& __val, 373 uninitialized_fill(*__cur, *__cur + this->buffer_size(), __val); 374 uninitialized_fill(this->_M_finish._M_first, this->_M_finish._M_cur, __val);
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 334 void assign(size_type __n, const _Tp& __val) { 336 _M_non_dbg_impl.assign(__n, __val);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_list.h | 694 * @param __val Value to be assigned. 702 assign(size_type __n, const value_type& __val) 703 { _M_fill_assign(__n, __val); } [all...] |
stl_algobase.h | 935 * @param __val The search term. 944 const _Tp& __val) 956 __glibcxx_requires_partitioned_lower(__first, __last, __val); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_list.h | 694 * @param __val Value to be assigned. 702 assign(size_type __n, const value_type& __val) 703 { _M_fill_assign(__n, __val); } [all...] |
stl_algobase.h | 935 * @param __val The search term. 944 const _Tp& __val) 956 __glibcxx_requires_partitioned_lower(__first, __last, __val); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_list.h | 694 * @param __val Value to be assigned. 702 assign(size_type __n, const value_type& __val) 703 { _M_fill_assign(__n, __val); } [all...] |
stl_algobase.h | 935 * @param __val The search term. 944 const _Tp& __val) 956 __glibcxx_requires_partitioned_lower(__first, __last, __val); [all...] |
/external/fio/ |
parse.c | 400 long long __val; local 402 if (!str_to_decimal(str, &__val, 1, data, 0, 0)) { 403 *val = __val;
|
/external/libcxx/include/ |
bitset | 672 bitset& set(size_t __pos, bool __val = true); 834 bitset<_Size>::set(size_t __pos, bool __val) 842 (*this)[__pos] = __val; [all...] |
regex | [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
bitset | 672 bitset& set(size_t __pos, bool __val = true); 834 bitset<_Size>::set(size_t __pos, bool __val) 842 (*this)[__pos] = __val; [all...] |
regex | [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
bitset | 672 bitset& set(size_t __pos, bool __val = true); 834 bitset<_Size>::set(size_t __pos, bool __val) 842 (*this)[__pos] = __val; [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
mipsregs.h | 489 #define __read_64bit_c0_split(source, sel) ({ unsigned long long __val; unsigned long __flags; local_irq_save(__flags); if (sel == 0) __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); else __asm__ __volatile__( ".set\tmips64\n\t" "dmfc0\t%M0, " #source ", " #sel "\n\t" "dsll\t%L0, %M0, 32\n\t" "dsrl\t%M0, %M0, 32\n\t" "dsrl\t%L0, %L0, 32\n\t" ".set\tmips0" : "=r" (__val)); local_irq_restore(__flags); __val; }) [all...] |