| /OK3568_Linux_fs/buildroot/dl/sox/git/scripts/ |
| H A D | synth.sh | 38 b="$sox -n -p synth 0 0 0 30 20 pl" 40 c="fade h 0 .25" 41 cs="fade h 0 .25 .05" 44 r="$sox -n -p trim 0 .25" 75 \"|$l pl %7 $o trim 0 .25\" \ 91 \"|$l pl %2 pl %7 delay 0 .02 remix - $o trim 0 .25\" \ 92 \"|$l pl %-5 $o trim 0 .25\" \ 93 \"|$l pl %-5 $o trim 0 .25\" \ 94 \"|$l pl %2 pl %7 delay 0 .02 remix - $o trim 0 .25\" \ 95 \"|$l pl %-5 $o trim 0 .25\" \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | divide.S | 22 * $24 and $25, and return the result in $27. Register $28 may 43 * $25 - divisor 67 #define GETSIGN(x) xor $24,$25,x 104 bis $25,$25,divisor 128 bne compare,1b 134 bne compare,1b 146 bne mask,2b 162 * -a / b = a / -b = -(a / b) 163 * -a % b = -(a % b) 164 * a % -b = a % b [all …]
|
| H A D | ev6-divide.S | 22 * $24 and $25, and return the result in $27. Register $28 may 43 * $25 - divisor 77 #define GETSIGN(x) xor $24,$25,x 114 bis $25,$25,divisor # E : 147 bne compare,1b # U : U L U L 157 bne compare,1b # U : U L U L 184 bne mask,2b # U : U L U L 189 bne mask,2b # U : U L L U 216 * -a / b = a / -b = -(a / b) 217 * -a % b = -(a % b) [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/crypto/ |
| H A D | sha512-ce-core.S | 15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19 16 .set .Lq\b, \b 17 .set .Lv\b\().2d, \b 88 ext v6.16b, v\i2\().16b, v\i3\().16b, #8 89 ext v5.16b, v5.16b, v5.16b, #8 90 ext v7.16b, v\i1\().16b, v\i2\().16b, #8 93 ext v5.16b, v\in3\().16b, v\in4\().16b, #8 122 CPU_LE( rev64 v12.16b, v12.16b ) 123 CPU_LE( rev64 v13.16b, v13.16b ) 124 CPU_LE( rev64 v14.16b, v14.16b ) [all …]
|
| H A D | chacha-neon-core.S | 47 eor v3.16b, v3.16b, v0.16b 52 eor v4.16b, v1.16b, v2.16b 58 eor v3.16b, v3.16b, v0.16b 59 tbl v3.16b, {v3.16b}, v12.16b 63 eor v4.16b, v1.16b, v2.16b 65 sri v1.4s, v4.4s, #25 68 ext v1.16b, v1.16b, v1.16b, #4 70 ext v2.16b, v2.16b, v2.16b, #8 72 ext v3.16b, v3.16b, v3.16b, #12 76 eor v3.16b, v3.16b, v0.16b [all …]
|
| /OK3568_Linux_fs/buildroot/package/softether/ |
| H A D | 0002-Create-libsoftether.so-and-dynamically-link.patch | 23 diff --git a/configure.ac b/configure.ac 26 +++ b/configure.ac 35 diff --git a/src/Makefile.am b/src/Makefile.am 38 +++ b/src/Makefile.am 50 diff --git a/src/libsoftether/Makefile.am b/src/libsoftether/Makefile.am 54 +++ b/src/libsoftether/Makefile.am 90 diff --git a/src/vpnbridge/Makefile.am b/src/vpnbridge/Makefile.am 93 +++ b/src/vpnbridge/Makefile.am 94 @@ -25,5 +25,4 @@ vpnbridge_SOURCES = \ 101 diff --git a/src/vpnclient/Makefile.am b/src/vpnclient/Makefile.am [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | sha256-avx-asm.S | 107 b = %ebx define 148 c = b 149 b = a define 158 MY_ROR (25-11), y0 # y0 = e >> (25-11) 162 xor e, y0 # y0 = e ^ (e >> (25-11)) 164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 168 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 187 and b, y0 # y0 = (a|c)&b 190 or y2, y0 # y0 = MAJ = (a|c)&b)|(a&c) [all …]
|
| H A D | sha256-ssse3-asm.S | 100 b = %ebx define 142 c = b 143 b = a define 152 ror $(25-11), y0 # y0 = e >> (25-11) 156 xor e, y0 # y0 = e ^ (e >> (25-11)) 158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 163 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 184 and b, y0 # y0 = (a|c)&b 187 or y2, y0 # y0 = MAJ = (a|c)&b)|(a&c) [all …]
|
| H A D | sha256-avx2-asm.S | 103 b = %ebx define 150 c = b 151 b = a define 159 rorx $25, e, y0 # y0 = e >> 25 # S1A 168 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 174 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 178 and b, y3 # y3 = (a|c)&b # MAJA 191 or T1, y3 # y3 = MAJ = (a|c)&b)|(a&c) # MAJ 207 rorx $25, e, y0 # y0 = e >> 25 # S1A 217 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | cp437.uni | 18 0x02 U+263b 20 0x04 U+2666 U+25c6 24 0x08 U+25d8 25 0x09 U+25cb 26 0x0a U+25d9 30 0x0e U+266b 32 0x10 U+25b6 U+25ba 33 0x11 U+25c0 U+25c4 38 0x16 U+25ac 46 0x1e U+25b2 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | libata-pata-timings.c | 31 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 0, 120, 0 }, 32 { XFER_PIO_5, 15, 65, 25, 100, 65, 25, 0, 100, 0 }, 41 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 5, 120, 0 }, 42 { XFER_MW_DMA_3, 25, 0, 0, 0, 65, 25, 5, 100, 0 }, 43 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 }, 74 void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b, in ata_timing_merge() argument 78 m->setup = max(a->setup, b->setup); in ata_timing_merge() 80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge() 82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge() 84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A D | ide-timings.c | 33 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 80, 0 }, 34 { XFER_MW_DMA_3, 25, 0, 0, 0, 65, 25, 100, 0 }, 35 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 120, 0 }, 44 { XFER_PIO_5, 15, 65, 25, 100, 65, 25, 100, 0 }, 45 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 120, 0 }, 109 void ide_timing_merge(struct ide_timing *a, struct ide_timing *b, in ide_timing_merge() argument 113 m->setup = max(a->setup, b->setup); in ide_timing_merge() 115 m->act8b = max(a->act8b, b->act8b); in ide_timing_merge() 117 m->rec8b = max(a->rec8b, b->rec8b); in ide_timing_merge() 119 m->cyc8b = max(a->cyc8b, b->cyc8b); in ide_timing_merge() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/geoflickr/flickrmobile/ |
| H A D | nmealog.txt | 3 $GPGSA,A,3,16,25,23,20,13,27,11,,,,,,2.3,1.3,1.9*3D 5 $GPGSV,3,1,10,16,49,115,42,25,39,269,36,23,58,176,29,20,72,335,35*75 7 $GPGSV,3,3,10,11,06,337,30,03,13,055,25*7C 12 $GPGSA,A,3,16,25,23,20,13,27,03,,,,,,2.1,1.2,1.7*33 14 $GPGSV,3,1,10,16,49,115,41,25,39,269,36,23,58,176,28,20,72,335,36*74 16 $GPGSV,3,3,10,11,06,337,28,03,13,055,25*75 21 $GPGSA,A,3,16,25,23,20,13,27,,,,,,,3.3,1.7,2.8*3A 23 $GPGSV,3,1,10,16,49,115,34,25,39,269,36,23,58,175,29,20,72,335,35*77 24 $GPGSV,3,2,10,19,02,028,,04,06,241,20,13,30,223,27,27,19,284,32*7B 25 $GPGSV,3,3,10,11,06,337,28,03,14,055,25*72 [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/snippets/declarative/ |
| H A D | nmealog.txt | 3 $GPGSA,A,3,16,25,23,20,13,27,11,,,,,,2.3,1.3,1.9*3D 5 $GPGSV,3,1,10,16,49,115,42,25,39,269,36,23,58,176,29,20,72,335,35*75 7 $GPGSV,3,3,10,11,06,337,30,03,13,055,25*7C 12 $GPGSA,A,3,16,25,23,20,13,27,03,,,,,,2.1,1.2,1.7*33 14 $GPGSV,3,1,10,16,49,115,41,25,39,269,36,23,58,176,28,20,72,335,36*74 16 $GPGSV,3,3,10,11,06,337,28,03,13,055,25*75 21 $GPGSA,A,3,16,25,23,20,13,27,,,,,,,3.3,1.7,2.8*3A 23 $GPGSV,3,1,10,16,49,115,34,25,39,269,36,23,58,175,29,20,72,335,35*77 24 $GPGSV,3,2,10,19,02,028,,04,06,241,20,13,30,223,27,27,19,284,32*7B 25 $GPGSV,3,3,10,11,06,337,28,03,14,055,25*72 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ni_routing/ni_route_values/ |
| H A D | ni_mseries.c | 57 [B(NI_PFI(0))] = { 58 [B(TRIGGER_LINE(0))] = I(18), 59 [B(TRIGGER_LINE(1))] = I(19), 60 [B(TRIGGER_LINE(2))] = I(20), 61 [B(TRIGGER_LINE(3))] = I(21), 62 [B(TRIGGER_LINE(4))] = I(22), 63 [B(TRIGGER_LINE(5))] = I(23), 64 [B(TRIGGER_LINE(6))] = I(24), 65 [B(TRIGGER_LINE(7))] = I(25), 66 [B(NI_CtrSource(0))] = I(9), [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/powertop/powertop/ |
| H A D | 0001-wakeup_xxx.h-include-limits.h.patch | 3 Date: Mon, 20 May 2019 20:25:00 +0200 29 diff --git a/src/wakeup/wakeup_ethernet.h b/src/wakeup/wakeup_ethernet.h 32 +++ b/src/wakeup/wakeup_ethernet.h 33 @@ -25,6 +25,7 @@ 41 diff --git a/src/wakeup/wakeup_usb.h b/src/wakeup/wakeup_usb.h 44 +++ b/src/wakeup/wakeup_usb.h 45 @@ -25,6 +25,7 @@
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/psplash/files/ |
| H A D | psplash-poky-img.h | 292 "\352(\307\350,\311\352B\314\347i\326\356\207\341\364\260\353\366\333" \ 297 "\25\274\344\4\0\301\350J\321\355\211\342\365\314\361\372\223\376\377" \ 301 "\377\374\3\336\367\374\206\340\363*\310\351\232\25\274\344\3#\304\346" \ 306 "B\314\347\240\25\274\344\3*\310\351\233\345\364\367\375\377\217\376\377" \ 310 "\376\377\374\3\367\375\377\233\345\364(\307\350\244\25\274\344\3\0\302" \ 314 "\256\266\217\376\377\374\2\237\350\367\0\304\352\250\25\274\344\3\0\276" \ 318 "\251\261\271\216\376\377\374\2\315\362\3731\313\354\254\25\274\344\2" \ 322 "\376\377\374\3\367\375\377m\332\361\0\276\345\257\25\274\344\2L\322\356" \ 326 "\375\372\214\376\377\374\2\333\364\371,\311\352\262\25\274\344\2\0\304" \ 330 "\214\376\377\374\2\236\347\366\0\276\345\264\25\274\344\3\0\276\345\203" \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
| H A D | 0007-initialize-encoder-decoder-state-in-the-constructors.patch | 15 diff --git a/include/b64/decode.h b/include/b64/decode.h 18 +++ b/include/b64/decode.h 19 @@ -25,7 +25,9 @@ namespace base64 30 diff --git a/include/b64/encode.h b/include/b64/encode.h 33 +++ b/include/b64/encode.h 34 @@ -25,7 +25,9 @@ namespace base64
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | mpp_meta.h | 23 #define FOURCC_META(a, b, c, d) ((RK_U32)(a) << 24 | \ argument 24 ((RK_U32)(b) << 16) | \ 39 * B. decoder output side task 52 TYPE_BUFFER = FOURCC_META('m', 'b', 'u', 'f'), 73 KEY_INPUT_BLOCK = FOURCC_META('i', 'b', 'l', 'k'), 74 KEY_OUTPUT_BLOCK = FOURCC_META('o', 'b', 'l', 'k'), 107 * 20 21 22 23 24 25 26 27 20 21 22 23 24 25 26 27 112 … -> 00 01 02 03 10 11 12 13 20 21 22 23 30 31 32 33 04 05 06 07 14 15 16 17 24 25 26 27 34 35 36 37 114 * 20 21 22 23 24 25 26 27 118 * 10 11 12 13 14 15 16 17 20 21 30 31 22 23 32 33 24 25 34 35 26 27 36 37 [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | mpp_meta.h | 23 #define FOURCC_META(a, b, c, d) ((RK_U32)(a) << 24 | \ argument 24 ((RK_U32)(b) << 16) | \ 39 * B. decoder output side task 52 TYPE_BUFFER = FOURCC_META('m', 'b', 'u', 'f'), 73 KEY_INPUT_BLOCK = FOURCC_META('i', 'b', 'l', 'k'), 74 KEY_OUTPUT_BLOCK = FOURCC_META('o', 'b', 'l', 'k'), 107 * 20 21 22 23 24 25 26 27 20 21 22 23 24 25 26 27 112 … -> 00 01 02 03 10 11 12 13 20 21 22 23 30 31 32 33 04 05 06 07 14 15 16 17 24 25 26 27 34 35 36 37 114 * 20 21 22 23 24 25 26 27 118 * 10 11 12 13 14 15 16 17 20 21 30 31 22 23 32 33 24 25 34 35 26 27 36 37 [all …]
|
| /OK3568_Linux_fs/buildroot/package/socketcand/ |
| H A D | 0001-Fix-GCC10-build-failure.patch | 24 diff --git a/socketcand.c b/socketcand.c 27 +++ b/socketcand.c 45 diff --git a/state_bcm.c b/state_bcm.c 48 +++ b/state_bcm.c 74 diff --git a/state_isotp.c b/state_isotp.c 77 +++ b/state_isotp.c 78 @@ -25,7 +25,6 @@ 94 diff --git a/state_raw.c b/state_raw.c 97 +++ b/state_raw.c 98 @@ -25,7 +25,6 @@
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | sha512-core.S_shipped | 263 ldr r11,[sp,#8+0] @ b.lo 273 @ LO lo>>28^hi<<4 ^ hi>>2^lo<<30 ^ hi>>7^lo<<25 274 @ HI hi>>28^lo<<4 ^ lo>>2^hi<<30 ^ lo>>7^hi<<25 285 eor r9,r9,r5,lsl#25 286 eor r10,r10,r6,lsl#25 @ Sigma0(a) 291 ldr r10,[sp,#8+4] @ b.hi 297 orr r5,r5,r9 @ Maj(a,b,c).lo 300 orr r6,r6,r12 @ Maj(a,b,c).hi 312 @ LO lo>>1^hi<<31 ^ lo>>8^hi<<24 ^ lo>>7^hi<<25 326 eor r3,r3,r10,lsl#25 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rkflash/ |
| H A D | rk_sftl_arm_v8.S | 12 hint 25 // paciasp 20 .word 661b - . 23 .byte 662b-661b 31 .org . - (664b-663b) + (662b-661b) 32 .org . - (662b-661b) + (664b-663b) 44 hint 25 // paciasp 52 .word 661b - . 55 .byte 662b-661b 63 .org . - (664b-663b) + (662b-661b) 64 .org . - (662b-661b) + (664b-663b) [all …]
|
| /OK3568_Linux_fs/buildroot/boot/lpc32xxcdl/ |
| H A D | lpc32xxcdl-2.11-libnosys_gnu.patch | 15 diff --git a/csps/lpc32xx/bsps/ea3250/source/libnosys_gnu.c b/csps/lpc32xx/bsps/ea3250/source/libno… 18 +++ b/csps/lpc32xx/bsps/ea3250/source/libnosys_gnu.c 19 @@ -25,6 +25,7 @@ 72 diff --git a/csps/lpc32xx/bsps/fdi3250/source/libnosys_gnu.c b/csps/lpc32xx/bsps/fdi3250/source/lib… 75 +++ b/csps/lpc32xx/bsps/fdi3250/source/libnosys_gnu.c 76 @@ -25,6 +25,7 @@ 129 diff --git a/csps/lpc32xx/bsps/phy3250/source/libnosys_gnu.c b/csps/lpc32xx/bsps/phy3250/source/lib… 132 +++ b/csps/lpc32xx/bsps/phy3250/source/libnosys_gnu.c 133 @@ -25,6 +25,7 @@
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | perf_asm.S | 158 b,n perf_rdr_shift_in_W_leave 169 b,n perf_rdr_shift_in_W_leave 182 b,n perf_rdr_shift_in_W_leave 187 b,n perf_rdr_shift_in_W_leave 204 b,n perf_rdr_shift_in_W_leave 216 b,n perf_rdr_shift_in_W_leave 228 b,n perf_rdr_shift_in_W_leave 235 b,n perf_rdr_shift_in_W_leave 247 b,n perf_rdr_shift_in_W_leave 259 b,n perf_rdr_shift_in_W_leave [all …]
|