HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 401 - 425 of 677) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
complex 170 real(_Tp __val) { _M_real = __val; }
173 imag(_Tp __val) { _M_imag = __val; }
1090 real(float __val) { __real__ _M_value = __val; }
1093 imag(float __val) { __imag__ _M_value = __val; }
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_hash_map.h 457 operator=(const typename _Container::value_type& __val) {
458 container->insert(__val);
484 operator=(const typename _Container::value_type& __val) {
485 container->insert(__val);
_hash_set.h 452 operator=(const typename _Container::value_type& __val) {
453 container->insert(__val);
479 operator=(const typename _Container::value_type& __val) {
480 container->insert(__val);
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/
_slist.h 179 void assign(size_type __n, const value_type& __val) {
181 _M_non_dbg_impl.assign(__n, __val);
502 void remove(const value_type& __val) {
507 if (__val == *__first) {
  /external/clang/test/Sema/
return.c 203 extern void longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));
204 extern void _longjmp (struct __jmp_buf_tag __env[1], int __val) __attribute__ ((noreturn));
  /external/toybox/toys/other/
stat.c 141 xprintf("%08x%08x", statfs->f_fsid.__val[0], statfs->f_fsid.__val[1]);
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp 86 * __add_atomic_t _STLP_ATOMIC_ADD(volatile __add_atomic_t* __target, __add_atomic_t __val) :
87 * does *__target = *__target + __val and returns the old *__target value */
101 # define _STLP_ATOMIC_ADD(__dst, __val) _STLP_atomic_add_gcc_x86(__dst, __val)
106 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__dst, __val)
108 # define _STLP_ATOMIC_ADD(__dst, __val) InterlockedExchangeAdd(__CONST_CAST(__add_atomic_t*, __dst), __val)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
types.h 61 long __val[2]; member in struct:__anon37263
65 __u_long __val[2]; member in struct:__anon37264
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 184 construct(pointer __p, const _Tp& __val)
185 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
types.h 61 long __val[2]; member in struct:__anon39279
65 __u_long __val[2]; member in struct:__anon39280
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
types.h 61 long __val[2]; member in struct:__anon40146
65 __u_long __val[2]; member in struct:__anon40147
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 184 construct(pointer __p, const _Tp& __val)
185 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 184 construct(pointer __p, const _Tp& __val)
185 { ::new((void *)__p) _Tp(__val); }
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pool_allocator.h 184 construct(pointer __p, const _Tp& __val)
185 { ::new((void *)__p) _Tp(__val); }
  /external/libcxx/include/
atomic 603 __c11_atomic_init(volatile _Atomic(_Tp)* __a, _Tp __val) {
604 __a->__a_value = __val;
612 __c11_atomic_init(volatile _Atomic(_Tp)* __a, _Tp __val) {
618 char* from = reinterpret_cast<char*>(&__val);
625 static inline void __c11_atomic_init(_Atomic(_Tp)* __a, _Tp __val) {
626 __a->__a_value = __val;
638 static inline void __c11_atomic_store(volatile _Atomic(_Tp)* __a, _Tp __val,
640 return __atomic_store(&__a->__a_value, &__val,
645 static inline void __c11_atomic_store(_Atomic(_Tp)* __a, _Tp __val,
647 __atomic_store(&__a->__a_value, &__val,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 596 __c11_atomic_init(volatile _Atomic(_Tp)* __a, _Tp __val) {
597 __a->__a_value = __val;
605 __c11_atomic_init(volatile _Atomic(_Tp)* __a, _Tp __val) {
611 char* from = reinterpret_cast<char*>(&__val);
618 static inline void __c11_atomic_init(_Atomic(_Tp)* __a, _Tp __val) {
619 __a->__a_value = __val;
635 static inline void __c11_atomic_store(volatile _Atomic(_Tp)* __a, _Tp __val,
637 return __atomic_store(&__a->__a_value, &__val,
642 static inline void __c11_atomic_store(_Atomic(_Tp)* __a, _Tp __val,
644 return __atomic_store(&__a->__a_value, &__val,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr2/
dynamic_bitset 105 __dynamic_bitset_base(size_type __nbits, unsigned long long __val = 0ULL,
109 __val, __alloc)
116 this->_M_w[__i] = (__val & __mask) >> (__i * _S_bits_per_block);
609 _M_unchecked_set(size_type __pos, int __val)
611 if (__val)
727 dynamic_bitset(size_type __nbits, unsigned long long __val = 0ULL,
729 : _Base(__nbits, __val, __alloc),
998 * @param __val Either true or false, defaults to true.
1002 set(size_type __pos, bool __val = true)
1006 return this->_M_unchecked_set(__pos, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr2/
dynamic_bitset 105 __dynamic_bitset_base(size_type __nbits, unsigned long long __val = 0ULL,
109 __val, __alloc)
116 this->_M_w[__i] = (__val & __mask) >> (__i * _S_bits_per_block);
609 _M_unchecked_set(size_type __pos, int __val)
611 if (__val)
727 dynamic_bitset(size_type __nbits, unsigned long long __val = 0ULL,
729 : _Base(__nbits, __val, __alloc),
998 * @param __val Either true or false, defaults to true.
1002 set(size_type __pos, bool __val = true)
1006 return this->_M_unchecked_set(__pos, __val);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr2/
dynamic_bitset 105 __dynamic_bitset_base(size_type __nbits, unsigned long long __val = 0ULL,
109 __val, __alloc)
116 this->_M_w[__i] = (__val & __mask) >> (__i * _S_bits_per_block);
609 _M_unchecked_set(size_type __pos, int __val)
611 if (__val)
727 dynamic_bitset(size_type __nbits, unsigned long long __val = 0ULL,
729 : _Base(__nbits, __val, __alloc),
998 * @param __val Either true or false, defaults to true.
1002 set(size_type __pos, bool __val = true)
1006 return this->_M_unchecked_set(__pos, __val);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
atomic 596 __c11_atomic_init(volatile _Atomic(_Tp)* __a, _Tp __val) {
597 __a->__a_value = __val;
605 __c11_atomic_init(volatile _Atomic(_Tp)* __a, _Tp __val) {
611 char* from = reinterpret_cast<char*>(&__val);
618 static inline void __c11_atomic_init(_Atomic(_Tp)* __a, _Tp __val) {
619 __a->__a_value = __val;
635 static inline void __c11_atomic_store(volatile _Atomic(_Tp)* __a, _Tp __val,
637 return __atomic_store(&__a->__a_value, &__val,
642 static inline void __c11_atomic_store(_Atomic(_Tp)* __a, _Tp __val,
644 return __atomic_store(&__a->__a_value, &__val,
    [all...]
  /external/libcxx/include/experimental/
string_view     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
vector.tcc 219 _M_fill_assign(size_t __n, const value_type& __val)
223 vector __tmp(__n, __val, _M_get_Tp_allocator());
228 std::fill(begin(), end(), __val);
230 __n - size(), __val,
235 _M_erase_at_end(std::fill_n(this->_M_impl._M_start, __n, __val));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
vector.tcc 219 _M_fill_assign(size_t __n, const value_type& __val)
223 vector __tmp(__n, __val, _M_get_Tp_allocator());
228 std::fill(begin(), end(), __val);
230 __n - size(), __val,
235 _M_erase_at_end(std::fill_n(this->_M_impl._M_start, __n, __val));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
vector.tcc 219 _M_fill_assign(size_t __n, const value_type& __val)
223 vector __tmp(__n, __val, _M_get_Tp_allocator());
228 std::fill(begin(), end(), __val);
230 __n - size(), __val,
235 _M_erase_at_end(std::fill_n(this->_M_impl._M_start, __n, __val));
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
vector.tcc 249 _M_fill_assign(size_t __n, const value_type& __val)
254 vector __tmp(__n, __val, _M_get_Tp_allocator());
260 std::fill(begin(), end(), __val);
262 __n - size(), __val,
267 _M_erase_at_end(std::fill_n(this->_M_impl._M_start, __n, __val));

Completed in 724 milliseconds

<<11121314151617181920>>