| /OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | tune-c3.inc | 3 TUNEVALID[c3] = "VIA Cyrix III or VIA C3 specific optimizations" 4 TUNECONFLICTS[c3] = "m64 mx32" 5 TUNE_CCARGS .= "${@bb.utils.contains('TUNE_FEATURES', 'c3', ' -march=c3 -mtune=c3', '', d)}" 7 AVAILTUNES += "c3" 8 TUNE_FEATURES:tune-c3 = "${TUNE_FEATURES:tune-x86} c3" 9 BASE_LIBS:tune-c3 = "${BASE_LIB:tune-x86}" 11 TUNE_PKGARCH:tune-c3 = "i586" 12 PACKAGE_EXTRA_ARCHS:tune-c3 = "${PACKAGE_EXTRA_ARCHS:tune-x86} i386 i486 i586"
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | synth.sh | 39 c3="fade h 0 .75" 104 \"|$b A1 $c3 contrast\" \ 106 \"|$b A1 $c3\" \ 113 \"|$b C2 $c3\" \ 133 \"|$b A1 $c3 contrast\" \ 140 \"|$b C2 $c3\" \ 147 \"|$b D2 $c3\" \ 154 \"|$b D2 $c3\" \ 165 \"|$b A1 $c3\" \ 172 \"|$b C2 $c3\" \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopolygon/ |
| H A D | tst_qgeopolygon.cpp | 144 QGeoPolygon c3(coords2); in comparison() local 149 QVERIFY(!(c1 == c3)); in comparison() 150 QVERIFY(c1 != c3); in comparison() 152 QVERIFY(!(c2 == c3)); in comparison() 153 QVERIFY(c2 != c3); in comparison() 163 QGeoShape *c3Ptr = &c3; in comparison() 236 QFETCH(QGeoCoordinate, c3); in translate() 243 coords.append(c3); in translate() 270 QFETCH(QGeoCoordinate, c3); in valid() 276 coords.append(c3); in valid() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeopath/ |
| H A D | tst_qgeopath.cpp | 136 QGeoPath c3(coords, qreal(35.0)); in comparison() local 142 QVERIFY(!(c1 == c3)); in comparison() 143 QVERIFY(c1 != c3); in comparison() 148 QVERIFY(!(c2 == c3)); in comparison() 149 QVERIFY(c2 != c3); in comparison() 159 QGeoShape *c3Ptr = &c3; in comparison() 241 QFETCH(QGeoCoordinate, c3); in translate() 248 coords.append(c3); in translate() 279 QFETCH(QGeoCoordinate, c3); in valid() 286 coords.append(c3); in valid() [all …]
|
| /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 | make_expr.hpp | 108 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3) in make_expr() argument 114 >()(c0 , c1 , c2 , c3); in make_expr() 144 make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4) in make_expr() argument 150 >()(c0 , c1 , c2 , c3 , c4); in make_expr() 180 … make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5) in make_expr() argument 186 >()(c0 , c1 , c2 , c3 , c4 , c5); in make_expr() 216 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr() argument 222 >()(c0 , c1 , c2 , c3 , c4 , c5 , c6); in make_expr() 252 …make_expr(const C0 &c0 , const C1 &c1 , const C2 &c2 , const C3 &c3 , const C4 &c4 , const C5 &c5 … in make_expr() argument 258 >()(c0 , c1 , c2 , c3 , c4 , c5 , c6 , c7); in make_expr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | uaccess-asm.h | 49 mcr p15, 0, \tmp, c3, c0, 0 @ Set domain register 63 mcr p15, 0, \tmp, c3, c0, 0 90 DACR( mrc p15, 0, \tmp0, c3, c0, 0) 96 mcr p15, 0, \tmp2, c3, c0, 0 102 mcr p15, 0, \tmp2, c3, c0, 0 112 DACR( mcr p15, 0, \tmp0, c3, c0, 0)
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/hardware/ |
| H A D | cp14.h | 55 #define RCP14_DBGDTRTXext() MRC14(0, c0, c3, 2) 60 #define RCP14_DBGBVR3() MRC14(0, c0, c3, 4) 76 #define RCP14_DBGBCR3() MRC14(0, c0, c3, 5) 92 #define RCP14_DBGWVR3() MRC14(0, c0, c3, 6) 108 #define RCP14_DBGWCR3() MRC14(0, c0, c3, 7) 125 #define RCP14_DBGBXVR3() MRC14(0, c1, c3, 1) 140 #define RCP14_DBGOSDLR() MRC14(0, c1, c3, 4) 160 #define WCP14_DBGDTRTXext(val) MCR14(val, 0, c0, c3, 2) 165 #define WCP14_DBGBVR3(val) MCR14(val, 0, c0, c3, 4) 181 #define WCP14_DBGBCR3(val) MCR14(val, 0, c0, c3, 5) [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/ |
| H A D | make.hpp | 113 inline Geometry make(Type const& c1, Type const& c2, Type const& c3) in make() argument 123 >::apply(geometry, c1, c2, c3); in make() 128 inline Geometry make(Type const& c1, Type const& c2, Type const& c3, Type const& c4) in make() argument 138 >::apply(geometry, c1, c2, c3, c4); in make()
|
| H A D | assign.hpp | 180 Type const& c1, Type const& c2, Type const& c3) in assign_values() argument 189 >::apply(geometry, c1, c2, c3); in assign_values() 207 Type const& c1, Type const& c2, Type const& c3, Type const& c4) in assign_values() argument 216 >::apply(geometry, c1, c2, c3, c4); in assign_values()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/sibyte/ |
| H A D | board.h | 29 #define setleds(t0, t1, c0, c1, c2, c3) \ 37 li t1, c3; \ 40 #define setleds(t0, t1, c0, c1, c2, c3)
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | tlb-v7.S | 47 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 49 ALT_SMP(mcr p15, 0, r0, c8, c3, 1) @ TLB invalidate U MVA (shareable) 76 ALT_SMP(mcr p15, 0, r0, c8, c3, 3) @ TLB invalidate U MVA all ASID (shareable) 78 ALT_SMP(mcr p15, 0, r0, c8, c3, 1) @ TLB invalidate U MVA (shareable)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/ |
| H A D | vincenty_inverse.hpp | 84 CT const c3 = 3; in apply() local 151 CT C = f/c16 * cos2_alpha * (c4 + f * (c4 - c3 * cos2_alpha)); // (10) in apply() 168 CT const c3 = 3; in apply() local 190 … - (B/c6) * cos_2sigma_m * (-c3 + c4 * sin2_sigma) * (-c3 + c4 * cos2_2sigma_m))); // (6) in apply()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | arm32_macros.S | 86 mcr p15, 0, \reg, c3, c0, 0 90 mrc p15, 0, \reg, c3, c0, 0 165 mcr p15, 0, r0, c8, c3, 0 170 mcr p15, 0, \reg, c8, c3, 2 175 mcr p15, 0, \reg, c8, c3, 3
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocircle/ |
| H A D | tst_qgeocircle.cpp | 127 QGeoCircle c3(QGeoCoordinate(1,1), qreal(35.0)); in comparison() local 133 QVERIFY(!(c1 == c3)); in comparison() 134 QVERIFY(c1 != c3); in comparison() 139 QVERIFY(!(c2 == c3)); in comparison() 140 QVERIFY(c2 != c3); in comparison() 150 QGeoShape *c3Ptr = &c3; in comparison()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | sincosf.h | 44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 72 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 111 c2 = p->c3 + x2 * p->c4; in sinf_poly()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | sincosf.h | 44 double c0, c1, c2, c3, c4; /* Cosine polynomial. */ member 72 c2 = p->c3 + x2 * p->c4; in sincosf_poly() 111 c2 = p->c3 + x2 * p->c4; in sinf_poly()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videoio/ |
| H A D | videoio_c.h | 537 #define CV_FOURCC_MACRO(c1, c2, c3, c4) (((c1) & 255) + (((c2) & 255) << 8) + (((c3) & 255) << 16) … argument 547 CV_INLINE int CV_FOURCC(char c1, char c2, char c3, char c4) in CV_FOURCC() argument 549 return CV_FOURCC_MACRO(c1, c2, c3, c4); in CV_FOURCC()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/transform/ |
| H A D | matrix_transformers.hpp | 167 ct const& c3 = get<2>(p1); in apply() local 172 c1 * m_matrix(0,0) + c2 * m_matrix(0,1) + c3 * m_matrix(0,2) + m_matrix(0,3))); in apply() 174 c1 * m_matrix(1,0) + c2 * m_matrix(1,1) + c3 * m_matrix(1,2) + m_matrix(1,3))); in apply() 176 c1 * m_matrix(2,0) + c2 * m_matrix(2,1) + c3 * m_matrix(2,2) + m_matrix(2,3))); in apply()
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | csumpartialcopyuser.S | 18 mrc p15, 0, ip, c3, c0, 0 25 mcr p15, 0, ip, c3, c0, 0
|
| /OK3568_Linux_fs/kernel/drivers/clk/davinci/ |
| H A D | psc.h | 43 #define LPSC_CLKDEV3(n, c1, d1, c2, d2, c3, d3) \ argument 47 LPSC_CLKDEV((c3), (d3)), \
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | synth.c | 94 double cycle_start_time_s, c0, c1, c2, c3, c4, c5, c6; member 366 chan->c3 = (1 + chan->c2) * .5; in start() 414 chan->c2, chan->c3, chan->c4, frac); in start() 588 chan->c3 = .86650 * chan->c3 + d * (.3104856*_); in flow() 591 synth_out = chan->c0 + chan->c1 + chan->c2 + chan->c3 in flow() 608 (d - chan->hp_last_in) * chan->c3 + chan->hp_last_out * chan->c2; in flow()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | aes-tab-4k.S | 58 .long R(46, 23, 23, 65), R(9d, c3, c3, 5e) 98 .long R(26, 13, 13, 35), R(c3, ec, ec, 2f) 157 .long R(82, 41, 41, c3), R(29, 99, 99, b0) 165 .long R(1a, 17, a4, c3), R(3a, 27, 5e, 96) 174 .long R(c3, 2f, 75, 02), R(81, 4c, f0, 12) 251 .long R(2e, 39, f7, 5e), R(82, c3, af, f5) 286 .long R(16, 1d, c3, 72), R(bc, e2, 25, 0c)
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/ |
| H A D | bdisp-debug.c | 288 u32 c0, u32 c1, u32 c2, u32 c3) in bdisp_dbg_dump_ivmx() argument 293 seq_printf(s, "IVMX3\t0x%08X\t", c3); in bdisp_dbg_dump_ivmx() 295 if (!c0 && !c1 && !c2 && !c3) { in bdisp_dbg_dump_ivmx() 303 (c3 == bdisp_rgb_to_yuv[3])) { in bdisp_dbg_dump_ivmx() 311 (c3 == bdisp_yuv_to_rgb[3])) { in bdisp_dbg_dump_ivmx()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-vehicle-serdes-display-v20.dtsi | 886 02c3 001f 898 03c3 001f 1063 02c3 001f 1075 03c3 001f 1464 02c3 001f 1476 03c3 001f 1640 02c3 001f 1652 03c3 001f
|
| H A D | rk3588-vehicle-serdes-display.dtsi | 886 02c3 001f 898 03c3 001f 1063 02c3 001f 1075 03c3 001f 1464 02c3 001f 1476 03c3 001f 1640 02c3 001f 1652 03c3 001f
|