HomeSort by relevance Sort by last modified time
    Searched refs:__e (Results 51 - 75 of 229) sorted by null

1 23 4 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_array.h 76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
78 while (__b != __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
110 while (__b != __e)
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
121 while (__b != __e)
    [all...]
gslice_array.h 174 gslice_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
176 std::__valarray_copy (__e, _M_index.size(), _M_array,
193 gslice_array<_Tp>::operator _Op##= (const _Expr<_Dom, _Tp>& __e) const\
195 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
indirect_array.h 173 indirect_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
174 { std::__valarray_copy(__e, _M_sz, _M_array, _M_index); }
188 indirect_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\
190 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \
slice_array.h 234 slice_array<_Tp>::operator=(const _Expr<_Dom,_Tp>& __e) const
235 { std::__valarray_copy(__e, _M_sz, _M_array, _M_stride); }
249 slice_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\
251 _Array_augmented_##_Name(_M_array, _M_stride, __e, _M_sz); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_array.h 78 _S_do_it(_Tp* __b, _Tp* __e)
80 while (__b != __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
96 __valarray_default_construct(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
112 while (__b != __e)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
123 while (__b != __e)
    [all...]
gslice_array.h 176 gslice_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
178 std::__valarray_copy (__e, _M_index.size(), _M_array,
195 gslice_array<_Tp>::operator _Op##= (const _Expr<_Dom, _Tp>& __e) const\
197 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
indirect_array.h 175 indirect_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
176 { std::__valarray_copy(__e, _M_sz, _M_array, _M_index); }
190 indirect_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\
192 _Array_augmented_##_Name(_M_array, _M_index, __e, _M_sz); \
slice_array.h 236 slice_array<_Tp>::operator=(const _Expr<_Dom,_Tp>& __e) const
237 { std::__valarray_copy(__e, _M_sz, _M_array, _M_stride); }
251 slice_array<_Tp>::operator _Op##=(const _Expr<_Dom,_Tp>& __e) const\
253 _Array_augmented_##_Name(_M_array, _M_stride, __e, _M_sz); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_array.h 78 _S_do_it(_Tp* __b, _Tp* __e)
80 while (__b != __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
96 __valarray_default_construct(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
112 while (__b != __e)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
123 while (__b != __e)
    [all...]
gslice_array.h 176 gslice_array<_Tp>::operator=(const _Expr<_Dom, _Tp>& __e) const
178 std::__valarray_copy (__e, _M_index.size(), _M_array,
195 gslice_array<_Tp>::operator _Op##= (const _Expr<_Dom, _Tp>& __e) const\
197 _Array_augmented_##_Name(_M_array, _Array<size_t>(_M_index), __e,\
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
78 while (__b != __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
110 while (__b != __e)
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
121 while (__b != __e)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
78 while (__b != __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
110 while (__b != __e)
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
121 while (__b != __e)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_array.h 76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
78 while (__b != __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
110 while (__b != __e)
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
121 while (__b != __e)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
valarray_array.h 76 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
78 while (__b != __e)
88 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __restrict__ __b, _Tp* __restrict__ __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
110 while (__b != __e)
119 _S_do_it(_Tp* __restrict__ __b, _Tp* __restrict__ __e, const _Tp __t)
121 while (__b != __e)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 78 _S_do_it(_Tp* __b, _Tp* __e)
80 while (__b != __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
96 __valarray_default_construct(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
112 while (__b != __e)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
123 while (__b != __e)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 78 _S_do_it(_Tp* __b, _Tp* __e)
80 while (__b != __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
96 __valarray_default_construct(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
112 while (__b != __e)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
123 while (__b != __e)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
valarray_array.h 78 _S_do_it(_Tp* __b, _Tp* __e)
80 while (__b != __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
96 __valarray_default_construct(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
112 while (__b != __e)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
123 while (__b != __e)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_array.h 78 _S_do_it(_Tp* __b, _Tp* __e)
80 while (__b != __e)
90 _S_do_it(_Tp* __b, _Tp* __e)
91 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
96 __valarray_default_construct(_Tp* __b, _Tp* __e)
98 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
110 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
112 while (__b != __e)
121 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
123 while (__b != __e)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_array.h 76 _S_do_it(_Tp* __b, _Tp* __e)
78 while (__b != __e)
88 _S_do_it(_Tp* __b, _Tp* __e)
89 { __builtin_memset(__b, 0, (__e - __b) * sizeof(_Tp)); }
94 __valarray_default_construct(_Tp* __b, _Tp* __e)
96 _Array_default_ctor<_Tp, __is_scalar<_Tp>::__value>::_S_do_it(__b, __e);
108 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
110 while (__b != __e)
119 _S_do_it(_Tp* __b, _Tp* __e, const _Tp __t)
121 while (__b != __e)
    [all...]
  /bionic/libc/kernel/common/linux/netfilter_ipv6/
ip6_tables.h 159 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/
ip6_tables.h 177 #define IP6T_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ip6t_entry *__e; for (__i = 0; __i < (size); __i += __e->next_offset) { __e = (void *)(entries) + __i; __ret = fn(__e , ## args); if (__ret != 0) break; } __ret; })
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6_tables.h 265 struct ip6t_entry *__e; \
267 for (__i = 0; __i < (size); __i += __e->next_offset) { \
268 __e = (void *)(entries) + __i; \
270 __ret = fn(__e , ## args); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 307 struct ip6t_entry *__e; \
309 for (__i = 0; __i < (size); __i += __e->next_offset) { \
310 __e = (void *)(entries) + __i; \
312 __ret = fn(__e , ## args); \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 307 struct ip6t_entry *__e; \
309 for (__i = 0; __i < (size); __i += __e->next_offset) { \
310 __e = (void *)(entries) + __i; \
312 __ret = fn(__e , ## args); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 307 struct ip6t_entry *__e; \
309 for (__i = 0; __i < (size); __i += __e->next_offset) { \
310 __e = (void *)(entries) + __i; \
312 __ret = fn(__e , ## args); \

Completed in 212 milliseconds

1 23 4 5 6 7 8 910