Home
last modified time | relevance | path

Searched refs:Pos (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/typeof/
H A Dtypeof_impl.hpp103 typedef _typeof_fraction_iter<Pos> fraction_type;
111 template<typename Pos,typename Iter>
113 typedef generic_typeof_fraction_iter<Pos,Iter> self_t;
114 static const int pos=(Pos::value);
118 typedef generic_typeof_fraction_iter<typename Pos::next,Iter> next;
134 template<typename Pos>\
136 … typedef boost::type_of::generic_typeof_fraction_iter<Pos,_typeof_encode_fraction<0> > self_t;\
149 template<typename Pos>\
151 typedef _typeof_fraction_iter<Pos> self_t;\
152 BOOST_STATIC_CONSTANT(int,pos=(Pos::value));\
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/
H A Dsingle_view_iterator.hpp33 template <typename SingleView, typename Pos>
35 : iterator_base<single_view_iterator<SingleView, Pos> >
40 typedef Pos position;
57 template <typename SingleView, typename Pos>
58 struct iterator_traits< ::boost::fusion::single_view_iterator<SingleView, Pos> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dinsert_range_impl.hpp42 , typename Pos
49 iterator_range<typename begin<Sequence>::type,Pos>
52 , iterator_range<Pos,typename end<Sequence>::type>
63 iterator_range<typename begin<Sequence>::type,Pos>
66 , iterator_range<Pos,typename end<Sequence>::type>
H A Dinsert_impl.hpp35 , typename Pos
42 , Pos
46 Pos
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dinsert_range.hpp27 , typename BOOST_MPL_AUX_NA_PARAM(Pos)
32 ::template apply< Sequence,Pos,Range >
34 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,insert_range,(Sequence,Pos,Range))
H A Dinsert_range_fwd.hpp20 template< typename Sequence, typename Pos, typename Range > struct insert_range;
/OK3568_Linux_fs/kernel/lib/zlib_deflate/
H A Ddefutil.h66 typedef ush Pos; typedef
106 Pos *prev;
112 Pos *head; /* Heads of the hash chains or NIL. */
251 ((1 << (windowBits)) * sizeof(Pos))
253 ((1 << ((memLevel)+7)) * sizeof(Pos))
H A Ddeflate.c112 Pos *prev_memory;
113 Pos *head_memory;
177 s->head[s->ins_h] = (Pos)(str))
241 mem->prev_memory = (Pos *) next; in zlib_deflateInit2()
243 mem->head_memory = (Pos *) next; in zlib_deflateInit2()
262 s->prev = (Pos *) mem->prev_memory; in zlib_deflateInit2()
263 s->head = (Pos *) mem->head_memory; in zlib_deflateInit2()
574 Pos *prev = s->prev; in longest_match()
742 register Pos *p; in fill_window()
780 *p = (Pos)(m >= wsize ? m-wsize : NIL); in fill_window()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Derase_impl.hpp29 , typename Pos
34 ::apply<Set,typename Pos::type>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Derase_impl.hpp29 , typename Pos
34 ::apply<Map,typename Pos::type::first>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/mpl/
H A Dinsert_range.hpp24 template <typename Sequence, typename Pos, typename Range>
28 fusion::result_of::insert_range<Sequence, Pos, Range>::type
H A Dinsert.hpp24 template <typename Sequence, typename Pos, typename T>
28 fusion::result_of::insert<Sequence, Pos, T>::type
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.h86 typedef ush Pos; typedef
87 typedef Pos FAR Posf;
H A Ddeflate.c181 s->head[s->ins_h] = (Pos)(str))
186 s->head[s->ins_h] = (Pos)(str))
282 s->prev = (Posf *) ZALLOC(strm, s->w_size, sizeof(Pos));
283 s->head = (Posf *) ZALLOC(strm, s->hash_size, sizeof(Pos));
955 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
956 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
967 zmemcpy(ds->prev, ss->prev, ds->w_size * sizeof(Pos));
968 zmemcpy(ds->head, ss->head, ds->hash_size * sizeof(Pos));
1347 *p = (Pos)(m >= wsize ? m-wsize : NIL);
1355 *p = (Pos)(m >= wsize ? m-wsize : NIL);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/single_view/detail/
H A Dend_impl.hpp18 template <typename SingleView, typename Pos>
H A Dbegin_impl.hpp18 template <typename SingleView, typename Pos>
H A Dprior_impl.hpp17 template <typename Sequence, typename Pos>
H A Dadvance_impl.hpp18 template <typename SingleView, typename Pos>
H A Dnext_impl.hpp19 template <typename SingleView, typename Pos>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dfusion.hpp44 template<typename Expr, long Pos>
46 : fusion::iterator_base<expr_iterator<Expr, Pos> >
49 static const long index = Pos;
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch136 ds->prev = (Posf *) ZALLOC(dest, ds->w_size, sizeof(Pos));
137 ds->head = (Posf *) ZALLOC(dest, ds->hash_size, sizeof(Pos));
/OK3568_Linux_fs/u-boot/board/freescale/mpc8349itx/
H A DREADME23 Pos. Name Default Description
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfib_trie.rst24 Pos (tnode)
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info15153 - 'Pos and 'Val.
15299 * The subtype used as a prefix for the attributes 'Pos, 'Min, and

12