Home
last modified time | relevance | path

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 Dvariadic_templates_tools.hpp111 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 Dpredicates.hpp406 operator&&(boost::tuples::cons<Head, Tail> const& t, Pred const& p) in operator &&()
/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/drivers/media/pci/ngene/
H A Dngene-core.c835 struct SBufferHeader *Head; in create_ring_buffer() local
H A Dngene.h525 struct SBufferHeader *Head; /* Points to first buffer in ring buffer member