HomeSort by relevance Sort by last modified time
    Searched full:__val (Results 251 - 275 of 418) sorted by null

<<11121314151617

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 353 istreambuf_iterator<_CharT> __last, const _CharT& __val)
362 const int_type __ival = traits_type::to_int_type(__val);
372 __n, __val);
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)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
list.tcc 155 _M_fill_assign(size_type __n, const value_type& __val)
159 *__i = __val;
161 insert(end(), __n, __val);
streambuf_iterator.h 353 istreambuf_iterator<_CharT> __last, const _CharT& __val)
362 const int_type __ival = traits_type::to_int_type(__val);
372 __n, __val);
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)
  /external/mesa3d/src/mesa/main/
compiler.h 81 # define INT64_C(__val) __val##i64
82 # define UINT64_C(__val) __val##ui64
  /external/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);
  /external/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) {
  /ndk/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);
  /ndk/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) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
ypclnt.h 57 char *__val, int __vallen, char *__data);
  /prebuilt/ndk/android-ndk-r5/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);
  /prebuilt/ndk/android-ndk-r5/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) {
  /prebuilt/ndk/android-ndk-r6/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);
  /prebuilt/ndk/android-ndk-r6/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/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...]
  /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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pool_allocator.h 162 construct(pointer __p, const _Tp& __val)
163 { ::new((void *)__p) _Tp(__val); }
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
types.h 61 long __val[2]; member in struct:__anon20771
65 __u_long __val[2]; member in struct:__anon20772
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
pool_allocator.h 162 construct(pointer __p, const _Tp& __val)
163 { ::new((void *)__p) _Tp(__val); }

Completed in 476 milliseconds

<<11121314151617