HomeSort by relevance Sort by last modified time
    Searched refs:_Array (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/mdnsresponder/mDNSWindows/DLL.NET/
Stdafx.h 25 # define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0]))
  /external/mdnsresponder/mDNSWindows/ControlPanel/
stdafx.h 49 # define _WSPIAPI_COUNTOF(_Array) (sizeof(_Array) / sizeof(_Array[0]))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
gslice_array.h 124 _Array<_Tp> _M_array;
129 gslice_array(_Array<_Tp>, const valarray<size_t>&);
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
152 _M_array, _Array<size_t>(_M_index));
160 std::__valarray_fill(_M_array, _Array<size_t>(_M_index),
168 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
169 _M_array, _Array<size_t>(_M_index));
178 _Array<size_t>(_M_index))
    [all...]
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
indirect_array.h 128 indirect_array(_Array<_Tp>, size_t, _Array<size_t>);
134 const _Array<size_t> _M_index;
135 const _Array<_Tp> _M_array;
148 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
149 _Array<size_t> __i)
169 { std::__valarray_copy(_Array<_Tp>(__v), _M_sz, _M_array, _M_index); }
183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \
mask_array.h 127 mask_array(_Array<_Tp>, size_t, _Array<bool>);
131 const _Array<bool> _M_mask;
132 const _Array<_Tp> _M_array;
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
164 { std::__valarray_copy(_Array<_Tp>(__v), __v.size(), _M_array, _M_mask); }
179 _Array<_Tp>(__v), __v.size()); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
gslice_array.h 124 _Array<_Tp> _M_array;
129 gslice_array(_Array<_Tp>, const valarray<size_t>&);
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
152 _M_array, _Array<size_t>(_M_index));
160 std::__valarray_fill(_M_array, _Array<size_t>(_M_index),
168 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
169 _M_array, _Array<size_t>(_M_index));
178 _Array<size_t>(_M_index))
    [all...]
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
indirect_array.h 128 indirect_array(_Array<_Tp>, size_t, _Array<size_t>);
134 const _Array<size_t> _M_index;
135 const _Array<_Tp> _M_array;
148 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
149 _Array<size_t> __i)
169 { std::__valarray_copy(_Array<_Tp>(__v), _M_sz, _M_array, _M_index); }
183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \
mask_array.h 127 mask_array(_Array<_Tp>, size_t, _Array<bool>);
131 const _Array<bool> _M_mask;
132 const _Array<_Tp> _M_array;
144 mask_array<_Tp>::mask_array(_Array<_Tp> __a, size_t __s, _Array<bool> __m)
164 { std::__valarray_copy(_Array<_Tp>(__v), __v.size(), _M_array, _M_mask); }
179 _Array<_Tp>(__v), __v.size()); \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
gslice_array.h 124 _Array<_Tp> _M_array;
129 gslice_array(_Array<_Tp>, const valarray<size_t>&);
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
152 _M_array, _Array<size_t>(_M_index));
160 std::__valarray_fill(_M_array, _Array<size_t>(_M_index),
168 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
169 _M_array, _Array<size_t>(_M_index));
178 _Array<size_t>(_M_index))
    [all...]
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
indirect_array.h 128 indirect_array(_Array<_Tp>, size_t, _Array<size_t>);
134 const _Array<size_t> _M_index;
135 const _Array<_Tp> _M_array;
148 indirect_array<_Tp>::indirect_array(_Array<_Tp> __a, size_t __s,
149 _Array<size_t> __i)
169 { std::__valarray_copy(_Array<_Tp>(__v), _M_sz, _M_array, _M_index); }
183 _Array_augmented_##_Name(_M_array, _M_index, _Array<_Tp>(__v), _M_sz); \
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
gslice_array.h 124 _Array<_Tp> _M_array;
129 gslice_array(_Array<_Tp>, const valarray<size_t>&);
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
152 _M_array, _Array<size_t>(_M_index));
160 std::__valarray_fill(_M_array, _Array<size_t>(_M_index),
168 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
169 _M_array, _Array<size_t>(_M_index));
178 _Array<size_t>(_M_index))
    [all...]
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
gslice_array.h 124 _Array<_Tp> _M_array;
129 gslice_array(_Array<_Tp>, const valarray<size_t>&);
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
152 _M_array, _Array<size_t>(_M_index));
160 std::__valarray_fill(_M_array, _Array<size_t>(_M_index),
168 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
169 _M_array, _Array<size_t>(_M_index));
178 _Array<size_t>(_M_index))
    [all...]
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
gslice_array.h 124 _Array<_Tp> _M_array;
129 gslice_array(_Array<_Tp>, const valarray<size_t>&);
137 gslice_array<_Tp>::gslice_array(_Array<_Tp> __a,
150 std::__valarray_copy(_Array<_Tp>(__a._M_array),
151 _Array<size_t>(__a._M_index), _M_index.size(),
152 _M_array, _Array<size_t>(_M_index));
160 std::__valarray_fill(_M_array, _Array<size_t>(_M_index),
168 std::__valarray_copy(_Array<_Tp>(__v), __v.size(),
169 _M_array, _Array<size_t>(_M_index));
178 _Array<size_t>(_M_index))
    [all...]
valarray_array.h 1 // The template and inlines for the -*- C++ -*- internal _Array helper class.
399 // Helper class _Array, first layer of valarray abstraction.
405 struct _Array
407 explicit _Array(size_t);
408 explicit _Array(_Tp* const __restrict__);
409 explicit _Array(const valarray<_Tp>&);
410 _Array(const _Tp* __restrict__, size_t);
421 __valarray_copy_construct(_Array<_Tp> __a, _Array<size_t> __i,
422 _Array<_Tp> __b, size_t __n
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
116 typedef _Array array_type;
129 template<typename _Tp1, typename _Array1 = _Array>
157 template<typename _Tp, typename _Array>
159 operator==(const array_allocator<_Tp, _Array>&,
160 const array_allocator<_Tp, _Array>&)
163 template<typename _Tp, typename _Array>
165 operator!=(const array_allocator<_Tp, _Array>&,
166 const array_allocator<_Tp, _Array>&)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
array_allocator.h 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
116 typedef _Array array_type;
129 template<typename _Tp1, typename _Array1 = _Array>
157 template<typename _Tp, typename _Array>
159 operator==(const array_allocator<_Tp, _Array>&,
160 const array_allocator<_Tp, _Array>&)
163 template<typename _Tp, typename _Array>
165 operator!=(const array_allocator<_Tp, _Array>&,
166 const array_allocator<_Tp, _Array>&)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
array_allocator.h 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
116 typedef _Array array_type;
129 template<typename _Tp1, typename _Array1 = _Array>
157 template<typename _Tp, typename _Array>
159 operator==(const array_allocator<_Tp, _Array>&,
160 const array_allocator<_Tp, _Array>&)
163 template<typename _Tp, typename _Array>
165 operator!=(const array_allocator<_Tp, _Array>&,
166 const array_allocator<_Tp, _Array>&)
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
116 typedef _Array array_type;
129 template<typename _Tp1, typename _Array1 = _Array>
159 template<typename _Tp, typename _Array>
161 operator==(const array_allocator<_Tp, _Array>&,
162 const array_allocator<_Tp, _Array>&)
165 template<typename _Tp, typename _Array>
167 operator!=(const array_allocator<_Tp, _Array>&,
168 const array_allocator<_Tp, _Array>&)
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
116 typedef _Array array_type;
129 template<typename _Tp1, typename _Array1 = _Array>
159 template<typename _Tp, typename _Array>
161 operator==(const array_allocator<_Tp, _Array>&,
162 const array_allocator<_Tp, _Array>&)
165 template<typename _Tp, typename _Array>
167 operator!=(const array_allocator<_Tp, _Array>&,
168 const array_allocator<_Tp, _Array>&)
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
array_allocator.h 105 template<typename _Tp, typename _Array = std::tr1::array<_Tp, 1> >
116 typedef _Array array_type;
129 template<typename _Tp1, typename _Array1 = _Array>
159 template<typename _Tp, typename _Array>
161 operator==(const array_allocator<_Tp, _Array>&,
162 const array_allocator<_Tp, _Array>&)
165 template<typename _Tp, typename _Array>
167 operator!=(const array_allocator<_Tp, _Array>&,
168 const array_allocator<_Tp, _Array>&)

Completed in 1047 milliseconds

1 2 3