| /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 D | find.h | 125 _DifferenceType __start = __borders[__iam], in __find_template() local 128 _RAIter1 __i1 = __begin1 + __start; in __find_template() 129 _RAIter2 __i2 = __begin2 + __start; in __find_template() 130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos) in __find_template() 232 _DifferenceType __start = __fetch_and_add<_DifferenceType> in __find_template() local 237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 241 while (__start < __length) in __find_template() 245 if (__result < __start) in __find_template() 252 (__begin1 + __start, __begin1 + __stop, in __find_template() 253 __begin2 + __start, __pred); in __find_template() [all …]
|
| H A D | par_loop.h | 97 __start = __equally_split_point(__length, __num_threads, __iam), in __for_each_template_random_access_ed() local 100 if (__start < __stop) in __for_each_template_random_access_ed() 102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed() 103 ++__start; in __for_each_template_random_access_ed() 109 for (; __start < __stop; ++__start) in __for_each_template_random_access_ed() 110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
|
| H A D | search.h | 128 _DifferenceType __start = __splitters[__iam], in __search_template() local 134 while (__start <= __stop && !__found_pattern) in __search_template() 139 if (__result < __start) in __search_template() 141 while (__pred(__begin1[__start + __pos_in_pattern], in __search_template() 149 __result = std::min(__result, __start); in __search_template() 157 __start += (__pos_in_pattern - __advances[__pos_in_pattern]); in __search_template()
|
| /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 D | find.h | 125 _DifferenceType __start = __borders[__iam], in __find_template() local 128 _RAIter1 __i1 = __begin1 + __start; in __find_template() 129 _RAIter2 __i2 = __begin2 + __start; in __find_template() 130 for (_DifferenceType __pos = __start; __pos < __stop; ++__pos) in __find_template() 232 _DifferenceType __start = __fetch_and_add<_DifferenceType> in __find_template() local 237 std::min<_DifferenceType>(__length, __start + __block_size); in __find_template() 241 while (__start < __length) in __find_template() 245 if (__result < __start) in __find_template() 252 (__begin1 + __start, __begin1 + __stop, in __find_template() 253 __begin2 + __start, __pred); in __find_template() [all …]
|
| H A D | par_loop.h | 97 __start = __equally_split_point(__length, __num_threads, __iam), in __for_each_template_random_access_ed() local 100 if (__start < __stop) in __for_each_template_random_access_ed() 102 __reduct = new _Result(__f(__o, __begin + __start)); in __for_each_template_random_access_ed() 103 ++__start; in __for_each_template_random_access_ed() 109 for (; __start < __stop; ++__start) in __for_each_template_random_access_ed() 110 *__reduct = __r(*__reduct, __f(__o, __begin + __start)); in __for_each_template_random_access_ed()
|
| H A D | search.h | 128 _DifferenceType __start = __splitters[__iam], in __search_template() local 134 while (__start <= __stop && !__found_pattern) in __search_template() 139 if (__result < __start) in __search_template() 141 while (__pred(__begin1[__start + __pos_in_pattern], in __search_template() 149 __result = std::min(__result, __start); in __search_template() 157 __start += (__pos_in_pattern - __advances[__pos_in_pattern]); in __search_template()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/boot-redboot/ |
| H A D | bootstrap.S | 36 .globl __start symbol 38 __start: label 80 # addi a4, a0, __start - __start_a0 83 movi a4, __start 88 movi a4, __start 92 # a4: compiled address of __start 136 # a4: __start 167 # a4: __start
|
| /OK3568_Linux_fs/u-boot/examples/api/ |
| H A D | crt0.S | 46 .globl __start symbol 47 .ent __start 48 __start: label 51 .end __start
|
| /OK3568_Linux_fs/kernel/arch/alpha/boot/ |
| H A D | head.S | 11 .globl __start symbol 12 .ent __start 13 __start: label 18 .end __start
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | head.S | 19 .globl __start symbol 20 .ent __start 22 __start: label 33 .end __start
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | delay.h | 57 unsigned long __start = mftb(); \ 61 (tb_ticks_since(__start) <= __loops)) \ 66 (tb_ticks_since(__start) <= __loops)) \
|
| /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 D | regex_executor.h | 145 _M_dfs(_Match_mode __match_mode, _StateIdT __start); in _GLIBCXX_VISIBILITY() 194 _State_info(_StateIdT __start, size_t __n) in _GLIBCXX_VISIBILITY() 195 : _M_visited_states(new bool[__n]()), _M_start(__start) in _GLIBCXX_VISIBILITY() 224 _State_info(_StateIdT __start, size_t) : _M_start(__start) in _GLIBCXX_VISIBILITY()
|
| H A D | vector.tcc | 814 iterator __start(std::__addressof(*__q), 0); in _M_reallocate() local 815 iterator __finish(_M_copy_aligned(begin(), end(), __start)); in _M_reallocate() 817 this->_M_impl._M_start = __start; in _M_reallocate() 841 iterator __start(std::__addressof(*__q), 0); in _M_fill_insert() local 842 iterator __i = _M_copy_aligned(begin(), __position, __start); in _M_fill_insert() 848 this->_M_impl._M_start = __start; in _M_fill_insert() 876 iterator __start(std::__addressof(*__q), 0); in _M_insert_range() local 877 iterator __i = _M_copy_aligned(begin(), __position, __start); in _M_insert_range() 882 this->_M_impl._M_start = __start; in _M_insert_range() 905 iterator __start(std::__addressof(*__q), 0); in _M_insert_aux() local [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/bits/ |
| H A D | regex_executor.h | 145 _M_dfs(_Match_mode __match_mode, _StateIdT __start); in _GLIBCXX_VISIBILITY() 194 _State_info(_StateIdT __start, size_t __n) in _GLIBCXX_VISIBILITY() 195 : _M_visited_states(new bool[__n]()), _M_start(__start) in _GLIBCXX_VISIBILITY() 224 _State_info(_StateIdT __start, size_t) : _M_start(__start) in _GLIBCXX_VISIBILITY()
|
| H A D | vector.tcc | 814 iterator __start(std::__addressof(*__q), 0); in _M_reallocate() local 815 iterator __finish(_M_copy_aligned(begin(), end(), __start)); in _M_reallocate() 817 this->_M_impl._M_start = __start; in _M_reallocate() 841 iterator __start(std::__addressof(*__q), 0); in _M_fill_insert() local 842 iterator __i = _M_copy_aligned(begin(), __position, __start); in _M_fill_insert() 848 this->_M_impl._M_start = __start; in _M_fill_insert() 876 iterator __start(std::__addressof(*__q), 0); in _M_insert_range() local 877 iterator __i = _M_copy_aligned(begin(), __position, __start); in _M_insert_range() 882 this->_M_impl._M_start = __start; in _M_insert_range() 905 iterator __start(std::__addressof(*__q), 0); in _M_insert_aux() local [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/ext/ |
| H A D | ropeimpl.h | 717 _S_substring(_RopeRep* __base, std::size_t __start, std::size_t __endp1) in _GLIBCXX_VISIBILITY() 728 if (0 == __start) in _GLIBCXX_VISIBILITY() 751 return _S_substring(__left, __start, __endp1); in _GLIBCXX_VISIBILITY() 752 else if (__start >= __left_len) in _GLIBCXX_VISIBILITY() 753 return _S_substring(__right, __start - __left_len, in _GLIBCXX_VISIBILITY() 756 __start, in _GLIBCXX_VISIBILITY() 769 if (__start >= __adj_endp1) in _GLIBCXX_VISIBILITY() 771 __result_len = __adj_endp1 - __start; in _GLIBCXX_VISIBILITY() 775 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() 781 __result = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__l->_M_data + __start, 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/ext/ |
| H A D | ropeimpl.h | 717 _S_substring(_RopeRep* __base, std::size_t __start, std::size_t __endp1) in _GLIBCXX_VISIBILITY() 728 if (0 == __start) in _GLIBCXX_VISIBILITY() 751 return _S_substring(__left, __start, __endp1); in _GLIBCXX_VISIBILITY() 752 else if (__start >= __left_len) in _GLIBCXX_VISIBILITY() 753 return _S_substring(__right, __start - __left_len, in _GLIBCXX_VISIBILITY() 756 __start, in _GLIBCXX_VISIBILITY() 769 if (__start >= __adj_endp1) in _GLIBCXX_VISIBILITY() 771 __result_len = __adj_endp1 - __start; in _GLIBCXX_VISIBILITY() 775 const _CharT* __section = __l->_M_data + __start; in _GLIBCXX_VISIBILITY() 781 __result = __STL_ROPE_FROM_UNOWNED_CHAR_PTR(__l->_M_data + __start, in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | hfs_fs.h | 289 loff_t __start; \ 292 __start = (loff_t)(sec) << HFS_SECTOR_SIZE_BITS;\ 293 __block = __start >> (sb)->s_blocksize_bits; \ 294 __offset = __start & ((sb)->s_blocksize - 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/libc/usr/include/ |
| H A D | regex.h | 555 regoff_t __start, regoff_t __range, 564 regoff_t __start, regoff_t __range, 573 regoff_t __start, struct re_registers *__regs); 580 regoff_t __start, struct re_registers *__regs,
|
| /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 D | regex.h | 555 regoff_t __start, regoff_t __range, 564 regoff_t __start, regoff_t __range, 573 regoff_t __start, struct re_registers *__regs); 580 regoff_t __start, struct re_registers *__regs,
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/ |
| H A D | generic.h | 17 #define SET_BANK(__nr,__start,__size) \ argument 18 mi->bank[__nr].start = (__start), \
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-pxa/ |
| H A D | generic.h | 19 #define SET_BANK(__nr,__start,__size) \ argument 20 mi->bank[__nr].start = (__start), \
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 48 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 50 __start; })
|
| /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/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 49 __start; })
|
| /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/linux/netfilter/ |
| H A D | nfnetlink_compat.h | 47 ({ struct nfattr *__start = (struct nfattr *)skb_tail_pointer(skb); \ 49 __start; })
|