Home
last modified time | relevance | path

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

123

/external/llvm-project/clang/lib/Headers/
Dintrin.h453 size_t __n) { in __movsb()
459 size_t __n) { in __movsd()
467 size_t __n) { in __movsw()
475 size_t __n) { in __stosd()
483 size_t __n) { in __stosw()
492 unsigned long long *__dst, unsigned long long const *__src, size_t __n) { in __movsq()
500 size_t __n) { in __stosq()
D__clang_hip_cmath.h32 __DEVICE__ long long abs(long long __n) { return ::llabs(__n); } in abs()
33 __DEVICE__ long abs(long __n) { return ::labs(__n); } in abs()
102 __DEVICE__ float scalbln(float __x, long int __n) { in scalbln()
/external/llvm-project/pstl/include/pstl/internal/
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 …]
Dglue_memory_impl.h64 uninitialized_copy_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_copy_n()
133 uninitialized_move_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_move_n()
199 uninitialized_fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, const _Tp& __v… in uninitialized_fill_n()
250 destroy_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in destroy_n()
292 uninitialized_default_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_default_construct_n()
344 uninitialized_value_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_value_construct_n()
Dparallel_backend_serial.h39 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()
87 __parallel_strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, … in __parallel_strict_scan()
100 __parallel_transform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce,… in __parallel_transform_scan()
Dparallel_backend_tbb.h360 __parallel_strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, … in __parallel_strict_scan()
400 __parallel_transform_scan(_ExecutionPolicy&&, _Index __n, _Up __u, _Tp __init, _Cp __combine, _Rp _… in __parallel_transform_scan()
547 set_ref_count(int __n) in set_ref_count()
774 auto __n = __last1 - __first1; in operator() local
797 auto __n = __last1 - __first1; in operator() local
817 auto __n = __last - __first; in operator() local
922 const auto __n = __nx + __ny; in merge_ranges() local
1129 const _SizeType __n = _M_xe - _M_xs; in operator() local
1220 const _SizeType __n = (_M_xe - _M_xs) + (_M_ye - _M_ys); in operator() local
1261 const _SizeType __n = (__xe - __xs) + (__ye - __ys); in __parallel_merge() local
/external/llvm-project/libcxx/src/
Dstrstream.cpp36 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init()
51 strstreambuf::strstreambuf(char* __gnext, streamsize __n, char* __pbeg) in strstreambuf()
60 strstreambuf::strstreambuf(const char* __gnext, streamsize __n) in strstreambuf()
69 strstreambuf::strstreambuf(signed char* __gnext, streamsize __n, signed char* __pbeg) in strstreambuf()
78 strstreambuf::strstreambuf(const signed char* __gnext, streamsize __n) in strstreambuf()
87 strstreambuf::strstreambuf(unsigned char* __gnext, streamsize __n, unsigned char* __pbeg) in strstreambuf()
96 strstreambuf::strstreambuf(const unsigned char* __gnext, streamsize __n) in strstreambuf()
/external/libcxx/src/
Dstrstream.cpp37 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init()
52 strstreambuf::strstreambuf(char* __gnext, streamsize __n, char* __pbeg) in strstreambuf()
61 strstreambuf::strstreambuf(const char* __gnext, streamsize __n) in strstreambuf()
70 strstreambuf::strstreambuf(signed char* __gnext, streamsize __n, signed char* __pbeg) in strstreambuf()
79 strstreambuf::strstreambuf(const signed char* __gnext, streamsize __n) in strstreambuf()
88 strstreambuf::strstreambuf(unsigned char* __gnext, streamsize __n, unsigned char* __pbeg) in strstreambuf()
97 strstreambuf::strstreambuf(const unsigned char* __gnext, streamsize __n) in strstreambuf()
/external/llvm-project/libcxx/test/support/
Dconstexpr_char_traits.h62 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare()
86 constexpr_char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a) in find()
99 constexpr_char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n) in move()
119 constexpr_char_traits<_CharT>::copy(char_type* __s1, const char_type* __s2, size_t __n) in copy()
130 constexpr_char_traits<_CharT>::assign(char_type* __s, size_t __n, char_type __a) in assign()
/external/libcxx/test/support/
Dconstexpr_char_traits.hpp63 constexpr_char_traits<_CharT>::compare(const char_type* __s1, const char_type* __s2, size_t __n) in compare()
87 constexpr_char_traits<_CharT>::find(const char_type* __s, size_t __n, const char_type& __a) in find()
100 constexpr_char_traits<_CharT>::move(char_type* __s1, const char_type* __s2, size_t __n) in move()
120 constexpr_char_traits<_CharT>::copy(char_type* __s1, const char_type* __s2, size_t __n) in copy()
131 constexpr_char_traits<_CharT>::assign(char_type* __s, size_t __n, char_type __a) in assign()
/external/libese/libese-sysdeps/
Ddarwin-sysdeps.c22 void *ese_memcpy(void *__dest, const void *__src, uint64_t __n) { in ese_memcpy()
26 void *ese_memset(void *__s, int __c, uint64_t __n) { in ese_memset()
Dandroid-sysdeps.c21 void *ese_memcpy(void *__dest, const void *__src, uint64_t __n) { in ese_memcpy()
25 void *ese_memset(void *__s, int __c, uint64_t __n) { in ese_memset()
/external/libcxx/include/
Dstring.h95 void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} in __libcpp_memchr()
97 const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
99 void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
Dwchar.h165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr()
167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr()
169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
D__bsd_locale_fallbacks.h72 size_t __libcpp_mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n, in __libcpp_mbrtowc_l()
87 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l()
109 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { in __libcpp_snprintf_l()
/external/llvm-project/libcxx/include/
Dstring.h94 void* __libcpp_memchr(const void* __s, int __c, size_t __n) {return (void*)memchr(__s, __c, __n);} in __libcpp_memchr()
96 const void* memchr(const void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
98 void* memchr( void* __s, int __c, size_t __n) {return __libcpp_memchr(__s, __c, __n);} in memchr()
Dwchar.h165 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr()
167 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr()
169 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
D__bsd_locale_fallbacks.h71 size_t __libcpp_mbrtowc_l(wchar_t *__pwc, const char *__s, size_t __n, in __libcpp_mbrtowc_l()
86 size_t __libcpp_mbrlen_l(const char *__s, size_t __n, mbstate_t *__ps, locale_t __l) in __libcpp_mbrlen_l()
108 int __libcpp_snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) { in __libcpp_snprintf_l()
/external/llvm-project/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate()
/external/clang/test/SemaCXX/
DPR12778.cpp4 void* allocate(int __n) { in allocate()
/external/e2fsprogs/intl/
Dlibgnuintl.h.in164 unsigned long int __n)
183 const char *__msgid2, unsigned long int __n)
205 unsigned long int __n, int __category)
/external/llvm-project/libcxx/src/support/solaris/
Dxlocale.cpp27 #define vsnprintf_l(__s, __n, __l, __format, __va) \ argument
30 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l()
/external/libcxx/src/support/solaris/
Dxlocale.cpp28 #define vsnprintf_l(__s, __n, __l, __format, __va) \ argument
31 int snprintf_l(char *__s, size_t __n, locale_t __l, const char *__format, ...) in snprintf_l()
/external/clang/lib/Headers/
Dintrin.h842 __movsb(unsigned char *__dst, unsigned char const *__src, size_t __n) { in __movsb()
847 __movsd(unsigned long *__dst, unsigned long const *__src, size_t __n) { in __movsd()
852 __movsw(unsigned short *__dst, unsigned short const *__src, size_t __n) { in __movsw()
857 __stosb(unsigned char *__dst, unsigned char __x, size_t __n) { in __stosb()
862 __stosd(unsigned long *__dst, unsigned long __x, size_t __n) { in __stosd()
867 __stosw(unsigned short *__dst, unsigned short __x, size_t __n) { in __stosw()
874 __movsq(unsigned long long *__dst, unsigned long long const *__src, size_t __n) { in __movsq()
879 __stosq(unsigned __int64 *__dst, unsigned __int64 __x, size_t __n) { in __stosq()
/external/llvm-project/clang/test/CodeGen/
Dpr9614.c21 …ribute__((__always_inline__, __gnu_inline__)) void *memchr(void *__s, int __c, __SIZE_TYPE__ __n) { in memchr()

123