HomeSort by relevance Sort by last modified time
    Searched refs:__val (Results 26 - 50 of 913) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
functional_hash.h 80 operator()(_Tp __val) const noexcept \
81 { return static_cast<size_t>(__val); } \
140 hash(const _Tp& __val)
141 { return hash(&__val, sizeof(__val)); }
145 __hash_combine(const _Tp& __val, size_t __hash)
146 { return hash(&__val, sizeof(__val), __hash); }
158 hash(const _Tp& __val)
159 { return hash(&__val, sizeof(__val));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
functional_hash.h 80 operator()(_Tp __val) const noexcept \
81 { return static_cast<size_t>(__val); } \
140 hash(const _Tp& __val)
141 { return hash(&__val, sizeof(__val)); }
145 __hash_combine(const _Tp& __val, size_t __hash)
146 { return hash(&__val, sizeof(__val), __hash); }
158 hash(const _Tp& __val)
159 { return hash(&__val, sizeof(__val));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
functional_hash.h 75 operator()(_Tp __val) const noexcept \
76 { return static_cast<size_t>(__val); } \
135 hash(const _Tp& __val)
136 { return hash(&__val, sizeof(__val)); }
140 __hash_combine(const _Tp& __val, size_t __hash)
141 { return hash(&__val, sizeof(__val), __hash); }
153 hash(const _Tp& __val)
154 { return hash(&__val, sizeof(__val));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
functional_hash.h 75 operator()(_Tp __val) const noexcept \
76 { return static_cast<size_t>(__val); } \
135 hash(const _Tp& __val)
136 { return hash(&__val, sizeof(__val)); }
140 __hash_combine(const _Tp& __val, size_t __hash)
141 { return hash(&__val, sizeof(__val), __hash); }
153 hash(const _Tp& __val)
154 { return hash(&__val, sizeof(__val));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
sigset.h 31 unsigned long int __val[_SIGSET_NWORDS]; member in struct:__anon25501
61 while (--__cnt >= 0) __set->__val[__cnt] = 0; \
66 while (--__cnt >= 0) __set->__val[__cnt] = ~0UL; \
76 int __ret = __set->__val[--__cnt]; \
78 __ret = __set->__val[__cnt]; \
86 __dest->__val[__cnt] = (__left->__val[__cnt] \
87 & __right->__val[__cnt]); \
95 __dest->__val[__cnt] = (__left->__val[__cnt]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
sigset.h 31 unsigned long int __val[_SIGSET_NWORDS]; member in struct:__anon27237
61 while (--__cnt >= 0) __set->__val[__cnt] = 0; \
66 while (--__cnt >= 0) __set->__val[__cnt] = ~0UL; \
76 int __ret = __set->__val[--__cnt]; \
78 __ret = __set->__val[__cnt]; \
86 __dest->__val[__cnt] = (__left->__val[__cnt] \
87 & __right->__val[__cnt]); \
95 __dest->__val[__cnt] = (__left->__val[__cnt]
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 41 operator()(_Tp __val) const;
57 hash<_Tp>::operator()(_Tp __val) const \
58 { return static_cast<size_t>(__val); }
133 hash<float>::operator()(float __val) const
138 if (__val != 0.0f)
139 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
140 sizeof(__val));
147 hash<double>::operator()(double __val) const
152 if (__val != 0.0)
153 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 41 operator()(_Tp __val) const;
57 hash<_Tp>::operator()(_Tp __val) const \
58 { return static_cast<size_t>(__val); }
133 hash<float>::operator()(float __val) const
138 if (__val != 0.0f)
139 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
140 sizeof(__val));
147 hash<double>::operator()(double __val) const
152 if (__val != 0.0)
153 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 41 operator()(_Tp __val) const;
57 hash<_Tp>::operator()(_Tp __val) const \
58 { return static_cast<size_t>(__val); }
133 hash<float>::operator()(float __val) const
138 if (__val != 0.0f)
139 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
140 sizeof(__val));
147 hash<double>::operator()(double __val) const
152 if (__val != 0.0)
153 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
functional_hash.h 41 operator()(_Tp __val) const;
57 hash<_Tp>::operator()(_Tp __val) const \
58 { return static_cast<size_t>(__val); }
133 hash<float>::operator()(float __val) const
138 if (__val != 0.0f)
139 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
140 sizeof(__val));
147 hash<double>::operator()(double __val) const
152 if (__val != 0.0)
153 __result = _Fnv_hash<>::hash(reinterpret_cast<const char*>(&__val),
    [all...]
  /external/wpa_supplicant_8/src/utils/
platform.h 13 typeof(*(p)) __val; \
16 __ptr->__val; \
  /external/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_num_get.h 65 ios_base::iostate& __err, bool& __val) const
66 { return do_get(__ii, __end, __str, __err, __val); }
71 ios_base::iostate& __err, short& __val) const
72 { return do_get(__ii, __end, __str, __err, __val); }
75 ios_base::iostate& __err, int& __val) const
76 { return do_get(__ii, __end, __str, __err, __val); }
80 ios_base::iostate& __err, long& __val) const
81 { return do_get(__ii, __end, __str, __err, __val); }
84 ios_base::iostate& __err, unsigned short& __val) const
85 { return do_get(__ii, __end, __str, __err, __val); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
functional_hash.h 48 operator()(_Tp __val) const;
64 hash<_Tp>::operator()(_Tp __val) const \
65 { return static_cast<size_t>(__val); }
146 hash(const _Tp& __val)
147 { return hash(&__val, sizeof(__val)); }
153 hash<float>::operator()(float __val) const
156 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
162 hash<double>::operator()(double __val) cons
    [all...]

Completed in 522 milliseconds

12 3 4 5 6 7 8 91011>>