| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/detail/preprocessed/ |
| H A D | or_n.hpp | 20 template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2> 24 , Expr, BasicExpr, G1 , G2 27 template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2> 28 struct or_3<true, Expr, BasicExpr, G0 , G1 , G2> 33 …template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2 , type… 37 , Expr, BasicExpr, G1 , G2 , G3 40 …template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2 , typename G3> 41 struct or_4<true, Expr, BasicExpr, G0 , G1 , G2 , G3> 46 …template<bool B, typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2 , type… 50 , Expr, BasicExpr, G1 , G2 , G3 , G4 [all …]
|
| H A D | matches_.hpp | 39 template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2> 40 struct matches_<Expr, BasicExpr, proto::or_<G0 , G1 , G2> > 43 Expr, BasicExpr , G0 , G1 , G2 47 template<typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2> 48 struct matches_<Expr, BasicExpr, proto::and_<G0 , G1 , G2> > 51 …asicExpr , typename G1::proto_grammar > , matches_< Expr , BasicExpr , typename G2::proto_grammar > 69 …template<typename Expr, typename BasicExpr , typename G0 , typename G1 , typename G2 , typename G3> 70 struct matches_<Expr, BasicExpr, proto::or_<G0 , G1 , G2 , G3> > 73 Expr, BasicExpr , G0 , G1 , G2 , G3 77 … template<typename Expr, typename BasicExpr, typename G0 , typename G1 , typename G2 , typename G3> [all …]
|
| H A D | and_n.hpp | 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 …ate impl<Expr, State, Data> Gimpl1; typedef typename proto::when<proto::_, G2> ::template impl<Exp… 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 …ate impl<Expr, State, Data> Gimpl1; typedef typename proto::when<proto::_, G2> ::template impl<Exp… 121 …template<typename G0 , typename G1 , typename G2 , typename G3 , typename G4, typename Expr, typen… 122 struct _and_impl<proto::and_<G0 , G1 , G2 , G3 , G4>, Expr, State, Data> 125 …ate impl<Expr, State, Data> Gimpl1; typedef typename proto::when<proto::_, G2> ::template impl<Exp… 155 …template<typename G0 , typename G1 , typename G2 , typename G3 , typename G4 , typename G5, typena… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | predicates.hpp | 159 template <typename G1, typename G2> 160 static inline bool apply(G1 const& g1, G2 const& g2) in apply() 169 template <typename G1, typename G2> 170 static inline bool apply(G1 const& g1, G2 const& g2) in apply() 179 template <typename G1, typename G2> 180 static inline bool apply(G1 const& g1, G2 const& g2) in apply() 189 template <typename G1, typename G2> 190 static inline bool apply(G1 const& g1, G2 const& g2) in apply() 199 template <typename G1, typename G2> 200 static inline bool apply(G1 const& g1, G2 const& g2) in apply() [all …]
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | twofish_generic.c | 44 #define G2(b) \ macro 54 x = G1 (a); y = G2 (b); \ 61 x = G1 (a); y = G2 (b); \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/ |
| H A D | coordinate_dimension.hpp | 119 template <typename G1, typename G2> 122 …tic_cast<size_t>(dimension<G1>::type::value) == static_cast<size_t>(dimension<G2>::type::value) )); in assert_dimension_equal()
|
| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | rsa.c | 159 mbedtls_mpi PQ, DE, P1, Q1, H, I, G, G2, L1, L2, DP, DQ, QP; in mbedtls_rsa_check_privkey() local 168 …mbedtls_mpi_init( &H ); mbedtls_mpi_init( &I ); mbedtls_mpi_init( &G ); mbedtls_mpi_init( &G2 ); in mbedtls_rsa_check_privkey() 179 MBEDTLS_MPI_CHK( mbedtls_mpi_gcd( &G2, &P1, &Q1 ) ); in mbedtls_rsa_check_privkey() 180 MBEDTLS_MPI_CHK( mbedtls_mpi_div_mpi( &L1, &L2, &H, &G2 ) ); in mbedtls_rsa_check_privkey() 203 …mbedtls_mpi_free( &H ); mbedtls_mpi_free( &I ); mbedtls_mpi_free( &G ); mbedtls_mpi_free( &G2 ); in mbedtls_rsa_check_privkey()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A D | Kconfig | 25 tristate "R-Car Gen3 and RZ/G2 DU HDMI Encoder Support" 29 Enable support for R-Car Gen3 or RZ/G2 internal HDMI encoder.
|
| /OK3568_Linux_fs/kernel/arch/sh/drivers/dma/ |
| H A D | Kconfig | 65 tristate "G2 Bus DMA support" 69 G2 bus. Drivers that want this will generally enable this on
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_64.h | 8 #define G2 0x02 macro
|
| H A D | bpf_jit_32.h | 40 #define r_TMP2 G2
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/css_2401_system/ |
| H A D | pixelgen_global.h | 60 u32 G2; member
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/renesas/ |
| H A D | rzg2-advantech-idk-1110wr-panel.dtsi | 4 * to RZ/G2 boards
|
| H A D | hihope-rzg2-ex-lvds.dtsi | 3 * Device Tree Source for the RZ/G2[MN] HiHope sub board LVDS common parts
|
| H A D | hihope-rzg2-ex.dtsi | 3 * Device Tree Source for the RZ/G2[HMN] HiHope sub board common parts
|
| H A D | hihope-rev2.dtsi | 3 * Device Tree Source for the HiHope RZ/G2[MN] main board Rev.2.0 common
|
| H A D | hihope-rev4.dtsi | 4 * HiHope RZ/G2[MN] Rev.3.0/4.0 main board common parts
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/ |
| H A D | Kconfig | 12 Supports R-Car Gen3 and RZ/G2 SoCs.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtl818x/ |
| H A D | Kconfig | 72 Encore ENUWI-G2
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/bridge/ |
| H A D | renesas,dw-hdmi.txt | 22 - "renesas,rcar-gen3-hdmi" for the generic R-Car Gen3 and RZ/G2 compatible
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | renesas,iic.txt | 28 - "renesas,rcar-gen3-iic" (generic R-Car Gen3 or RZ/G2
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | rcar-pci.txt | 22 RZ/G2 compatible device.
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/aspeed/ |
| H A D | pinctrl-aspeed-g5.c | 1375 #define G2 186 macro 1376 SIG_EXPR_LIST_DECL_SINGLE(G2, GPIOX2, GPIOX2, SIG_DESC_SET(SCUA4, 2)); 1377 SIG_EXPR_LIST_DECL_SINGLE(G2, ADC10, ADC10); 1378 PIN_DECL_(G2, SIG_EXPR_LIST_PTR(G2, GPIOX2), SIG_EXPR_LIST_PTR(G2, ADC10)); 1379 FUNC_GROUP_DECL(ADC10, G2); 2027 ASPEED_PINCTRL_PIN(G2), 2585 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_PULL_DOWN, G2, G2, SCUA8, 14), 2586 ASPEED_SB_PINCONF(PIN_CONFIG_BIAS_DISABLE, G2, G2, SCUA8, 14),
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cgroup-v1/ |
| H A D | memcg_test.rst | 205 G2_TASK=`cat ${G2}/tasks` 206 move_task "${G1_TASK}" ${G2} &
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/ |
| H A D | rcar_canfd.txt | 6 - "renesas,rcar-gen3-canfd" for R-Car Gen3 and RZ/G2 compatible controllers.
|