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

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
ypclnt.h 57 char *__val, int __vallen, char *__data);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
ypclnt.h 57 char *__val, int __vallen, char *__data);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
complex 170 real(_Tp __val) { _M_real = __val; }
173 imag(_Tp __val) { _M_imag = __val; }
1089 real(float __val) { __real__ _M_value = __val; }
1092 imag(float __val) { __imag__ _M_value = __val; }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h 741 operator()(const __gnu_cxx::throw_value_limit& __val) const
744 size_t __result = __h(__val._M_i);
755 operator()(const __gnu_cxx::throw_value_random& __val) const
758 size_t __result = __h(__val._M_i);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.tcc 320 resize(size_type __sz, value_type __val)
333 insert_after(__k, __sz - __len, __val);
372 remove(const _Tp& __val)
380 if (__temp->_M_value == __val)
  /prebuilts/ndk/5/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/5/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) {
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.tcc 320 resize(size_type __sz, value_type __val)
333 insert_after(__k, __sz - __len, __val);
372 remove(const _Tp& __val)
380 if (__temp->_M_value == __val)
  /prebuilts/ndk/6/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/6/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) {
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.tcc 320 resize(size_type __sz, value_type __val)
333 insert_after(__k, __sz - __len, __val);
372 remove(const _Tp& __val)
380 if (__temp->_M_value == __val)
  /prebuilts/ndk/7/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/7/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) {
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
posix_types_32.h 61 int __val[2];
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
posix_types_32.h 61 int __val[2];
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.tcc 320 resize(size_type __sz, value_type __val)
333 insert_after(__k, __sz - __len, __val);
372 remove(const _Tp& __val)
380 if (__temp->_M_value == __val)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
complex 170 real(_Tp __val) { _M_real = __val; }
173 imag(_Tp __val) { _M_imag = __val; }
1089 real(float __val) { __real__ _M_value = __val; }
1092 imag(float __val) { __imag__ _M_value = __val; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 741 operator()(const __gnu_cxx::throw_value_limit& __val) const
744 size_t __result = __h(__val._M_i);
755 operator()(const __gnu_cxx::throw_value_random& __val) const
758 size_t __result = __h(__val._M_i);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
complex 170 real(_Tp __val) { _M_real = __val; }
173 imag(_Tp __val) { _M_imag = __val; }
1086 real(float __val) { __real__ _M_value = __val; }
1089 imag(float __val) { __imag__ _M_value = __val; }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 752 operator()(const __gnu_cxx::throw_value_limit& __val) const
755 size_t __result = __h(__val._M_i);
766 operator()(const __gnu_cxx::throw_value_random& __val) const
769 size_t __result = __h(__val._M_i);
  /prebuilts/ndk/8/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);

Completed in 814 milliseconds

<<21222324252627282930>>