| /OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/ |
| H A D | rsa.c | 52 mbedtls_mpi P1, Q1, H, G; in mbedtls_rsa_gen_key() local 60 mbedtls_mpi_init( &P1 ); mbedtls_mpi_init( &Q1 ); in mbedtls_rsa_gen_key() 88 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &Q1, &ctx->Q, 1 ) ); in mbedtls_rsa_gen_key() 89 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &H, &P1, &Q1 ) ); in mbedtls_rsa_gen_key() 102 MBEDTLS_MPI_CHK( mbedtls_mpi_mod_mpi( &ctx->DQ, &ctx->D, &Q1 ) ); in mbedtls_rsa_gen_key() 109 … mbedtls_mpi_free( &P1 ); mbedtls_mpi_free( &Q1 ); mbedtls_mpi_free( &H ); mbedtls_mpi_free( &G ); in mbedtls_rsa_gen_key() 159 mbedtls_mpi PQ, DE, P1, Q1, H, I, G, G2, L1, L2, DP, DQ, QP; in mbedtls_rsa_check_privkey() local 167 …mbedtls_mpi_init( &PQ ); mbedtls_mpi_init( &DE ); mbedtls_mpi_init( &P1 ); mbedtls_mpi_init( &Q1 ); in mbedtls_rsa_check_privkey() 175 MBEDTLS_MPI_CHK( mbedtls_mpi_sub_int( &Q1, &ctx->Q, 1 ) ); in mbedtls_rsa_check_privkey() 176 MBEDTLS_MPI_CHK( mbedtls_mpi_mul_mpi( &H, &P1, &Q1 ) ); in mbedtls_rsa_check_privkey() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | stan.S | 34 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r. 40 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r, 235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4)) 238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4))) 244 fadds #0x3F800000,%fp1 | ...1+S(Q1+...) 273 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4)) 276 fmulx %fp3,%fp0 | ...S(Q1+S(Q2+S(Q3+SQ4))) 280 fadds #0x3F800000,%fp0 | ...1+S(Q1+...)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | fwd_macros.hpp | 99 #define BOOST_MOVE_FWDQ2 BOOST_MOVE_FWDQ1, ::boost::forward<Q1>(q1) 195 #define BOOST_MOVE_DECLVALQ2 BOOST_MOVE_DECLVALQ1, ::boost::move_detail::declval<Q1>() 306 #define BOOST_MOVE_FWD_INITQ2 BOOST_MOVE_FWD_INITQ1, m_q1(::boost::forward<Q1>(q1)) 354 #define BOOST_MOVE_UREFQ2 BOOST_MOVE_UREFQ1, BOOST_FWD_REF(Q1) q1 378 #define BOOST_MOVE_VALQ2 BOOST_MOVE_VALQ1, BOOST_FWD_REF(Q1) q1 404 #define BOOST_MOVE_CREFQ2 BOOST_MOVE_CREFQ1, BOOST_MOVE_UNVOIDCREF(Q1) q1 428 #define BOOST_MOVE_CLASSQ2 BOOST_MOVE_CLASSQ1, class Q1 452 #define BOOST_MOVE_CLASSDFLTQ2 BOOST_MOVE_CLASSDFLTQ1, class Q1 = void 476 #define BOOST_MOVE_LAST_TARGQ2 Q1 501 #define BOOST_MOVE_TARGQ2 BOOST_MOVE_TARGQ1, Q1 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | ti,tas6424.txt | 22 https://www.ti.com/product/TAS6424-Q1
|
| /OK3568_Linux_fs/external/linux-rga/docs/ |
| H A D | Rockchip_FAQ_RGA_CN.md | 750 **Q1.1**:RGA效率如何评估? 802 **Q1.2**:理论公式仅提供拷贝的评估方法,那么其他模式如何评估? 808 **Q1.3**:为什么RGA在一些场景中性能表现很差,与跑demo时耗时最大能到2倍? 814 **Q1.4**:RGA的效率不能满足我们产品的需求,有什么办法可以提升么? 853 **Q1.5**:RGA是否支持通过命令或接口查询当前的RGA硬件利用率(负载)? 859 **Q1.6**:为什么一些场景使用异步模式调用RGA耗时比同步模式还要慢? 865 **Q1.7**:有些场景使用虚拟地址调用RGA做拷贝耗时比memcpy还要高,可有办法优化? 871 **Q1.8**:为什么当搭载8G DDR时,RGA效率较于4G时性能下降严重? 1420 4). 确认当前RGA频率(可以参考 **Q1.4** 中RGA频率相关操作),某些场景可能会出现同一条总线上的模块降频后影响到RGA的频率,RGA频率下降从而导致整体的性能下降,无法在20…
|
| H A D | Rockchip_FAQ_RGA_EN.md | 747 **Q1.1**:How to evaluate RGA efficiency? 796 **Q1.2**:The theoretical formula only provides the evaluation method of copying, so how to evaluate… 802 **Q1.3**:Why does RGA perform poorly in certain scenarios, taking up to twice as long as running a … 808 **Q1.4**:The efficiency of RGA cannot meet the needs of our products. Is there any way to improve i… 847 **Q1.5**:Does the RGA support querying the current RGA hardware utilization (load) through commands… 853 **Q1.6**:Why are RGA calls in asynchronous mode slower than those in synchronous mode in some scena… 859 **Q1.7**:The time cousuming when using virtual address to call RGA for copying is higher than memcp… 865 **Q1.8**: When carrying 8G DDR, why is RGA efficiency worse than 4G? 1412 4). Check current RGA frequency (see RGA frequency related operations in **Q1.4**). In some sce…
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/ |
| H A D | leds-lp8860.txt | 3 The LP8860-Q1 is an high-efficiency LED
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun6i-a31s-colorfly-e708-q1.dts | 48 model = "Colorfly E708 Q1 tablet";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | sun6i-a31s-colorfly-e708-q1.dts | 48 model = "Colorfly E708 Q1 tablet";
|
| H A D | dra76-evm.dts | 73 /* Output of Cntlr B of TPS43351-Q1 on dra76-evm */ 94 /* Output of Cntlr A of TPS43351-Q1 on dra76-evm */
|
| H A D | dra7-evm.dts | 99 /* Output of Cntlr A of TPS43351-Q1 on dra7-evm */ 110 /* Output of Cntlr B of TPS43351-Q1 on dra7-evm */
|
| H A D | stm32mp15xx-dhcor-avenger96.dtsi | 21 /* XTal Q1 */
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | spi-lm70llp.rst | 65 transistor Q1 (and also a pullup, and a zener diode to D7); while the
|
| /OK3568_Linux_fs/kernel/Documentation/s390/ |
| H A D | vfio-ccw.rst | 362 - Q1-Q7: QEMU side process. 365 Q1.
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | drxk_hard.c | 161 u32 Q1 = 0; in Frac28a() local 165 Q1 = a / c; /* in Frac28a() 172 Q1 = (Q1 << 4) | (R0 / c); in Frac28a() 177 Q1++; in Frac28a() 179 return Q1; in Frac28a()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/dlink/ |
| H A D | dl2k.rst | 290 Q1. Source files contain ^ M behind every line.
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drxj.c | 1070 u32 Q1 = 0; in frac28() local 1074 Q1 = N / D; /* integer part, only the 4 least significant bits in frac28() 1079 Q1 = (Q1 << 4) | R0 / D; in frac28() 1084 Q1++; in frac28() 1086 return Q1; in frac28()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | gspca-cardlist.rst | 325 vc032x 0ac8:c301 Samsung Q1 Ultra Premium
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ixgbe.rst | 118 - Intel(R) Ethernet Converged Network Adapter X520-Q1 only supports the optics
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | fplsp.S | 5635 # V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r. # 5641 # V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r, # 5821 fadd.x TANQ1(%pc),%fp3 # Q1+S(Q2+S(Q3+SQ4)) 5824 fmul.x %fp3,%fp1 # S(Q1+S(Q2+S(Q3+SQ4))) 5828 fadd.s &0x3F800000,%fp1 # 1+S(Q1+...) 5858 fadd.x TANQ1(%pc),%fp3 # Q1+S(Q2+S(Q3+SQ4)) 5861 fmul.x %fp3,%fp0 # S(Q1+S(Q2+S(Q3+SQ4))) 5864 fadd.s &0x3F800000,%fp0 # 1+S(Q1+...)
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sharedsubtree.rst | 677 Q1. Why is bind mount needed? How is it different from symbolic links?
|
| /OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/ |
| H A D | notes.rst | 204 with Samsung Q1 Ultra.
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/ |
| H A D | ir.yuv | 135 …������������������������������������������������|{z{ywvtrrqponnmmnkheiopk[Q1:ittwxxwuqnmmnmkhdc_P…
|
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 126 …��������������ǿ�������������[&���������������������������������������������Q1??��������������5I���… 602 …3:~�������{m[Ub}�{v��zlqp������������}~���{zr}��{|vngdowurrtz����{uroh_`Q1(3<!-:Ngv\St�ihqmoop… 640 …555612732323644333- A{�}������t�����������������������������}|tmlkid^YYXVQOU+=Q1 1274 …�����������������xQO\�������������������������������������k.*|���p?M\Yx����Q1:;889:989988877779877… 1369 …�����������������wRN]�������������������������������������m+&|���o@L]Zx����Q1:;889:989988877779877… 1393 …�����������������wRO_�������������������������������������k+(}���o?K\[x����Q1:;889:989988877779877… 1929 …���������������������������ݢ<n������������ucSHFGJQVZ]^^^\ZZZYYWTQL@44*u�ɣ�Q1�����������~z|��}g… 2214 …31243357����������eA/@Yp����yhZH:Pt|����������~{{|yutsqsvy~~|wrnhc[UUNJT`mvuuusnf^]Q1),><'Hib_W 3206 …��������������������������������ef��������������������ž�~{}����������ϸ��a]�Q1[dRt�����������������… 3461 …4114-" j����z����~}lPR_]_`RMOUY^gd]]VMJTnzsotz{{ysoonnmkfe`Q1GA"… [all …]
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |