Home
last modified time | relevance | path

Searched refs:G0 (Results 1 – 25 of 36) 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 Dor_n.hpp8 template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1>
14 template<typename Expr, typename BasicExpr , typename G0 , typename G1>
15 struct or_2<true, Expr, BasicExpr, G0 , G1>
18 typedef G0 which;
20 template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2>
27 template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2>
28 struct or_3<true, Expr, BasicExpr, G0 , G1 , G2>
31 typedef G0 which;
33 …template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2 , type…
40 …template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2 , typename G3>
[all …]
H A Dmatches_.hpp9 template<typename Expr, typename BasicExpr , typename G0 , typename G1>
10 struct matches_<Expr, BasicExpr, proto::or_<G0 , G1> >
12 matches_<Expr, BasicExpr, typename G0::proto_grammar>::value,
13 Expr, BasicExpr , G0 , G1
17 template<typename Expr, typename BasicExpr, typename G0 , typename G1>
18 struct matches_<Expr, BasicExpr, proto::and_<G0 , G1> >
20 matches_< Expr , BasicExpr , typename G0::proto_grammar >::value,
39 template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2>
40 struct matches_<Expr, BasicExpr, proto::or_<G0 , G1 , G2> >
42 matches_<Expr, BasicExpr, typename G0::proto_grammar>::value,
[all …]
H A Dand_n.hpp19 template<typename G0 , typename G1, typename Expr, typename State, typename Data>
20 struct _and_impl<proto::and_<G0 , G1>, Expr, State, Data>
23 …typedef typename proto::when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef type…
53 … template<typename G0 , typename G1 , typename G2, typename Expr, typename State, typename Data>
54 struct _and_impl<proto::and_<G0 , G1 , G2>, Expr, State, Data>
57 …typedef typename proto::when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef type…
87 …template<typename G0 , typename G1 , typename G2 , typename G3, typename Expr, typename State, typ…
88 struct _and_impl<proto::and_<G0 , G1 , G2 , G3>, Expr, State, Data>
91 …typedef typename proto::when<proto::_, G0> ::template impl<Expr, State, Data> Gimpl0; typedef type…
121 …template<typename G0 , typename G1 , typename G2 , typename G3 , typename G4, typename Expr, typen…
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/net/
H A Dbpf_jit_comp_32.c108 *prog++ = SETHI(0, G0); \
113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \
118 *prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \
123 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \
175 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \
262 *prog++ = (SUBCC | RS1(R1) | RS2(R2) | RD(G0))
265 *prog++ = (SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0));
268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0))
271 *prog++ = (ANDCC | IMMED | RS1(R1) | S13(IMM) | RD(G0));
451 emit_write_y(G0); in bpf_jit_compile()
[all …]
H A Dbpf_jit_comp_64.c258 emit(SETHI(0, G0), ctx); in emit_nop()
263 emit(OR | RS1(G0) | RS2(from) | RD(to), ctx); in emit_reg_move()
340 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm32()
350 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm()
360 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm_sext()
504 emit(OR | IMMED | RS1(G0) | S13(the_const) | RD(dest), ctx); in emit_loadimm64()
563 emit(OR | IMMED | RS1(G0) | S13(fast_int) | RD(dest), ctx); in emit_loadimm64()
647 emit(SUBCC | RS1(R1) | RS2(R2) | RD(G0), CTX)
650 emit(SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0), CTX)
653 emit(ANDCC | RS1(R1) | RS2(R2) | RD(G0), CTX)
[all …]
H A Dbpf_jit_64.h6 #define G0 0x00 macro
H A Dbpf_jit_32.h19 #define G0 0x00 macro
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dmatches.hpp384 template<typename Expr, typename BasicExpr, typename G0>
385 struct matches_<Expr, BasicExpr, or_<G0> >
386 : matches_<Expr, BasicExpr, typename G0::proto_grammar>
388 typedef G0 which;
397 template<typename Expr, typename BasicExpr, typename G0>
398 struct matches_<Expr, BasicExpr, and_<G0> >
399 : matches_<Expr, BasicExpr, typename G0::proto_grammar>
593 template<typename G0, typename Expr, typename State, typename Data>
594 struct _and_impl<proto::and_<G0>, Expr, State, Data>
595 : proto::when<proto::_, G0>::template impl<Expr, State, Data>
/OK3568_Linux_fs/kernel/arch/hexagon/
H A DMakefile7 KBUILD_CFLAGS += -G0
8 LDFLAGS_vmlinux += -G0
/OK3568_Linux_fs/buildroot/dl/sox/git/scripts/
H A Dsynth.sh26 G0="pl %-26 pl %-19 pl %-14 pl %-10 pl %-7 pl %-2"
61 \"|$s $G0 $e 2.6 .1 bend .5,200,.2\" \
/OK3568_Linux_fs/u-boot/arch/nios2/
H A Dconfig.mk16 PLATFORM_CPPFLAGS += -G0
/OK3568_Linux_fs/u-boot/arch/nds32/
H A Dconfig.mk20 PLATFORM_CPPFLAGS += -D__nds32__ -G0 -ffixed-10 -fpie
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/
H A Dor_n.hpp54 typedef G0 which; in BOOST_PP_CAT()
H A Dmatches_.hpp58 matches_<Expr, BasicExpr, typename G0::proto_grammar>::value,
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dunicode.rst24 Map symbol Map name Escape code (G0)
38 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and
39 G1), whereas ISO 2022 has four 7-bit codes (G0-G3).
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dberlin2cd-google-chromecast.dts74 groups = "G0";
H A Daspeed-bmc-opp-romulus.dts241 /*G0-G7*/ "","","","","","","","",
H A Daspeed-bmc-opp-nicole.dts226 /*G0-G7*/ "","","","","","","","",
H A Daspeed-bmc-facebook-tiogapass.dts137 /*G0-G7*/ "CPU_ERR2_LVT3","CPU_CATERR_LVT3","PCH_BMC_THERMTRIP",
H A Daspeed-bmc-opp-witherspoon.dts208 /*G0-G7*/ "","","","","","","","",
H A Daspeed-bmc-opp-zaius.dts489 /*G0-G7*/ "fsi-clock","fsi-data","","","","","","",
H A Daspeed-bmc-opp-tacoma.dts111 /*G0-G7*/ "","","","","","","","",
/OK3568_Linux_fs/u-boot/arch/nios2/cpu/
H A Du-boot.lds54 * gp - Since we don't use gp for small data with option "-G0",
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/
H A Darm,pl11x.txt52 index of the pad used as G0, third value index of the
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Dsentelic.rst94 Absolute position for STL3886-G0
126 Notify Packet for G0
830 bit6 0 RW G0 abs. + notify packet format enable

12