Home
last modified time | relevance | path

Searched refs:__prev (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/external/xserver/include/
H A Dlist.h476 _type *__prev = _list; \
477 while (__prev->_member && __prev->_member != __e) \
478 __prev = nt_list_next(__prev, _member); \
479 if (__prev->_member) \
480 __prev->_member = __e->_member; \
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dswitch_to.h63 #define __switch_to_aux(__prev, __next) do { } while (0) argument
71 struct task_struct *__prev = (prev); \
74 __switch_to_aux(__prev, __next); \
75 ((last) = __switch_to(__prev, __next)); \
/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 Dexp_integral.tcc128 _Tp __prev = __term; in __expint_E1_asymp() local
130 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp()
330 _Tp __prev = __term; in __expint_Ei_asymp() local
334 if (__term >= __prev) in __expint_Ei_asymp()
416 _Tp __prev = __term; in __expint_asymp() local
418 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp()
452 _Tp __prev = __term; in __expint_large_n() 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 Dexp_integral.tcc128 _Tp __prev = __term; in __expint_E1_asymp() local
130 if (std::abs(__term) > std::abs(__prev)) in __expint_E1_asymp()
330 _Tp __prev = __term; in __expint_Ei_asymp() local
334 if (__term >= __prev) in __expint_Ei_asymp()
416 _Tp __prev = __term; in __expint_asymp() local
418 if (std::abs(__term) > std::abs(__prev)) in __expint_asymp()
452 _Tp __prev = __term; in __expint_large_n() 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/bits/
H A Dstl_tempbuf.h210 _Pointer __prev = __cur; in _GLIBCXX_VISIBILITY() local
212 for(; __cur != __last; ++__cur, ++__prev) in _GLIBCXX_VISIBILITY()
214 _GLIBCXX_MOVE(*__prev)); in _GLIBCXX_VISIBILITY()
215 *__seed = _GLIBCXX_MOVE(*__prev); in _GLIBCXX_VISIBILITY()
H A Dforward_list.h1352 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local
1358 ++__prev; in _GLIBCXX_VISIBILITY()
1363 insert_after(__prev, __first, __last); in _GLIBCXX_VISIBILITY()
1365 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY()
1382 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local
1388 ++__prev; in _GLIBCXX_VISIBILITY()
1393 insert_after(__prev, __n, __val); in _GLIBCXX_VISIBILITY()
1395 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY()
H A Dregex.tcc615 _Position __prev = _M_position; in operator ++() local
629 else if (_M_has_m1 && __prev->suffix().length() != 0) in operator ++()
632 _M_suffix.first = __prev->suffix().first; in operator ++()
633 _M_suffix.second = __prev->suffix().second; in operator ++()
/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 Dstl_tempbuf.h210 _Pointer __prev = __cur; in _GLIBCXX_VISIBILITY() local
212 for(; __cur != __last; ++__cur, ++__prev) in _GLIBCXX_VISIBILITY()
214 _GLIBCXX_MOVE(*__prev)); in _GLIBCXX_VISIBILITY()
215 *__seed = _GLIBCXX_MOVE(*__prev); in _GLIBCXX_VISIBILITY()
H A Dforward_list.h1352 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local
1358 ++__prev; in _GLIBCXX_VISIBILITY()
1363 insert_after(__prev, __first, __last); in _GLIBCXX_VISIBILITY()
1365 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY()
1382 auto __prev = before_begin(); in _GLIBCXX_VISIBILITY() local
1388 ++__prev; in _GLIBCXX_VISIBILITY()
1393 insert_after(__prev, __n, __val); in _GLIBCXX_VISIBILITY()
1395 erase_after(__prev, __end); in _GLIBCXX_VISIBILITY()
H A Dregex.tcc615 _Position __prev = _M_position; in operator ++() local
629 else if (_M_has_m1 && __prev->suffix().length() != 0) in operator ++()
632 _M_suffix.first = __prev->suffix().first; in operator ++()
633 _M_suffix.second = __prev->suffix().second; in operator ++()
/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/tr2/
H A Ddynamic_bitset.tcc143 ::_M_do_find_next(size_t __prev, size_t __not_found) const in _M_do_find_next() argument
146 ++__prev; in _M_do_find_next()
149 if (__prev >= this->_M_w.size() * _S_bits_per_block) in _M_do_find_next()
153 size_t __i = _S_whichword(__prev); in _M_do_find_next()
157 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev); in _M_do_find_next()
/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/tr2/
H A Ddynamic_bitset.tcc143 ::_M_do_find_next(size_t __prev, size_t __not_found) const in _M_do_find_next() argument
146 ++__prev; in _M_do_find_next()
149 if (__prev >= this->_M_w.size() * _S_bits_per_block) in _M_do_find_next()
153 size_t __i = _S_whichword(__prev); in _M_do_find_next()
157 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev); in _M_do_find_next()
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dswitch_to.h30 struct task_struct *__prev = (prev); \
32 __switch_to_fpu(__prev, __next); \
/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/ext/
H A Dslist647 // Moves the element that follows __prev to *this, inserting it
650 splice_after(iterator __pos, iterator __prev)
652 __prev._M_node, __prev._M_node->_M_next); }
755 _Node_base* __prev = &this->_M_head;
760 __prev = __node;
764 _M_insert_after_fill(__prev, __n, __val);
766 this->_M_erase_after(__prev, 0);
776 _Node_base* __prev = &this->_M_head;
781 __prev = __node;
786 _M_insert_after_range(__prev, __first, __last);
[all …]
/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/ext/
H A Dslist647 // Moves the element that follows __prev to *this, inserting it
650 splice_after(iterator __pos, iterator __prev)
652 __prev._M_node, __prev._M_node->_M_next); }
755 _Node_base* __prev = &this->_M_head;
760 __prev = __node;
764 _M_insert_after_fill(__prev, __n, __val);
766 this->_M_erase_after(__prev, 0);
776 _Node_base* __prev = &this->_M_head;
781 __prev = __node;
786 _M_insert_after_range(__prev, __first, __last);
[all …]
/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/experimental/
H A Dio_context499 auto __prev = _M_ops.before_begin();
503 ++__prev;
505 auto __cancelled = __prev;
512 _M_ops.splice_after(__cancelled, _M_ops, __prev);
518 ++__prev;
684 __prev = _M_ops.before_begin(); __it != __end; ++__it, ++__prev)
694 _M_ops.erase_after(__prev);
/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/experimental/
H A Dio_context499 auto __prev = _M_ops.before_begin();
503 ++__prev;
505 auto __cancelled = __prev;
512 _M_ops.splice_after(__cancelled, _M_ops, __prev);
518 ++__prev;
684 __prev = _M_ops.before_begin(); __it != __end; ++__it, ++__prev)
694 _M_ops.erase_after(__prev);
/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 Dthread-shared-types.h51 struct __pthread_internal_list *__prev; member
/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 Dthread-shared-types.h51 struct __pthread_internal_list *__prev; member
/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/
H A Dbitset337 _M_do_find_next(size_t __prev, size_t __not_found) const _GLIBCXX_NOEXCEPT
340 ++__prev;
343 if (__prev >= _Nw * _GLIBCXX_BITSET_BITS_PER_WORD)
347 size_t __i = _S_whichword(__prev);
351 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev);
502 _M_do_find_next(size_t __prev, size_t __not_found) const
505 ++__prev;
506 if (__prev >= ((size_t) _GLIBCXX_BITSET_BITS_PER_WORD))
509 _WordT __x = _M_w >> __prev;
511 return __builtin_ctzl(__x) + __prev;
[all …]
/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/
H A Dbitset337 _M_do_find_next(size_t __prev, size_t __not_found) const _GLIBCXX_NOEXCEPT
340 ++__prev;
343 if (__prev >= _Nw * _GLIBCXX_BITSET_BITS_PER_WORD)
347 size_t __i = _S_whichword(__prev);
351 __thisword &= (~static_cast<_WordT>(0)) << _S_whichbit(__prev);
502 _M_do_find_next(size_t __prev, size_t __not_found) const
505 ++__prev;
506 if (__prev >= ((size_t) _GLIBCXX_BITSET_BITS_PER_WORD))
509 _WordT __x = _M_w >> __prev;
511 return __builtin_ctzl(__x) + __prev;
[all …]
/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/
H A Dsearch.h44 extern void insque (void *__elem, void *__prev) __THROW;
/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/
H A Dsearch.h44 extern void insque (void *__elem, void *__prev) __THROW;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dlist1507 __link_pointer __prev = __e.__ptr_->__prev_;
1509 if (__prev == 0)
1512 __e = iterator(__prev, this);
1514 __e = iterator(__prev);
1573 __link_pointer __prev = __e.__ptr_->__prev_;
1575 if (__prev == 0)
1578 __e = iterator(__prev, this);
1580 __e = iterator(__prev);
1921 __link_pointer __prev = __e.__ptr_->__prev_;
1923 if (__prev == 0)
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dlist1507 __link_pointer __prev = __e.__ptr_->__prev_;
1509 if (__prev == 0)
1512 __e = iterator(__prev, this);
1514 __e = iterator(__prev);
1573 __link_pointer __prev = __e.__ptr_->__prev_;
1575 if (__prev == 0)
1578 __e = iterator(__prev, this);
1580 __e = iterator(__prev);
1921 __link_pointer __prev = __e.__ptr_->__prev_;
1923 if (__prev == 0)
[all …]

12