/prebuilts/clang/host/linux-x86/clang-4579689/include/c++/v1/ |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/ |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/ |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/ |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/ |
array | 120 template <class _Tp, size_t _Size> 137 value_type __elems_[_Size > 0 ? _Size : 1]; 141 {_VSTD::fill_n(__elems_, _Size, __u);} 143 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 144 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 151 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 159 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 161 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 183 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/ |
array | 118 template <class _Tp, size_t _Size> 135 value_type __elems_[_Size > 0 ? _Size : 1]; 139 {_VSTD::fill_n(__elems_, _Size, __u);} 141 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 142 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 149 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 157 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 159 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 181 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/ |
array | 118 template <class _Tp, size_t _Size> 135 value_type __elems_[_Size > 0 ? _Size : 1]; 139 {_VSTD::fill_n(__elems_, _Size, __u);} 141 void swap(array& __a) _NOEXCEPT_(_Size == 0 || __is_nothrow_swappable<_Tp>::value) 142 { __swap_dispatch((std::integral_constant<bool, _Size == 0>()), __a); } 149 { _VSTD::swap_ranges(__elems_, __elems_ + _Size, __a.__elems_);} 157 iterator end() _NOEXCEPT {return iterator(__elems_ + _Size);} 159 const_iterator end() const _NOEXCEPT {return const_iterator(__elems_ + _Size);} 181 _LIBCPP_CONSTEXPR size_type size() const _NOEXCEPT {return _Size;} [all...] |
/external/lzma/CPP/7zip/Archive/Common/ |
DummyOutStream.h | 15 UInt64 _size;
member in class:CDummyOutStream 19 void Init() { _size = 0; }
22 UInt64 GetSize() const { return _size; }
|
InStreamWithCRC.h | 22 UInt64 _size;
member in class:CSequentialInStreamWithCRC 29 _size = 0;
35 UInt64 GetSize() const { return _size; }
50 UInt64 _size;
member in class:CInStreamWithCRC 57 _size = 0;
63 UInt64 GetSize() const { return _size; }
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-size/ |
size-10.rd | 2 [0-9a-f]+ +[0-9a-f]+ +R_.*_SIZE(32|64) +.*
|
size-7.rd | 2 [0-9a-f]+ +[0-9a-f]+ +R_.*_SIZE(32|64) +.*
|
size-8.rd | 2 [0-9a-f]+ +[0-9a-f]+ +R_.*_SIZE(32|64) +.*
|
size-9.rd | 2 [0-9a-f]+ +[0-9a-f]+ +R_.*_SIZE(32|64) +.*
|
/external/eigen/bench/btl/actions/ |
action_matrix_matrix_product.hh | 38 Action_matrix_matrix_product( int size ):_size(size) 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_matrix<pseudo_random>(B_stl,_size); 46 init_matrix<null_function>(X_stl,_size); 47 init_matrix<null_function>(resu_stl,_size); 77 Interface::free_matrix(A,_size); 78 Interface::free_matrix(B,_size); 79 Interface::free_matrix(X,_size); 81 Interface::free_matrix(A_ref,_size); 82 Interface::free_matrix(B_ref,_size); 142 int _size; member in class:Action_matrix_matrix_product [all...] |
action_hessenberg.hh | 37 Action_hessenberg( int size ):_size(size) 42 init_matrix<pseudo_random>(X_stl,_size); 44 init_matrix<null_function>(C_stl,_size); 45 init_matrix<null_function>(resu_stl,_size); 53 for (int j=0; j<_size-2; ++j) 55 double r = std::max(0,_size-j-1); 56 double b = std::max(0,_size-j-2); 57 _cost += 6 + 3*b + r*r*4 + r*_size*4; 76 Interface::free_matrix(X_ref,_size); 77 Interface::free_matrix(X,_size); 126 int _size; member in class:Action_hessenberg 229 int _size; member in class:Action_tridiagonalization [all...] |
action_aat_product.hh | 38 Action_aat_product( int size ):_size(size) 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_matrix<null_function>(X_stl,_size); 46 init_matrix<null_function>(resu_stl,_size); 74 Interface::free_matrix(A,_size); 75 Interface::free_matrix(X,_size); 77 Interface::free_matrix(A_ref,_size); 78 Interface::free_matrix(X_ref,_size); 90 return double(_size)*double(_size)*double(_size) 137 int _size; member in class:Action_aat_product [all...] |
action_ata_product.hh | 38 Action_ata_product( int size ):_size(size) 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_matrix<null_function>(X_stl,_size); 46 init_matrix<null_function>(resu_stl,_size); 74 Interface::free_matrix(A,_size); 75 Interface::free_matrix(X,_size); 77 Interface::free_matrix(A_ref,_size); 78 Interface::free_matrix(X_ref,_size); 90 return 2.0*_size*_size*_size 137 int _size; member in class:Action_ata_product [all...] |
action_atv_product.hh | 36 Action_atv_product( int size ) : _size(size) 42 init_matrix<pseudo_random>(A_stl,_size); 43 init_vector<pseudo_random>(B_stl,_size); 44 init_vector<null_function>(X_stl,_size); 45 init_vector<null_function>(resu_stl,_size); 69 Interface::free_matrix(A,_size); 73 Interface::free_matrix(A_ref,_size); 80 double nb_op_base( void ) { return 2.0*_size*_size; } 83 Interface::copy_matrix(A_ref,A,_size); 126 int _size; member in class:Action_atv_product [all...] |
action_symv.hh | 38 BTL_DONT_INLINE Action_symv( int size ):_size(size) 43 init_matrix_symm<pseudo_random>(A_stl,_size); 44 init_vector<pseudo_random>(B_stl,_size); 45 init_vector<null_function>(X_stl,_size); 46 init_vector<null_function>(resu_stl,_size); 68 Interface::free_matrix(A,_size); 71 Interface::free_matrix(A_ref,_size); 84 return 2.0*_size*_size; 89 Interface::copy_matrix(A_ref,A,_size); 134 int _size; member in class:Action_symv [all...] |
action_ger.hh | 32 BTL_DONT_INLINE Action_ger( int size ):_size(size) 38 init_matrix<pseudo_random>(A_stl,_size); 39 init_vector<pseudo_random>(B_stl,_size); 40 init_vector<pseudo_random>(X_stl,_size); 41 init_vector<null_function>(resu_stl,_size); 62 Interface::free_matrix(A,_size); 65 Interface::free_matrix(A_ref,_size); 78 return 2.0*_size*_size; 82 Interface::copy_matrix(A_ref,A,_size); 124 int _size; member in class:Action_ger [all...] |
action_matrix_vector_product.hh | 38 BTL_DONT_INLINE Action_matrix_vector_product( int size ):_size(size) 44 init_matrix<pseudo_random>(A_stl,_size); 45 init_vector<pseudo_random>(B_stl,_size); 46 init_vector<null_function>(X_stl,_size); 47 init_vector<null_function>(resu_stl,_size); 76 Interface::free_matrix(A,_size); 80 Interface::free_matrix(A_ref,_size); 94 return 2.0*_size*_size; 99 Interface::copy_matrix(A_ref,A,_size); 145 int _size; member in class:Action_matrix_vector_product [all...] |
/external/lzma/CPP/Common/ |
DynamicBuffer.h | 9 size_t _size;
member in class:CDynamicBuffer 17 size_t delta = _size >= 64 ? _size : 64;
20 size_t newCap = _size + delta;
23 newCap = _size + size;
33 _size = newCap;
37 CDynamicBuffer(): _items(0), _size(0), _pos(0) {}
44 size_t rem = _size - _pos;
|
MyBuffer.h | 11 size_t _size;
member in class:CBuffer 21 _size = 0;
24 CBuffer(): _items(0), _size(0) {};
25 CBuffer(size_t size): _items(0), _size(0) { _items = new T[size]; _size = size; }
26 CBuffer(const CBuffer &buffer): _items(0), _size(0)
28 size_t size = buffer._size;
33 _size = size;
41 size_t Size() const { return _size; }
45 if (size != _size)
165 unsigned _size; member in class:CObjArray2 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
memory.h | 25 _CRTIMP int __cdecl _memicmp(const void *_Buf1,const void *_Buf2,size_t _Size); 26 _CRTIMP int __cdecl _memicmp_l(const void *_Buf1,const void *_Buf2,size_t _Size,_locale_t _Locale); 27 int __cdecl memcmp(const void *_Buf1,const void *_Buf2,size_t _Size); 28 void * __cdecl memcpy(void * __restrict__ _Dst,const void * __restrict__ _Src,size_t _Size) __MINGW_ATTRIB_DEPRECATED_SEC_WARN; 30 void * __cdecl mempcpy (void *_Dst, const void *_Src, size_t _Size); 31 void * __cdecl memset(void *_Dst,int _Val,size_t _Size); 34 void * __cdecl memccpy(void *_Dst,const void *_Src,int _Val,size_t _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005; 35 int __cdecl memicmp(const void *_Buf1,const void *_Buf2,size_t _Size) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zSpecStream.h | 17 UInt64 _size;
member in class:CSequentialInStreamSizeCount2 21 _size = 0;
26 UInt64 GetSize() const { return _size; }
|