| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | variadic_templates_tools.hpp | 39 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 D | predicates.hpp | 500 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 D | function_equal.hpp | 130 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 D | ngene-core.c | 527 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 D | ngene.h | 525 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 D | pat_trie_base.hpp | 472 _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 D | pat_trie_base.hpp | 472 _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 D | predicates.hpp | 402 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 D | function_eval.hpp | 86 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 D | result.hpp | 351 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 D | interface.hpp | 139 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 D | 0004-Use-list-for-changed-interfaces.patch | 44 + for (item = (NetworkInterfaceIndex*)list->Head; item != NULL; item = item->Next) 164 + if (changedInterfaces.Head != NULL) 167 + while ((changedInterface = (NetworkInterfaceIndex*)changedInterfaces.Head) != NULL)
|
| H A D | 0006-Remove-unneeded-function.patch | 31 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 D | tag_of.hpp | 37 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 D | au-Sydney_Kings_Cross | 1 # Australia / Sydney / Kings Cross and North Head
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | hptiop.rst | 68 0x0 Inbound Queue Head Pointer 70 0x8 Outbound Queue Head Pointer
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | page-flags.h | 580 __PAGEFLAG(Head, head, PF_ANY) CLEARPAGEFLAG(Head, head, PF_ANY) in __PAGEFLAG() argument
|
| /OK3568_Linux_fs/kernel/Documentation/infiniband/ |
| H A D | opa_vnic.rst | 66 63 LT (=1, Link Transfer Head Flit)
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-fm-tx.rst | 69 `Artificial Head <http://en.wikipedia.org/wiki/Artificial_head>`__
|
| /OK3568_Linux_fs/kernel/Documentation/input/devices/ |
| H A D | elantech.rst | 37 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 D | tuple | 82 * 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 D | tuple | 82 * Recursive tuple implementation. Here we store the @c Head element
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/ |
| H A D | README.hardware.md | 109 device, but the idea is to force BIOS to read the Cylinder/Head/Sector
|
| /OK3568_Linux_fs/yocto/poky/ |
| H A D | README.hardware.md | 109 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 D | 0001-python3-git-CVE-2022-24439-fix-from-PR-1521.patch | 391 from git.refs import HEAD, Head, Reference, TagReference
|