Home
last modified time | relevance | path

Searched refs:Head (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dvariadic_templates_tools.hpp39 template<typename Head, typename... Tail>
40 class tuple<Head, Tail...>
69 typename add_reference<Head>::type head() { return m_head; } in head()
70 typename add_reference<const Head>::type head() const { return m_head; } in head()
76 Head m_head;
87 template<int I, typename Head, typename... Tail>
88 struct tuple_element<I, tuple<Head, Tail...> >
93 template<typename Head, typename... Tail>
94 struct tuple_element<0, tuple<Head, Tail...> >
96 typedef Head type;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/
H A Dpredicates.hpp500 template <typename Head, typename Tail>
501 struct predicates_length< boost::tuples::cons<Head, Tail> >
503 static const unsigned value = boost::tuples::length< boost::tuples::cons<Head, Tail> >::value;
543 template <unsigned I, typename Head, typename Tail>
544 struct predicates_element< I, boost::tuples::cons<Head, Tail> >
546 typedef boost::tuples::cons<Head, Tail> predicate_type;
676 template <typename Head, typename Tail, typename Tag, unsigned First, unsigned Last>
678 boost::tuples::cons<Head, Tail>,
682 typedef boost::tuples::cons<Head, Tail> predicates_type;
768 template <typename Head, typename Tail>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dfunction_equal.hpp130 template <typename Expr1, std::size_t Head, std::size_t... Tail>
132 evaluate(Expr1 const& e1, Expr1 const& e2, index_sequence<Head, Tail...>) const
135 function_equal_()(proto::child_c<Head>(e1), proto::child_c<Head>(e2)) &&
/OK3568_Linux_fs/kernel/drivers/media/pci/ngene/
H A Dngene-core.c527 Cur = chan->TSIdleBuffer.Head; in clear_buffers()
536 } while (Cur != chan->TSIdleBuffer.Head); in clear_buffers()
620 chan->nextBuffer = chan->RingBuffer.Head; in ngene_command_stream_control()
635 chan->nextBuffer = chan->TSRingBuffer.Head; in ngene_command_stream_control()
660 chan->nextBuffer = chan->RingBuffer.Head; in ngene_command_stream_control()
758 struct SBufferHeader *Cur = rb->Head; in free_ringbuffer()
782 pci_free_consistent(dev->pci_dev, rb->MemSize, rb->Head, rb->PAHead); in free_ringbuffer()
790 struct SBufferHeader *Cur = tb->Head; in free_idlebuffer()
792 if (!rb->Head) in free_idlebuffer()
835 struct SBufferHeader *Head; in create_ring_buffer() local
[all …]
H A Dngene.h525 struct SBufferHeader *Head; /* Points to first buffer in ring buffer 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/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
506 typedef typename rebind_traits<_Alloc, Head>::pointer head_pointer;
707 template<typename Node, typename Leaf, typename Head, typename Inode,
710 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
713 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
797 _Node_citer<Node, Leaf, Head, Inode, _CIterator, Iterator, _ATraits, _Alloc>
[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/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp472 _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
475 _CIter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
478 _Iter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
481 _Iter<Node, Leaf, Head, Inode, !Is_Forward_Iterator>
485 template<typename Node, typename Leaf, typename Head, typename Inode,
506 typedef typename rebind_traits<_Alloc, Head>::pointer head_pointer;
707 template<typename Node, typename Leaf, typename Head, typename Inode,
710 : public _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
713 typedef _CIter<Node, Leaf, Head, Inode, Is_Forward_Iterator>
797 _Node_citer<Node, Leaf, Head, Inode, _CIterator, Iterator, _ATraits, _Alloc>
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Dpredicates.hpp402 template <typename Head, typename Tail, typename Pred> inline
404 boost::tuples::cons<Head, Tail>, Pred
406 operator&&(boost::tuples::cons<Head, Tail> const& t, Pred const& p) in operator &&() argument
413 bt::cons<Head, Tail>, Pred in operator &&()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dfunction_eval.hpp86 template <typename F, typename... A, typename Head, typename... Tail>
87 struct result_impl<F, void(A...), Head, Tail...>
88 : result_impl<F, void(A..., Head), Tail...>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/
H A Dresult.hpp351 template <typename Head, typename Tail>
352 struct interrupt_dispatch<boost::tuples::cons<Head, Tail>, true>
354 typedef boost::tuples::cons<Head, Tail> mask_type;
437 template <typename Head, typename Tail>
438 struct may_update_dispatch< boost::tuples::cons<Head, Tail> >
440 typedef boost::tuples::cons<Head, Tail> mask_type;
534 template <typename Head, typename Tail>
535 struct check_dispatch< boost::tuples::cons<Head, Tail> >
537 typedef boost::tuples::cons<Head, Tail> mask_type;
580 template <typename Head, typename Tail>
[all …]
H A Dinterface.hpp139 template <typename Geometry1, typename Geometry2, typename Head, typename Tail>
140 struct result_handler_type<Geometry1, Geometry2, boost::tuples::cons<Head, Tail>, false>
144 boost::tuples::cons<Head, Tail>,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0004-Use-list-for-changed-interfaces.patch44 + for (item = (NetworkInterfaceIndex*)list->Head; item != NULL; item = item->Next)
164 + if (changedInterfaces.Head != NULL)
167 + while ((changedInterface = (NetworkInterfaceIndex*)changedInterfaces.Head) != NULL)
H A D0006-Remove-unneeded-function.patch31 for (item = (NetworkInterfaceIndex*)list->Head; item != NULL; item = item->Next)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dtag_of.hpp37 template <class Head, class Tail>
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/
H A Dau-Sydney_Kings_Cross1 # Australia / Sydney / Kings Cross and North Head
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dhptiop.rst68 0x0 Inbound Queue Head Pointer
70 0x8 Outbound Queue Head Pointer
/OK3568_Linux_fs/kernel/include/linux/
H A Dpage-flags.h580 __PAGEFLAG(Head, head, PF_ANY) CLEARPAGEFLAG(Head, head, PF_ANY) in __PAGEFLAG() argument
/OK3568_Linux_fs/kernel/Documentation/infiniband/
H A Dopa_vnic.rst66 63 LT (=1, Link Transfer Head Flit)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-fm-tx.rst69 `Artificial Head <http://en.wikipedia.org/wiki/Artificial_head>`__
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Delantech.rst37 7.2.2 Head packet
695 Head packet
/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 Dtuple82 * Recursive tuple implementation. Here we store the @c Head element
/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 Dtuple82 * Recursive tuple implementation. Here we store the @c Head element
/OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/
H A DREADME.hardware.md109 device, but the idea is to force BIOS to read the Cylinder/Head/Sector
/OK3568_Linux_fs/yocto/poky/
H A DREADME.hardware.md109 device, but the idea is to force BIOS to read the Cylinder/Head/Sector
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3-git/
H A D0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch391 from git.refs import HEAD, Head, Reference, TagReference

12