Home
last modified time | relevance | path

Searched refs:fold (Results 1 – 25 of 73) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/
H A Dfold_fwd.hpp16 struct fold;
21 inline typename result_of::fold<
26 fold(Seq& seq, State const& state, F f);
30 inline typename result_of::fold<
35 fold(Seq const& seq, State const& state, F f);
39 inline typename result_of::fold<
44 fold(Seq& seq, State& state, F f);
48 inline typename result_of::fold<
53 fold(Seq const& seq, State& state, F f);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/preprocessed/
H A Dfold.hpp124 fold(Seq& seq, State& state, F& f) in fold() function
141 struct fold struct
147 inline typename result_of::fold<
152 fold(Seq& seq, State const& state, F f) in fold() function
154 return detail::fold<Seq, State const, F>(seq, state, f); in fold()
158 inline typename result_of::fold<
163 fold(Seq const& seq, State const& state, F f) in fold() function
165 return detail::fold<Seq const, State const, F>(seq, state, f); in fold()
169 inline typename result_of::fold<
174 fold(Seq& seq, State& state, F f) in fold() function
[all …]
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_flow.c394 struct flow_filter *fold, *fnew; in flow_change() local
450 fold = *arg; in flow_change()
451 if (fold) { in flow_change()
453 if (fold->handle != handle && handle) in flow_change()
457 fnew->tp = fold->tp; in flow_change()
458 fnew->handle = fold->handle; in flow_change()
459 fnew->nkeys = fold->nkeys; in flow_change()
460 fnew->keymask = fold->keymask; in flow_change()
461 fnew->mode = fold->mode; in flow_change()
462 fnew->mask = fold->mask; in flow_change()
[all …]
H A Dcls_route.c477 struct route4_filter *fold, *f1, *pfp, *f = NULL; in route4_change() local
498 fold = *arg; in route4_change()
499 if (fold && handle && fold->handle != handle) in route4_change()
511 if (fold) { in route4_change()
512 f->id = fold->id; in route4_change()
513 f->iif = fold->iif; in route4_change()
514 f->res = fold->res; in route4_change()
515 f->handle = fold->handle; in route4_change()
517 f->tp = fold->tp; in route4_change()
518 f->bkt = fold->bkt; in route4_change()
[all …]
H A Dcls_basic.c178 struct basic_filter *fold = (struct basic_filter *) *arg; in basic_change() local
189 if (fold != NULL) { in basic_change()
190 if (handle && fold->handle != handle) in basic_change()
206 } else if (!fold) { in basic_change()
222 if (!fold) in basic_change()
229 if (fold) { in basic_change()
231 list_replace_rcu(&fold->link, &fnew->link); in basic_change()
232 tcf_unbind_filter(tp, &fold->res); in basic_change()
233 tcf_exts_get_net(&fold->exts); in basic_change()
234 tcf_queue_work(&fold->rwork, basic_delete_filter_work); in basic_change()
H A Dcls_flower.c1856 struct cls_fl_filter *fold, in fl_check_assign_mask() argument
1874 if (fold) { in fl_check_assign_mask()
1889 } else if (fold && fold->mask != fnew->mask) { in fl_check_assign_mask()
1943 struct cls_fl_filter *fold, in fl_ht_insert_unique() argument
1957 return fold && err == -EEXIST ? 0 : err; in fl_ht_insert_unique()
1971 struct cls_fl_filter *fold = *arg; in fl_change() local
2000 if (fold && handle && fold->handle != handle) { in fl_change()
2031 err = fl_check_assign_mask(head, fnew, fold, mask); in fl_change()
2035 err = fl_ht_insert_unique(fnew, fold, &in_ht); in fl_change()
2058 if (fold) { in fl_change()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dfold.hpp38 struct fold;
41 struct fold< OP, T, N > struct
46 struct fold struct
47 …: fold< OP, typename impl::folder< OP, make_index_sequence< sizeof...( Ns ) / 2 >, sizeof...( Ns )…
51 struct fold< OP, integer_sequence< T, Ns... > > struct
52 : fold< OP, T, Ns... >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dfold.hpp86 struct fold : transform<fold<Sequence, State0, Fun> > struct
111 typename fusion::result_of::fold<
135 return fusion::fold( in operator ()()
212 struct fold<_, State0, Fun> : transform<fold<_, State0, Fun> > struct
237 struct is_callable<fold<Sequence, State, Fun> >
H A Dfold_tree.hpp47 : if_<has_tag<Tag>, fold<_, _state, fold_tree_<Tag, Fun> >, Fun>
94 : fold<
103 : fold<
/OK3568_Linux_fs/kernel/include/linux/
H A Detherdevice.h329 u32 fold = ((*(const u32 *)addr1) ^ (*(const u32 *)addr2)) | in ether_addr_equal() local
332 return fold == 0; in ether_addr_equal()
358 u64 fold = (*(const u64 *)addr1) ^ (*(const u64 *)addr2); in ether_addr_equal_64bits() local
361 return (fold >> 16) == 0; in ether_addr_equal_64bits()
363 return (fold << 16) == 0; in ether_addr_equal_64bits()
511 unsigned long fold; in compare_ether_header() local
521 fold = *(unsigned long *)a ^ *(unsigned long *)b; in compare_ether_header()
522 fold |= *(unsigned long *)(a + 6) ^ *(unsigned long *)(b + 6); in compare_ether_header()
523 return fold; in compare_ether_header()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dfold.hpp31 struct fold struct
41 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,fold,(Sequence,State,ForwardOp))
44 BOOST_MPL_AUX_NA_SPEC(3, fold)
H A Dtransform.hpp40 : fold<
75 : fold<
H A Dcopy.hpp31 : fold<
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dcombine_if.hpp62 typedef typename boost::mpl::fold<Sequence2, Result,
81 typedef typename boost::mpl::fold
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/iteration/detail/
H A Dsegmented_fold.hpp30 typedef typename result_of::fold<Sequence, State, Fun>::type type;
36 return fusion::fold(seq, state, fun.fun); in call()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dfunction-graph-fold.vim5 " use the usual vim fold commands, such as "za", to open and close nested
6 " functions. While closed, a fold will show the total time taken for a call,
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dcsum_ipv6_magic.S104 extwl $0,2,$1 # e0 : fold 18-bit value
109 extwl $0,2,$1 # e0 : fold 17-bit value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/auto/
H A Dmeta_create.hpp186 typedef typename fusion::result_of::fold<
192 return fusion::fold(Sequence(), unused, make_proto_expr()); in call()
/OK3568_Linux_fs/debian/overlay-debug/usr/local/share/minigui/
H A DMiniGUI-2048x1536.cfg147 treefold=fold.ico
230 treefold=fold-flat.ico
306 treefold=fold.ico
417 treefold=fold.ico
H A DMiniGUI-1920x1080.cfg147 treefold=fold.ico
230 treefold=fold-flat.ico
306 treefold=fold.ico
417 treefold=fold.ico
H A DMiniGUI-1280x720.cfg147 treefold=fold.ico
230 treefold=fold-flat.ico
306 treefold=fold.ico
417 treefold=fold.ico
/OK3568_Linux_fs/debian/overlay-debug/etc/
H A DMiniGUI.cfg147 treefold=fold.ico
230 treefold=fold-flat.ico
306 treefold=fold.ico
417 treefold=fold.ico
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/
H A Dinsert_range_impl.hpp34 : fold<Range, Sequence, insert<_1, _2> >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dfold_impl.hpp39 # define AUX778076_FOLD_IMPL_NAME_PREFIX fold
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/map/aux_/
H A Dinsert_range_impl.hpp34 : fold<Range, Sequence, insert<_1, _2> >

123