Home
last modified time | relevance | path

Searched refs:End (Results 1 – 25 of 309) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dfinder.hpp56 ForwardIteratorT End ) const in operator ()()
63 OuterIt!=End; in operator ()()
68 return result_type( End, End ); in operator ()()
73 InnerIt!=End && SubstrIt!=m_Search.end(); in operator ()()
85 return result_type( End, End ); in operator ()()
123 ForwardIteratorT End ) const in operator ()()
128 return result_type( End, End ); in operator ()()
133 return findit( Begin, End, category() ); in operator ()()
142 ForwardIteratorT End, in findit()
150 result_type M=first_finder( Begin, End ); in findit()
[all …]
H A Dsequence.hpp33 ForwardIteratorT End ) in insert() argument
35 Input.insert( At, Begin, End ); in insert()
75 ForwardIteratorT End ) in operator ()()
80 for(; InsertIt!=End && InputIt!=To; InsertIt++, InputIt++ ) in operator ()()
85 if ( InsertIt!=End ) in operator ()()
88 Input.insert( InputIt, InsertIt, End ); in operator ()()
111 ForwardIteratorT End ) in operator ()()
114 if ( Begin!=End ) in operator ()()
118 Input.insert( At, Begin, End ); in operator ()()
122 Input.insert( Input.begin(), Begin, End ); in operator ()()
[all …]
H A Dpredicate.hpp29 ForwardIterator1T End, in ends_with_iter_select() argument
35 ForwardIterator1T it=End; in ends_with_iter_select()
52 ForwardIterator1T End, in ends_with_iter_select() argument
67 Comp)(Begin, End); in ends_with_iter_select()
69 return !Result.empty() && Result.end()==End; in ends_with_iter_select()
H A Dfind_iterator.hpp59 input_iterator_type End ) const in do_find()
63 return m_Finder(Begin,End); in do_find()
67 return match_type(End,End); in do_find()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dsegmented_fold_until_impl.hpp83 , typename End
93 , typename End
97 , bool IsDone = result_of::equal_to<Begin, End>::type::value
118 template <typename Cur, typename End, typename Context>
121 typedef iterator_range<Cur, End> range_type;
125 static type call(Cur const& cur, End const& end, Context const& context) in call()
222 …template <typename Begin, typename End, typename State, typename Context, typename Fun, bool IsEmp…
227 push_context<Begin, End, Context>
254 , End
278 static type call(Begin const& beg, End const& end, State const& state in call()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dfind_iterator.hpp96 IteratorT End, in find_iterator() argument
100 m_End(End) in find_iterator()
259 IteratorT End, in split_iterator() argument
264 m_End(End), in split_iterator()
268 if(Begin!=End) in split_iterator()
H A Dfinder.hpp240 ForwardIteratorT End ) in range_finder() argument
242 return detail::range_finderF<ForwardIteratorT>( Begin, End ); in range_finder()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A D0001-qemu-Add-missing-wacom-HID-descriptor.patch57 + 0xc0, /* End Collection */
58 + 0xc0, /* End Collection */
71 + 0xc0, /* End Collection */
76 + 0xc0, /* End Collection */
109 + 0xc0, /* End Collection */
110 + 0xc0, /* End Collection */
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/breakpad/
H A D0001-lss-Match-syscalls-to-match-musl.patch28 /* End of i386 definitions */
41 /* End of x86-64 definitions */
54 /* End of MIPS (64bit API) definitions */
/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst89 …[ 0.187214] exdebug-0398 ex_trace_point : Opcode End [0xf5905a20:-NamePath-] execution.
91 [ 0.187594] exdebug-0398 ex_trace_point : Opcode End [0xf5905f60:One] execution.
92 [ 0.187789] exdebug-0398 ex_trace_point : Opcode End [0xf5905cc0:LEqual] execution.
95 [ 0.188334] exdebug-0398 ex_trace_point : Opcode End [0xf5905f60:One] execution.
96 [ 0.188524] exdebug-0398 ex_trace_point : Opcode End [0xf5905cc0:Return] execution.
97 [ 0.188712] exdebug-0398 ex_trace_point : Opcode End [0xf5905c88:If] execution.
98 …[ 0.188903] exdebug-0398 ex_trace_point : Method End [0xf58394d8:\_SB.PCI0.LPCB.ECOK] …
/OK3568_Linux_fs/kernel/arch/mips/boot/compressed/
H A Dld.script22 /* End of text section */
39 /* End of data section */
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dvmlinux-sun3.lds29 _etext = .; /* End of text section */
34 /* End of data goes *here* so that freeing init code works properly. */
H A Dvmlinux-std.lds28 _etext = .; /* End of text section */
40 _edata = .; /* End of data section */
/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 Dnumeric241 * @param __last End of range.
287 * @param __last End of range.
304 * @param __last End of range.
324 * @param __last1 End of first range.
371 * @param __last1 End of first range.
397 * @param __last End of range.
435 * @param __last End of input range.
471 * @param __last End of input range.
498 * @param __last End of input range.
529 * @param __last End of input range.
[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 Dnumeric241 * @param __last End of range.
287 * @param __last End of range.
304 * @param __last End of range.
324 * @param __last1 End of first range.
371 * @param __last1 End of first range.
397 * @param __last End of range.
435 * @param __last End of input range.
471 * @param __last End of input range.
498 * @param __last End of input range.
529 * @param __last End of input range.
[all …]
/OK3568_Linux_fs/external/recovery/
H A Dsdboot.c115 goto End; in get_cfg_Item()
133 End: in get_cfg_Item()
H A Dusbboot.c130 goto End; in get_cfg_Item()
148 End: in get_cfg_Item()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/tcsh/tcsh/
H A D0002-Add-debian-csh-scripts.patch30 + bindkey "\e[4~" end-of-line # End
31 + bindkey "\e[8~" end-of-line # End rxvt
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dstab.def44 /* End function marker. */
135 /* End of an include file. No name.
159 /* End of a lexical block. Desc matches the N_LBRAC's desc.
166 /* End named common block. Only the name is significant
170 /* End common (local name): value is address.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dstab.def44 /* End function marker. */
135 /* End of an include file. No name.
159 /* End of a lexical block. Desc matches the N_LBRAC's desc.
166 /* End named common block. Only the name is significant
170 /* End common (local name): value is address.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/iterator_range/detail/
H A Dsegmented_iterator_range.hpp530 template <typename Begin, typename End>
534 typedef reverse_cons<typename End::context_type> reverse_end_cons;
546 static type call(Begin const& begin, End const& end) in call()
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Dudivdi3.S43 ! End of inline udiv_qrnnd
81 ! End of inline udiv_qrnnd
107 ! End of inline udiv_qrnnd
186 ! End of inline udiv_qrnnd
/OK3568_Linux_fs/u-boot/board/freescale/ls1046ardb/
H A DREADME43 Start Address End Address Description Size
60 Start Address End Address Description Size
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_lwt_seg6local.sh118 ip netns exec ns3 ip -6 route add fd00::1 encap seg6local action End.BPF endpoint obj test_lwt_seg6…
120 ip netns exec ns4 ip -6 route add fd00::2 encap seg6local action End.BPF endpoint obj test_lwt_seg6…
125 ip netns exec ns5 ip -6 route add fd00::3 encap seg6local action End.BPF endpoint obj test_lwt_seg6…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dstack.h155 T* End() { return reinterpret_cast<T*>(stackTop_); } in End() function
158 const T* End() const { return reinterpret_cast<T*>(stackTop_); } in End() function

12345678910>>...13