Searched defs:Head (Results 1 – 5 of 5) sorted by relevance
| /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 | 111 static type get(tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 112 static const_type get(const tuple<Head, Values...>& t) { return Next::get(t.tail()); } in get() 121 static type get(tuple<Head, Values...>& t) { return t.head(); } in get() 122 static const_type get(const tuple<Head, Values...>& t){ return t.head(); } in get()
|
| /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 | 406 operator&&(boost::tuples::cons<Head, Tail> const& t, Pred const& p) in operator &&()
|
| /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/drivers/media/pci/ngene/ |
| H A D | ngene-core.c | 835 struct SBufferHeader *Head; in create_ring_buffer() local
|
| H A D | ngene.h | 525 struct SBufferHeader *Head; /* Points to first buffer in ring buffer member
|