Home
last modified time | relevance | path

Searched refs:list2 (Results 1 – 25 of 41) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/
H A Dexpr_variadic.hpp93 , list2<expr &, expr const &>
100 , list2<expr &, expr const &> in operator =()
113 , list2<expr const &, typename result_of::as_child<A>::type>
120 , list2<expr const &, typename result_of::as_child<A>::type> in operator =()
131 , list2<expr const &, typename result_of::as_child<A const>::type>
138 , list2<expr const &, typename result_of::as_child<A const>::type> in operator =()
149 , list2<expr &, typename result_of::as_child<A>::type>
156 , list2<expr &, typename result_of::as_child<A>::type> in operator =()
167 , list2<expr &, typename result_of::as_child<A const>::type>
174 , list2<expr &, typename result_of::as_child<A const>::type> in operator =()
[all …]
H A Dexpr.hpp93 , list2<expr &, expr const &>
100 , list2<expr &, expr const &> in operator =()
113 , list2<expr const &, typename result_of::as_child<A>::type>
120 , list2<expr const &, typename result_of::as_child<A>::type> in operator =()
131 , list2<expr const &, typename result_of::as_child<A const>::type>
138 , list2<expr const &, typename result_of::as_child<A const>::type> in operator =()
149 , list2<expr &, typename result_of::as_child<A>::type>
156 , list2<expr &, typename result_of::as_child<A>::type> in operator =()
167 , list2<expr &, typename result_of::as_child<A const>::type>
174 , list2<expr &, typename result_of::as_child<A const>::type> in operator =()
[all …]
H A Dgenerate_by_value.hpp58 proto::expr<Tag, list2<Arg0 , Arg1>, 2>
62 list2<Arg0 , Arg1>
65 list2<
82 proto::basic_expr<Tag, list2<Arg0 , Arg1>, 2>
86 list2<Arg0 , Arg1>
89 list2<
H A Dargs.hpp42 struct list2 struct
H A Dbasic_expr.hpp199 struct basic_expr<Tag, list2<Arg0 , Arg1>, 2 >
205 typedef list2<Arg0 , Arg1> proto_args;
H A Dtraits.hpp236 typedef proto::expr<proto::tag::function, list2<A0 , A1>, 2> type;
237 typedef proto::basic_expr<proto::tag::function, list2<A0 , A1>, 2> proto_grammar;
271 typedef proto::expr<Tag, list2<A0 , A1>, 2> type;
272 typedef proto::basic_expr<Tag, list2<A0 , A1>, 2> proto_grammar;
/OK3568_Linux_fs/kernel/lib/
H A Dlist-test.c21 struct list_head list2; in list_test_list_init() local
26 INIT_LIST_HEAD(&list2); in list_test_list_init()
37 KUNIT_EXPECT_TRUE(test, list_empty_careful(&list2)); in list_test_list_init()
168 LIST_HEAD(list2); in list_test_list_move()
171 list_add_tail(&b, &list2); in list_test_list_move()
174 list_move(&a, &list2); in list_test_list_move()
179 KUNIT_EXPECT_PTR_EQ(test, &a, list2.next); in list_test_list_move()
187 LIST_HEAD(list2); in list_test_list_move_tail()
190 list_add_tail(&b, &list2); in list_test_list_move_tail()
193 list_move_tail(&a, &list2); in list_test_list_move_tail()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dexpr.hpp220 , list2<expr &, expr const &>
227 , list2<expr &, expr const &> in operator =()
241 , list2<expr const &, typename result_of::as_child<A>::type>
248 , list2<expr const &, typename result_of::as_child<A>::type> in operator =()
260 , list2<expr const &, typename result_of::as_child<A const>::type>
267 , list2<expr const &, typename result_of::as_child<A const>::type> in operator =()
280 , list2<expr &, typename result_of::as_child<A>::type>
287 , list2<expr &, typename result_of::as_child<A>::type> in operator =()
299 , list2<expr &, typename result_of::as_child<A const>::type>
306 , list2<expr &, typename result_of::as_child<A const>::type> in operator =()
[all …]
/OK3568_Linux_fs/kernel/tools/vm/
H A Dpage_owner_sort.c93 struct block_list *list2; in main() local
134 list2 = malloc(sizeof(*list) * list_size); in main()
140 strcmp(list2[count-1].txt, list[i].txt) != 0) { in main()
141 list2[count++] = list[i]; in main()
143 list2[count-1].num += list[i].num; in main()
147 qsort(list2, count, sizeof(list[0]), compare_num); in main()
150 fprintf(fout, "%d times:\n%s\n", list2[i].num, list2[i].txt); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dextends.hpp217 … , boost::proto::list2< \
230 … , boost::proto::list2< \
267 … , boost::proto::list2< \
280 … , boost::proto::list2< \
334 … , boost::proto::list2< \
347 … , boost::proto::list2< \
569 typedef list2<This &, expr<tag::terminal, term<Fun> > const &> proto_args;
H A Dtraits.hpp523 typedef proto::expr<Tag, list2<T, U>, 2> type;
524 typedef proto::basic_expr<Tag, list2<T, U>, 2> proto_grammar;
562 typedef proto::expr<proto::tag::Op, list2<T, U>, 2> type; \
563 typedef proto::basic_expr<proto::tag::Op, list2<T, U>, 2> proto_grammar; \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/list/aux_/preprocessed/plain/
H A Dlist10.hpp30 struct list2 struct
37 typedef list2 type; argument
47 , list2< T1,T2 >
/OK3568_Linux_fs/u-boot/drivers/power/
H A Dcharge_animation.c90 const fdt32_t *list2; in regulators_parse_assigned_mem_state() local
97 list2 = dev_read_prop(dev, "regulator-off-in-mem", &size2); in regulators_parse_assigned_mem_state()
98 if (!list1 && !list2) in regulators_parse_assigned_mem_state()
100 if (list1 && !list2) in regulators_parse_assigned_mem_state()
102 else if (!list1 && list2) in regulators_parse_assigned_mem_state()
106 size2 = size2 / sizeof(*list2); in regulators_parse_assigned_mem_state()
125 phandle = fdt32_to_cpu(*list2++); in regulators_parse_assigned_mem_state()
/OK3568_Linux_fs/external/xserver/hw/xfree86/dixmods/
H A DMakefile.in685 list2=; for p in $$list; do \
687 list2="$$list2 $$p"; \
690 test -z "$$list2" || { \
693 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(extsm…
694 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(extsm…
720 list2=; for p in $$list; do \
722 list2="$$list2 $$p"; \
725 test -z "$$list2" || { \
728 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
729 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/kernel/drivers/media/i2c/et8ek8/
H A Det8ek8_driver.c485 **list2 = (const struct et8ek8_reglist **)b; in et8ek8_reglist_cmp() local
489 (*list2)->type != ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp()
492 (*list2)->type == ET8EK8_REGLIST_MODE) in et8ek8_reglist_cmp()
496 if ((*list1)->mode.window_width > (*list2)->mode.window_width) in et8ek8_reglist_cmp()
498 if ((*list1)->mode.window_width < (*list2)->mode.window_width) in et8ek8_reglist_cmp()
501 if ((*list1)->mode.window_height > (*list2)->mode.window_height) in et8ek8_reglist_cmp()
503 if ((*list1)->mode.window_height < (*list2)->mode.window_height) in et8ek8_reglist_cmp()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DMakefile.in623 list2=; for p in $$list; do \
625 list2="$$list2 $$p"; \
628 test -z "$$list2" || { \
631 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
632 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xfree86/shadowfb/
H A DMakefile.in622 list2=; for p in $$list; do \
624 list2="$$list2 $$p"; \
627 test -z "$$list2" || { \
630 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
631 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DMakefile.in621 list2=; for p in $$list; do \
623 list2="$$list2 $$p"; \
626 test -z "$$list2" || { \
629 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
630 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A DMakefile.in667 list2=; for p in $$list; do \
669 list2="$$list2 $$p"; \
672 test -z "$$list2" || { \
675 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
676 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xfree86/glamor_egl/
H A DMakefile.in657 list2=; for p in $$list; do \
659 list2="$$list2 $$p"; \
662 test -z "$$list2" || { \
665 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
666 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A DMakefile.in720 list2=; for p in $$list; do \
722 list2="$$list2 $$p"; \
725 test -z "$$list2" || { \
728 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modes…
729 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modes…
/OK3568_Linux_fs/external/xserver/hw/xfree86/fbdevhw/
H A DMakefile.in666 list2=; for p in $$list; do \
668 list2="$$list2 $$p"; \
671 test -z "$$list2" || { \
674 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
675 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A DMakefile.in664 list2=; for p in $$list; do \
666 list2="$$list2 $$p"; \
669 test -z "$$list2" || { \
672 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(modul…
673 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(modul…
/OK3568_Linux_fs/external/xserver/hw/xwin/glx/
H A DMakefile.in655 list2=; for p in $$list; do \
657 list2="$$list2 $$p"; \
660 test -z "$$list2" || { \
663 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdi…
664 …LFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdi…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/
H A Dlist.hpp55 : list2< T0,T1 >
57 typedef typename list2< T0,T1 >::type type;

12