Home
last modified time | relevance | path

Searched defs:__n (Results 1 – 25 of 80) sorted by relevance

1234

/llvm-project/pstl/include/pstl/internal/
H A Dunseq_backend_simd.h33 __simd_walk_1(_Iterator __first, _DifferenceType __n, _Function __f) noexcept in __simd_walk_1()
44 __simd_walk_2(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Function __f) noexcept in __simd_walk_2()
54 __simd_walk_3(_Iterator1 __first1, _DifferenceType __n, _Iterator2 __first2, _Iterator3 __first3, in __simd_walk_3()
66 __simd_or(_Index __first, _DifferenceType __n, _Pred __pred) noexcept in __simd_or()
166 __simd_first(_Index1 __first1, _DifferenceType __n, _Index2 __first2, _Pred __pred) noexcept in __simd_first()
220 __simd_count(_Index __index, _DifferenceType __n, _Pred __pred) noexcept in __simd_count()
233 __simd_unique_copy(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, in __simd_unique_copy()
257 __simd_assign(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _Assigner __as… in __simd_assign()
268 __simd_copy_if(_InputIterator __first, _DifferenceType __n, _OutputIterator __result, _UnaryPredica… in __simd_copy_if()
287 __simd_calc_mask_2(_InputIterator __first, _DifferenceType __n, bool* __mask, _BinaryPredicate __pr… in __simd_calc_mask_2()
[all …]
H A Dglue_memory_impl.h61 uninitialized_copy_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_copy_n()
125 uninitialized_move_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_move_n()
186 uninitialized_fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, const _Tp& __v… in uninitialized_fill_n()
234 destroy_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in destroy_n()
273 uninitialized_default_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_default_construct_n()
322 uninitialized_value_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_value_construct_n()
/llvm-project/clang/lib/Headers/
H A Dintrin.h243 size_t __n) { in __movsb() argument
260 size_t __n) { in __movsd() argument
277 size_t __n) { in __movsw() argument
294 size_t __n) { in __stosd() argument
302 __stosw(unsigned short * __dst,unsigned short __x,size_t __n) __stosw() argument
311 __movsq(unsigned long long * __dst,unsigned long long const * __src,size_t __n) __movsq() argument
319 __stosq(unsigned __int64 * __dst,unsigned __int64 __x,size_t __n) __stosq() argument
[all...]
/llvm-project/libcxx/include/__algorithm/
H A Dfill_n.h70 if (__n > argument
36 __fill_n_bool(__bit_iterator<_Cp,false> __first,typename _Cp::size_type __n) __fill_n_bool() argument
82 __fill_n(_OutputIterator __first,_Size __n,const _Tp & __value) __fill_n() argument
90 fill_n(_OutputIterator __first,_Size __n,const _Tp & __value) fill_n() argument
[all...]
H A Dsample.h41 _Distance __n, in __sample()
66 _Distance __n, in __sample()
90 _Distance __n, in __sample()
108 _Distance __n, in sample()
H A Dcopy_n.h33 _IntegralSize __n = __orig_n; in copy_n() local
54 _IntegralSize __n = __orig_n; in copy_n() local
H A Dcopy_move_common.h73 __result -= __n; in __copy_backward_trivial_impl() local
63 const size_t __n = static_cast<size_t>(__last - __first); __copy_trivial_impl() local
H A Dshift_left.h31 typename iterator_traits<_ForwardIterator>::difference_type __n) { in shift_left()
/llvm-project/libcxx/include/__format/
H A Dbuffer.h107 size_t __n = __str.size(); __copy() local
139 size_t __n = static_cast<size_t>(__last - __first); __transform() local
161 __fill(size_t __n,_CharT __value) __fill() argument
226 __flush_on_overflow(size_t __n) __flush_on_overflow() argument
271 __flush(_CharT *,size_t __n) __flush() argument
289 __flush(_CharT * __ptr,size_t __n) __flush() argument
[all...]
H A Dformatter_output.h159 __fill(_OutIt __out_it,size_t __n,_CharT __value) __fill() argument
188 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
200 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
206 __fill(_OutIt __out_it,size_t __n,__format_spec::__code_point<_CharT> __value) __fill() argument
[all...]
/llvm-project/libcxx/include/__iterator/
H A Dadvance.h39 __advance(_InputIter& __i, typename iterator_traits<_InputIter>::difference_type __n, input_iterator_tag) { in __advance() argument
46 __advance(_BiDirIter& __i, typename iterator_traits<_BiDirIter>::difference_type __n, bidirectional_iterator_tag) { in __advance() argument
57 __advance(_RandIter& __i, typename iterator_traits<_RandIter>::difference_type __n, random_access_iterator_ta argument
67 _Difference __n = static_cast<_Difference>(std::__convert_to_integral(__orig_n)); advance() local
[all...]
/llvm-project/libcxx/src/
H A Dstrstream.cpp28 void strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) { in __init()
41 strstreambuf::strstreambuf(char* __gnext, streamsize __n, char* __pbeg) in strstreambuf()
46 strstreambuf::strstreambuf(const char* __gnext, streamsize __n) in strstreambuf()
51 strstreambuf::strstreambuf(signed char* __gnext, streamsize __n, signed char* __pbeg) in strstreambuf()
56 strstreambuf::strstreambuf(const signed char* __gnext, streamsize __n) in strstreambuf()
61 strstreambuf::strstreambuf(unsigned char* __gnext, streamsize __n, unsigned char* __pbeg) in strstreambuf()
66 strstreambuf::strstreambuf(const unsigned char* __gnext, streamsize __n) in strstreambuf()
/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h90 __uninitialized_copy_n(_InputIterator __ifirst,_Size __n,_ForwardIterator __ofirst,_EndPredicate __stop_copying) __uninitialized_copy_n() argument
109 uninitialized_copy_n(_InputIterator __ifirst,_Size __n,_ForwardIterator __ofirst) uninitialized_copy_n() argument
148 __uninitialized_fill_n(_ForwardIterator __first,_Size __n,const _Tp & __x) __uninitialized_fill_n() argument
167 uninitialized_fill_n(_ForwardIterator __first,_Size __n,const _Tp & __x) uninitialized_fill_n() argument
204 __uninitialized_default_construct_n(_ForwardIterator __first,_Size __n) __uninitialized_default_construct_n() argument
222 uninitialized_default_construct_n(_ForwardIterator __first,_Size __n) uninitialized_default_construct_n() argument
257 __uninitialized_value_construct_n(_ForwardIterator __first,_Size __n) __uninitialized_value_construct_n() argument
275 uninitialized_value_construct_n(_ForwardIterator __first,_Size __n) uninitialized_value_construct_n() argument
331 __uninitialized_move_n(_InputIterator __ifirst,_Size __n,_ForwardIterator __ofirst,_EndPredicate __stop_moving,_IterMove __iter_move) __uninitialized_move_n() argument
350 uninitialized_move_n(_InputIterator __ifirst,_Size __n,_ForwardIterator __ofirst) uninitialized_move_n() argument
479 __uninitialized_allocator_fill_n_multidimensional(_Alloc & __alloc,_BidirIter __it,_Size __n,_Tp const & __value) __uninitialized_allocator_fill_n_multidimensional() argument
497 __uninitialized_allocator_value_construct_n_multidimensional(_Alloc & __alloc,_BidirIter __it,_Size __n) __uninitialized_allocator_value_construct_n_multidimensional() argument
[all...]
H A Dallocate_at_least.h25 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr auto __allocate_at_least(_Alloc& __alloc, size_t __n) { in __allocate_at_least() argument
/llvm-project/libcxx/include/__random/
H A Dchi_squared_distribution.h42 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __n = 1) : __n_(__n) {} in __n_() argument
59 …_LIBCPP_HIDE_FROM_ABI explicit chi_squared_distribution(result_type __n) : __p_(param_type(__n)) {} in chi_squared_distribution()
114 result_type __n; variable
H A Dstudent_t_distribution.h44 _LIBCPP_HIDE_FROM_ABI explicit param_type(result_type __n = 1) : __n_(__n) {} in __n_() argument
62 _LIBCPP_HIDE_FROM_ABI explicit student_t_distribution(result_type __n) : __p_(param_type(__n)) {} in student_t_distribution()
121 result_type __n; variable
H A Dfisher_f_distribution.h62 : __p_(param_type(__m, __n)) {} in __p_() argument
127 result_type __n; variable
/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h210 size_t __count = static_cast<size_t>(__n); in __constexpr_memmove() argument
72 __constexpr_memcmp(const _Tp * __lhs,const _Up * __rhs,__element_count __n) __constexpr_memcmp() argument
105 __constexpr_memcmp_equal(const _Tp * __lhs,const _Up * __rhs,__element_count __n) __constexpr_memcmp_equal() argument
/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dtransform.h35 __simd_transform(_Iterator1 __first1,_DifferenceType __n,_Iterator2 __first2,_Function __f) __simd_transform() argument
44 __simd_transform(_Iterator1 __first1,_DifferenceType __n,_Iterator2 __first2,_Iterator3 __first3,_Function __f) __simd_transform() argument
H A Dtransform_reduce.h47 __simd_transform_reduce(_DifferenceType __n, _Tp __init, _BinaryOperation, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
64 __simd_transform_reduce(_Size __n, _Tp __init, _BinaryOperation __binary_op, _UnaryOperation __f) noexcept { in __simd_transform_reduce() argument
/llvm-project/libcxx/include/__ranges/
H A Dsubrange.h99 subrange(__convertible_to_non_slicing<_Iter> auto __iter,_Sent __sent,make_unsigned_t<iter_difference_t<_Iter>> __n) subrange() argument
124 subrange(_Range && __range,make_unsigned_t<iter_difference_t<_Iter>> __n) subrange() argument
179 advance(iter_difference_t<_Iter> __n) advance() argument
[all...]
H A Dtake_view.h150 return ranges::min(__n, static_cast<decltype(__n)>(__count_)); in size() local
157 return ranges::min(__n, static_cast<decltype(__n)>(__count_)); in size() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A DPR12778.cpp4 void* allocate(int __n) { in allocate()
/llvm-project/libcxx/include/
H A Dwchar.h189 __libcpp_wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) __libcpp_wmemchr() argument
193 wmemchr(const wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument
196 wmemchr(wchar_t * __s,wchar_t __c,size_t __n) wmemchr() argument
H A Dstring.h94 memchr(const void * __s,int __c,size_t __n) memchr() argument
97 memchr(void * __s,int __c,size_t __n) memchr() argument

1234