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

12 3 4 5 6 7

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_after.h 49 _GBase (const _Dom& __e, const valarray<size_t>& __i)
50 : _M_expr (__e), _M_index(__i) {}
94 _GClos (const _Dom& __e, const valarray<size_t>& __i)
95 : _Base (__e, __i) {}
118 _IBase (const _Dom& __e, const valarray<size_t>& __i)
119 : _M_expr (__e), _M_index (__i) {}
141 _IClos (const _Dom& __e, const valarray<size_t>& __i)
142 : _Base (__e, __i) {}
379 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \
385 return _Expr<_Closure, _Value>(_Closure(__e(), __v));
    [all...]
valarray_before.h 407 _FunBase(const _Dom& __e, value_type __f(_Arg))
408 : _M_expr(__e), _M_func(__f) {}
427 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
447 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
448 : _Base(__e, __f) {}
473 _UnBase(const _Arg& __e) : _M_expr(__e) {}
492 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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_after.h 49 _GBase (const _Dom& __e, const valarray<size_t>& __i)
50 : _M_expr (__e), _M_index(__i) {}
94 _GClos (const _Dom& __e, const valarray<size_t>& __i)
95 : _Base (__e, __i) {}
118 _IBase (const _Dom& __e, const valarray<size_t>& __i)
119 : _M_expr (__e), _M_index (__i) {}
141 _IClos (const _Dom& __e, const valarray<size_t>& __i)
142 : _Base (__e, __i) {}
379 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \
385 return _Expr<_Closure, _Value>(_Closure(__e(), __v));
    [all...]
valarray_before.h 407 _FunBase(const _Dom& __e, value_type __f(_Arg))
408 : _M_expr(__e), _M_func(__f) {}
427 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
447 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
448 : _Base(__e, __f) {}
473 _UnBase(const _Arg& __e) : _M_expr(__e) {}
492 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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_after.h 51 _GBase (const _Dom& __e, const valarray<size_t>& __i)
52 : _M_expr (__e), _M_index(__i) {}
96 _GClos (const _Dom& __e, const valarray<size_t>& __i)
97 : _Base (__e, __i) {}
120 _IBase (const _Dom& __e, const valarray<size_t>& __i)
121 : _M_expr (__e), _M_index (__i) {}
143 _IClos (const _Dom& __e, const valarray<size_t>& __i)
144 : _Base (__e, __i) {}
381 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \
387 return _Expr<_Closure, _Value>(_Closure(__e(), __v));
    [all...]
valarray_before.h 410 _FunBase(const _Dom& __e, value_type __f(_Arg))
411 : _M_expr(__e), _M_func(__f) {}
430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
450 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
451 : _Base(__e, __f) {}
476 _UnBase(const _Arg& __e) : _M_expr(__e) {}
495 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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_after.h 51 _GBase (const _Dom& __e, const valarray<size_t>& __i)
52 : _M_expr (__e), _M_index(__i) {}
96 _GClos (const _Dom& __e, const valarray<size_t>& __i)
97 : _Base (__e, __i) {}
120 _IBase (const _Dom& __e, const valarray<size_t>& __i)
121 : _M_expr (__e), _M_index (__i) {}
143 _IClos (const _Dom& __e, const valarray<size_t>& __i)
144 : _Base (__e, __i) {}
381 operator _Op(const _Expr<_Dom,typename _Dom::value_type>& __e, \
387 return _Expr<_Closure, _Value>(_Closure(__e(), __v));
    [all...]
valarray_before.h 410 _FunBase(const _Dom& __e, value_type __f(_Arg))
411 : _M_expr(__e), _M_func(__f) {}
430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
450 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
451 : _Base(__e, __f) {}
476 _UnBase(const _Arg& __e) : _M_expr(__e) {}
495 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
valarray_before.h 407 _FunBase(const _Dom& __e, value_type __f(_Arg))
408 : _M_expr(__e), _M_func(__f) {}
427 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
447 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
448 : _Base(__e, __f) {}
473 _UnBase(const _Arg& __e) : _M_expr(__e) {}
492 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
valarray_before.h 410 _FunBase(const _Dom& __e, value_type __f(_Arg))
411 : _M_expr(__e), _M_func(__f) {}
430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
450 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
451 : _Base(__e, __f) {}
476 _UnBase(const _Arg& __e) : _M_expr(__e) {}
495 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
valarray_before.h 410 _FunBase(const _Dom& __e, value_type __f(_Arg))
411 : _M_expr(__e), _M_func(__f) {}
430 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
450 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
451 : _Base(__e, __f) {}
476 _UnBase(const _Arg& __e) : _M_expr(__e) {}
495 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
valarray_before.h 407 _FunBase(const _Dom& __e, value_type __f(_Arg))
408 : _M_expr(__e), _M_func(__f) {}
427 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
447 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
448 : _Base(__e, __f) {}
473 _UnBase(const _Arg& __e) : _M_expr(__e) {}
492 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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_before.h 407 _FunBase(const _Dom& __e, value_type __f(_Arg))
408 : _M_expr(__e), _M_func(__f) {}
427 _ValFunClos(const _Dom& __e, _Tp __f(_Tp)) : _Base(__e, __f) {}
447 _RefFunClos(const _Dom& __e, _Tp __f(const _Tp&))
448 : _Base(__e, __f) {}
473 _UnBase(const _Arg& __e) : _M_expr(__e) {}
492 _UnClos(const _Arg& __e) : _Base(__e) {}
    [all...]
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...]
  /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); \

Completed in 988 milliseconds

12 3 4 5 6 7