Home
last modified time | relevance | path

Searched refs:__next (Results 1 – 25 of 74) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Du_f.h20 #define vla_group(groupname) size_t groupname##__next = 0
21 #define vla_group_size(groupname) groupname##__next
26 if (groupname##__next != SIZE_MAX) { \
29 offset = (groupname##__next + align_mask) & \
32 &groupname##__next)) { \
33 groupname##__next = SIZE_MAX; \
44 if (groupname##__next != SIZE_MAX) { \
46 offset = (groupname##__next + align_mask) & \
49 &groupname##__next)) { \
50 groupname##__next = SIZE_MAX; \
/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 Dlist.tcc340 iterator __next = __first; in remove() local
341 ++__next; in remove()
355 __first = __next; in remove()
375 iterator __next = __first; in unique() local
376 while (++__next != __last) in unique()
378 if (*__first == *__next) in unique()
380 _M_erase(__next); in unique()
384 __first = __next; in unique()
385 __next = __first; in unique()
414 iterator __next = __first2; in merge()
[all …]
H A Dlocale_conv.h67 auto __next = __first; in _GLIBCXX_VISIBILITY() local
73 __outstr.resize(__outstr.size() + (__last - __next) * __maxlen); in _GLIBCXX_VISIBILITY()
76 __result = (__cvt.*__fn)(__state, __next, __last, __next, in _GLIBCXX_VISIBILITY()
80 while (__result == codecvt_base::partial && __next != __last in _GLIBCXX_VISIBILITY()
85 __count = __next - __first; in _GLIBCXX_VISIBILITY()
101 __count = __next - __first; in _GLIBCXX_VISIBILITY()
570 const _Elem* __next = __first; in _GLIBCXX_VISIBILITY() local
574 __start = __next; in _GLIBCXX_VISIBILITY()
577 auto __result = _M_cvt->out(_M_state, __next, __last, __next, in _GLIBCXX_VISIBILITY()
582 return _M_put(__next, __pending); in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.tcc406 auto __next = std::find(__fmt_first, __fmt_last, '$'); in format() local
407 if (__next == __fmt_last) in format()
410 __out = std::copy(__fmt_first, __next, __out); in format()
414 if (*__next == __ch) in format()
416 ++__next; in format()
422 if (++__next == __fmt_last) in format()
440 else if (__fctyp.is(__ctype_type::digit, *__next)) in format()
442 long __num = __traits.value(*__next, 10); in format()
443 if (++__next != __fmt_last in format()
444 && __fctyp.is(__ctype_type::digit, *__next)) in format()
[all …]
H A Dparse_numbers.h164 using __next = typename _Power_help<_Base, _Digs...>::type; in _GLIBCXX_VISIBILITY()
167 = __ull_constant<__next::value * (__valid_digit{} ? _Base : 1ULL)>; in _GLIBCXX_VISIBILITY()
192 using __next = _Number_help<_Base, in _GLIBCXX_VISIBILITY()
195 using type = __ull_constant<_Pow * __digit::value + __next::type::value>; in _GLIBCXX_VISIBILITY()
H A Dregex_automaton.h244 _M_insert_alt(_StateIdT __next, _StateIdT __alt, in _GLIBCXX_VISIBILITY()
250 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
256 _M_insert_repeat(_StateIdT __next, _StateIdT __alt, bool __neg) in _GLIBCXX_VISIBILITY()
261 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
/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 Dlist.tcc340 iterator __next = __first; in remove() local
341 ++__next; in remove()
355 __first = __next; in remove()
375 iterator __next = __first; in unique() local
376 while (++__next != __last) in unique()
378 if (*__first == *__next) in unique()
380 _M_erase(__next); in unique()
384 __first = __next; in unique()
385 __next = __first; in unique()
414 iterator __next = __first2; in merge()
[all …]
H A Dlocale_conv.h67 auto __next = __first; in _GLIBCXX_VISIBILITY() local
73 __outstr.resize(__outstr.size() + (__last - __next) * __maxlen); in _GLIBCXX_VISIBILITY()
76 __result = (__cvt.*__fn)(__state, __next, __last, __next, in _GLIBCXX_VISIBILITY()
80 while (__result == codecvt_base::partial && __next != __last in _GLIBCXX_VISIBILITY()
85 __count = __next - __first; in _GLIBCXX_VISIBILITY()
101 __count = __next - __first; in _GLIBCXX_VISIBILITY()
570 const _Elem* __next = __first; in _GLIBCXX_VISIBILITY() local
574 __start = __next; in _GLIBCXX_VISIBILITY()
577 auto __result = _M_cvt->out(_M_state, __next, __last, __next, in _GLIBCXX_VISIBILITY()
582 return _M_put(__next, __pending); in _GLIBCXX_VISIBILITY()
[all …]
H A Dregex.tcc406 auto __next = std::find(__fmt_first, __fmt_last, '$'); in format() local
407 if (__next == __fmt_last) in format()
410 __out = std::copy(__fmt_first, __next, __out); in format()
414 if (*__next == __ch) in format()
416 ++__next; in format()
422 if (++__next == __fmt_last) in format()
440 else if (__fctyp.is(__ctype_type::digit, *__next)) in format()
442 long __num = __traits.value(*__next, 10); in format()
443 if (++__next != __fmt_last in format()
444 && __fctyp.is(__ctype_type::digit, *__next)) in format()
[all …]
H A Dparse_numbers.h164 using __next = typename _Power_help<_Base, _Digs...>::type; in _GLIBCXX_VISIBILITY()
167 = __ull_constant<__next::value * (__valid_digit{} ? _Base : 1ULL)>; in _GLIBCXX_VISIBILITY()
192 using __next = _Number_help<_Base, in _GLIBCXX_VISIBILITY()
195 using type = __ull_constant<_Pow * __digit::value + __next::type::value>; in _GLIBCXX_VISIBILITY()
H A Dregex_automaton.h244 _M_insert_alt(_StateIdT __next, _StateIdT __alt, in _GLIBCXX_VISIBILITY()
250 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
256 _M_insert_repeat(_StateIdT __next, _StateIdT __alt, bool __neg) in _GLIBCXX_VISIBILITY()
261 __tmp._M_next = __next; in _GLIBCXX_VISIBILITY()
H A Dforward_list.tcc352 iterator __next = __first; in unique() local
353 while (++__next != __last) in unique()
355 if (__binary_pred(*__first, *__next)) in unique()
361 __first = __next; in unique()
362 __next = __first; in unique()
/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/backward/
H A Dhashtable.h891 _Node* __next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
892 while (__next) in _GLIBCXX_VISIBILITY()
894 if (_M_equals(_M_get_key(__next->_M_val), __key)) in _GLIBCXX_VISIBILITY()
896 if (&_M_get_key(__next->_M_val) != &__key) in _GLIBCXX_VISIBILITY()
898 __cur->_M_next = __next->_M_next; in _GLIBCXX_VISIBILITY()
899 _M_delete_node(__next); in _GLIBCXX_VISIBILITY()
900 __next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
907 __cur = __next; in _GLIBCXX_VISIBILITY()
908 __next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
913 __cur = __next; in _GLIBCXX_VISIBILITY()
[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/backward/
H A Dhashtable.h891 _Node* __next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
892 while (__next) in _GLIBCXX_VISIBILITY()
894 if (_M_equals(_M_get_key(__next->_M_val), __key)) in _GLIBCXX_VISIBILITY()
896 if (&_M_get_key(__next->_M_val) != &__key) in _GLIBCXX_VISIBILITY()
898 __cur->_M_next = __next->_M_next; in _GLIBCXX_VISIBILITY()
899 _M_delete_node(__next); in _GLIBCXX_VISIBILITY()
900 __next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
907 __cur = __next; in _GLIBCXX_VISIBILITY()
908 __next = __cur->_M_next; in _GLIBCXX_VISIBILITY()
913 __cur = __next; in _GLIBCXX_VISIBILITY()
[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/debug/
H A Dfunctions.h221 _ForwardIterator __next = __first; in __check_sorted_aux() local
222 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux()
223 if (*__next < *__first) in __check_sorted_aux()
249 _ForwardIterator __next = __first; in __check_sorted_aux() local
250 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux()
251 if (__pred(*__next, *__first)) in __check_sorted_aux()
/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/debug/
H A Dfunctions.h221 _ForwardIterator __next = __first; in __check_sorted_aux() local
222 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux()
223 if (*__next < *__first) in __check_sorted_aux()
249 _ForwardIterator __next = __first; in __check_sorted_aux() local
250 for (++__next; __next != __last; __first = __next, (void)++__next) in __check_sorted_aux()
251 if (__pred(*__next, *__first)) in __check_sorted_aux()
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dswitch_to.h63 #define __switch_to_aux(__prev, __next) do { } while (0) argument
72 struct task_struct *__next = (next); \
74 __switch_to_aux(__prev, __next); \
75 ((last) = __switch_to(__prev, __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/parallel/
H A Dlist_partition.h119 size_t __cur = 1, __next = 1; variable
124 __cur = __next;
143 __next = __os_starts.size() / 2 + 1;
/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 Dlist_partition.h119 size_t __cur = 1, __next = 1; variable
124 __cur = __next;
143 __next = __os_starts.size() / 2 + 1;
/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 Dalgorithm490 _ForwardIterator __next = __first;
491 for (++__next; __next != __last; __first = __next, ++__next)
492 if (*__next < *__first)
517 _ForwardIterator __next = __first;
518 for (++__next; __next != __last; __first = __next, ++__next)
519 if (__comp(*__next, *__first))
/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 Dalgorithm490 _ForwardIterator __next = __first;
491 for (++__next; __next != __last; __first = __next, ++__next)
492 if (*__next < *__first)
517 _ForwardIterator __next = __first;
518 for (++__next; __next != __last; __first = __next, ++__next)
519 if (__comp(*__next, *__first))
/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.h52 struct __pthread_internal_list *__next; member
57 struct __pthread_internal_slist *__next; 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.h52 struct __pthread_internal_list *__next; member
57 struct __pthread_internal_slist *__next; member
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dswitch_to.h31 struct task_struct *__next = (next); \
32 __switch_to_fpu(__prev, __next); \
/OK3568_Linux_fs/kernel/include/linux/
H A Drculist.h354 struct list_head *__next = READ_ONCE(__ptr->next); \
355 likely(__ptr != __next) ? list_entry_rcu(__next, type, member) : NULL; \
374 struct list_head *__next = READ_ONCE(__ptr->next); \
375 likely(__next != __head) ? list_entry_rcu(__next, type, \

123