Home
last modified time | relevance | path

Searched defs:__n (Results 26 – 50 of 168) sorted by relevance

1234567

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dlocale_conv.h131 size_t __n; in _GLIBCXX_VISIBILITY() local
143 size_t __n; in _GLIBCXX_VISIBILITY() local
174 size_t __n; in _GLIBCXX_VISIBILITY() local
186 size_t __n; in _GLIBCXX_VISIBILITY() local
218 size_t __n; in _GLIBCXX_VISIBILITY() local
H A Dostream.tcc92 operator<<(short __n) in operator <<()
106 operator<<(int __n) in operator <<()
183 write(const _CharT* __s, streamsize __n) in write()
H A Dbasic_string.tcc238 _M_construct(size_type __n, _CharT __c) in _M_construct()
335 _M_erase(size_type __pos, size_type __n) in _M_erase()
348 resize(size_type __n, _CharT __c) in resize()
360 _M_append(const _CharT* __s, size_type __n) in _M_append()
477 copy(_CharT* __s, size_type __n, size_type __pos) const in copy()
1234 const size_type __n = __size - __pos; in find() local
1388 compare(size_type __pos, size_type __n, const basic_string& __str) const in compare()
1550 const __size_type __n = __str.max_size(); in getline() local
H A Dhashtable.h873 if (__node_type* __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() local
911 __node_type* __n = static_cast<__node_type*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
1018 __node_base* __n = _M_buckets[__bkt]; in _GLIBCXX_VISIBILITY() local
1891 __node_type* __n = __it._M_cur; in _GLIBCXX_VISIBILITY() local
1948 __node_type* __n = static_cast<__node_type*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
1977 __node_type* __n = static_cast<__node_type*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
2019 __node_type* __n = __first._M_cur; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dlocale_conv.h131 size_t __n; in _GLIBCXX_VISIBILITY() local
143 size_t __n; in _GLIBCXX_VISIBILITY() local
174 size_t __n; in _GLIBCXX_VISIBILITY() local
186 size_t __n; in _GLIBCXX_VISIBILITY() local
218 size_t __n; in _GLIBCXX_VISIBILITY() local
H A Dostream.tcc92 operator<<(short __n) in operator <<()
106 operator<<(int __n) in operator <<()
183 write(const _CharT* __s, streamsize __n) in write()
H A Dbasic_string.tcc238 _M_construct(size_type __n, _CharT __c) in _M_construct()
335 _M_erase(size_type __pos, size_type __n) in _M_erase()
348 resize(size_type __n, _CharT __c) in resize()
360 _M_append(const _CharT* __s, size_type __n) in _M_append()
477 copy(_CharT* __s, size_type __n, size_type __pos) const in copy()
1234 const size_type __n = __size - __pos; in find() local
1388 compare(size_type __pos, size_type __n, const basic_string& __str) const in compare()
1550 const __size_type __n = __str.max_size(); in getline() local
H A Dhashtable.h873 if (__node_type* __n = _M_find_node(__bkt, __k, __code)) in _GLIBCXX_VISIBILITY() local
911 __node_type* __n = static_cast<__node_type*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
1018 __node_base* __n = _M_buckets[__bkt]; in _GLIBCXX_VISIBILITY() local
1891 __node_type* __n = __it._M_cur; in _GLIBCXX_VISIBILITY() local
1948 __node_type* __n = static_cast<__node_type*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
1977 __node_type* __n = static_cast<__node_type*>(__prev_n->_M_nxt); in _GLIBCXX_VISIBILITY() local
2019 __node_type* __n = __first._M_cur; in _GLIBCXX_VISIBILITY() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstdio2.h68 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH()
82 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH()
262 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets()
291 fread (void *__restrict __ptr, size_t __size, size_t __n, in fread()
324 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets_unlocked()
358 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, in fread_unlocked()
H A Dsocket2.h34 recv (int __fd, void *__buf, size_t __n, int __flags) in recv()
66 recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, in recvfrom()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstdio2.h68 __NTH (snprintf (char *__restrict __s, size_t __n, in __NTH()
82 __NTH (vsnprintf (char *__restrict __s, size_t __n, in __NTH()
262 fgets (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets()
291 fread (void *__restrict __ptr, size_t __size, size_t __n, in fread()
324 fgets_unlocked (char *__restrict __s, int __n, FILE *__restrict __stream) in fgets_unlocked()
358 fread_unlocked (void *__restrict __ptr, size_t __size, size_t __n, in fread_unlocked()
H A Dsocket2.h34 recv (int __fd, void *__buf, size_t __n, int __flags) in recv()
66 recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, in recvfrom()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/pstl/
H A Dglue_memory_impl.h57 uninitialized_copy_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_copy_n()
127 uninitialized_move_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_move_n()
193 uninitialized_fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, const _Tp& __v… in uninitialized_fill_n()
241 destroy_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in destroy_n()
281 uninitialized_default_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_default_construct_n()
330 uninitialized_value_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_value_construct_n()
H A Dparallel_backend_serial.h35 …__buffer(std::size_t __n) : __allocator_(), __ptr_(__allocator_.allocate(__n)), __buf_size_(__n) {} in __buffer()
83 __parallel_strict_scan(_ExecutionPolicy&&, _Index __n, _Tp __initial, _Rp __reduce, _Cp __combine, … in __parallel_strict_scan()
96 __parallel_transform_scan(_ExecutionPolicy&&, _Index __n, _UnaryOp, _Tp __init, _BinaryOp, _Reduce,… in __parallel_transform_scan()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/pstl/
H A Dglue_memory_impl.h57 uninitialized_copy_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_copy_n()
127 uninitialized_move_n(_ExecutionPolicy&& __exec, _InputIterator __first, _Size __n, _ForwardIterator… in uninitialized_move_n()
193 uninitialized_fill_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n, const _Tp& __v… in uninitialized_fill_n()
241 destroy_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in destroy_n()
281 uninitialized_default_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_default_construct_n()
330 uninitialized_value_construct_n(_ExecutionPolicy&& __exec, _ForwardIterator __first, _Size __n) in uninitialized_value_construct_n()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dquicksort.h62 _DifferenceType __n = __end - __begin; in __parallel_sort_qs_divide() local
115 _DifferenceType __n = __end - __begin, __pivot_rank; in __parallel_sort_qs_conquer() local
164 _DifferenceType __n = __end - __begin; in __parallel_sort_qs() local
H A Dcompiletime_settings.h44 #define _GLIBCXX_CALL(__n) argument
47 #define _GLIBCXX_CALL(__n) \ argument
H A Dequally_split.h48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, in __equally_split()
75 __equally_split_point(_DifferenceType __n, in __equally_split_point()
H A Dbalanced_quicksort.h118 _DifferenceType __n = __end - __begin; in __qsb_divide() local
184 _DifferenceType __n = __end - __begin; in __qsb_conquer() local
281 _DifferenceType __n = __end - __begin; in __qsb_local_sort_with_helping() local
445 _DifferenceType __n = __end - __begin; in __parallel_sort_qsb() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dquicksort.h62 _DifferenceType __n = __end - __begin; in __parallel_sort_qs_divide() local
115 _DifferenceType __n = __end - __begin, __pivot_rank; in __parallel_sort_qs_conquer() local
164 _DifferenceType __n = __end - __begin; in __parallel_sort_qs() local
H A Dcompiletime_settings.h44 #define _GLIBCXX_CALL(__n) argument
47 #define _GLIBCXX_CALL(__n) \ argument
H A Dequally_split.h48 __equally_split(_DifferenceType __n, _ThreadIndex __num_threads, in __equally_split()
75 __equally_split_point(_DifferenceType __n, in __equally_split_point()
H A Dbalanced_quicksort.h118 _DifferenceType __n = __end - __begin; in __qsb_divide() local
184 _DifferenceType __n = __end - __begin; in __qsb_conquer() local
281 _DifferenceType __n = __end - __begin; in __qsb_local_sort_with_helping() local
445 _DifferenceType __n = __end - __begin; in __parallel_sort_qsb() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/
H A Dpoly_hermite.tcc74 __poly_hermite_recursion(unsigned int __n, _Tp __x) in __poly_hermite_recursion()
116 __poly_hermite(unsigned int __n, _Tp __x) in __poly_hermite()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/
H A Dpoly_hermite.tcc74 __poly_hermite_recursion(unsigned int __n, _Tp __x) in __poly_hermite_recursion()
116 __poly_hermite(unsigned int __n, _Tp __x) in __poly_hermite()

1234567