| /external/liburing/src/arch/aarch64/ |
| D | syscall.h | 21 #define __do_syscall0(__n) ({ \ argument 28 #define __do_syscall1(__n, __a) ({ \ argument 35 #define __do_syscall2(__n, __a, __b) ({ \ argument 43 #define __do_syscall3(__n, __a, __b, __c) ({ \ argument 52 #define __do_syscall4(__n, __a, __b, __c, __d) ({ \ argument 62 #define __do_syscall5(__n, __a, __b, __c, __d, __e) ({ \ argument 74 #define __do_syscall6(__n, __a, __b, __c, __d, __e, __f) ({ \ argument
|
| /external/musl/arch/x86_64/bits/ |
| D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() 72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl()
|
| /external/musl/arch/i386/bits/ |
| D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() 72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl()
|
| /external/musl/arch/x32/bits/ |
| D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() 72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__format/ |
| D | buffer.h | 102 size_t __n = __str.size(); in __copy() local 132 size_t __n = static_cast<size_t>(__last - __first); in __transform() local 154 _LIBCPP_HIDE_FROM_ABI void __fill(size_t __n, _CharT __value) { in __fill() 219 _LIBCPP_HIDE_FROM_ABI void __flush_on_overflow(size_t __n) { in __flush_on_overflow() 265 _LIBCPP_HIDE_FROM_ABI void __flush(_CharT*, size_t __n) { in __flush() 284 _LIBCPP_HIDE_FROM_ABI void __flush(_CharT* __ptr, size_t __n) { in __flush()
|
| /external/cronet/buildtools/third_party/libc++/trunk/src/ |
| D | strstream.cpp | 39 strstreambuf::__init(char* __gnext, streamsize __n, char* __pbeg) in __init() 54 strstreambuf::strstreambuf(char* __gnext, streamsize __n, char* __pbeg) in strstreambuf() 63 strstreambuf::strstreambuf(const char* __gnext, streamsize __n) in strstreambuf() 72 strstreambuf::strstreambuf(signed char* __gnext, streamsize __n, signed char* __pbeg) in strstreambuf() 81 strstreambuf::strstreambuf(const signed char* __gnext, streamsize __n) in strstreambuf() 90 strstreambuf::strstreambuf(unsigned char* __gnext, streamsize __n, unsigned char* __pbeg) in strstreambuf() 99 strstreambuf::strstreambuf(const unsigned char* __gnext, streamsize __n) in strstreambuf()
|
| /external/libcxx/src/ |
| D | strstream.cpp | 37 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/cronet/buildtools/third_party/libc++/trunk/include/__memory/ |
| D | uninitialized_algorithms.h | 90 __uninitialized_copy_n(_InputIterator __ifirst, _Size __n, in __uninitialized_copy_n() 109 …ine _LIBCPP_HIDE_FROM_ABI _ForwardIterator uninitialized_copy_n(_InputIterator __ifirst, _Size __n, in uninitialized_copy_n() 154 _ForwardIterator __uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) in __uninitialized_fill_n() 177 _ForwardIterator uninitialized_fill_n(_ForwardIterator __first, _Size __n, const _Tp& __x) in uninitialized_fill_n() 218 _ForwardIterator __uninitialized_default_construct_n(_ForwardIterator __first, _Size __n) { in __uninitialized_default_construct_n() 237 _ForwardIterator uninitialized_default_construct_n(_ForwardIterator __first, _Size __n) { in uninitialized_default_construct_n() 275 _ForwardIterator __uninitialized_value_construct_n(_ForwardIterator __first, _Size __n) { in __uninitialized_value_construct_n() 294 _ForwardIterator uninitialized_value_construct_n(_ForwardIterator __first, _Size __n) { in uninitialized_value_construct_n() 338 __uninitialized_move_n(_InputIterator __ifirst, _Size __n, in __uninitialized_move_n() 358 uninitialized_move_n(_InputIterator __ifirst, _Size __n, _ForwardIterator __ofirst) { in uninitialized_move_n() [all …]
|
| D | allocate_at_least.h | 32 …result<typename allocator_traits<_Alloc>::pointer> allocate_at_least(_Alloc& __alloc, size_t __n) { in allocate_at_least() 42 auto __allocate_at_least(_Alloc& __alloc, size_t __n) { in __allocate_at_least()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__iterator/ |
| D | advance.h | 36 void __advance(_InputIter& __i, typename iterator_traits<_InputIter>::difference_type __n, input_it… in __advance() 43 void __advance(_BiDirIter& __i, typename iterator_traits<_BiDirIter>::difference_type __n, bidirect… in __advance() 54 void __advance(_RandIter& __i, typename iterator_traits<_RandIter>::difference_type __n, random_acc… in __advance() 65 _Difference __n = static_cast<_Difference>(_VSTD::__convert_to_integral(__orig_n)); in advance() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/ |
| D | sample.h | 37 _Distance __n, in __sample() 59 _Distance __n, in __sample() 79 _Distance __n, _UniformRandomNumberGenerator& __g) { in __sample() 97 _Distance __n, _UniformRandomNumberGenerator&& __g) { in sample()
|
| D | fill_n.h | 27 __fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) in __fill_n() 37 fill_n(_OutputIterator __first, _Size __n, const _Tp& __value) in fill_n()
|
| D | copy_n.h | 35 _IntegralSize __n = __orig_n; in copy_n() local 61 _IntegralSize __n = __orig_n; in copy_n() local
|
| D | copy_move_common.h | 63 const size_t __n = static_cast<size_t>(__last - __first); in __copy_trivial_impl() local 72 const size_t __n = static_cast<size_t>(__last - __first); in __copy_backward_trivial_impl() local
|
| /external/libcxx/test/support/ |
| D | constexpr_char_traits.hpp | 63 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/cronet/buildtools/third_party/libc++/trunk/include/__random/ |
| D | chi_squared_distribution.h | 40 explicit param_type(result_type __n = 1) : __n_(__n) {} in __n_() argument 62 explicit chi_squared_distribution(result_type __n) in chi_squared_distribution() 133 result_type __n; variable
|
| D | student_t_distribution.h | 43 explicit param_type(result_type __n = 1) : __n_(__n) {} in __n_() argument 66 explicit student_t_distribution(result_type __n) in student_t_distribution() 145 result_type __n; variable
|
| D | fisher_f_distribution.h | 68 : __p_(param_type(__m, __n)) {} in __p_() argument 152 result_type __n; variable
|
| /external/libese/libese-sysdeps/ |
| D | darwin-sysdeps.c | 22 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()
|
| D | android-sysdeps.c | 21 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/cronet/buildtools/third_party/libc++/trunk/include/__ranges/ |
| D | subrange.h | 103 make_unsigned_t<iter_difference_t<_Iter>> __n) in subrange() 136 constexpr subrange(_Range&& __range, make_unsigned_t<iter_difference_t<_Iter>> __n) in subrange() 198 constexpr subrange& advance(iter_difference_t<_Iter> __n) { in advance()
|
| /external/libcxx/include/ |
| D | string.h | 95 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()
|
| D | wchar.h | 165 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()
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | wchar.h | 171 wchar_t* __libcpp_wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return (wchar_t*)wmemchr(__… in __libcpp_wmemchr() 173 const wchar_t* wmemchr(const wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, _… in wmemchr() 175 …wchar_t* wmemchr( wchar_t* __s, wchar_t __c, size_t __n) {return __libcpp_wmemchr(__s, __c, _… in wmemchr()
|
| D | string.h | 95 …HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD const void* memchr(const void* __s, int __c, size_t __n) { in memchr() 98 inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_PREFERRED_OVERLOAD void* memchr(void* __s, int __c, size_t __n… in memchr()
|