| /kernel/linux/linux-4.19/arch/arm64/crypto/ |
| 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 17 .set .Lv\b\().2d, \b 85 ld1 {v\rc1\().2d}, [x4], #16 87 add v5.2d, v\rc0\().2d, v\in0\().2d 91 add v\i3\().2d, v\i3\().2d, v5.2d 94 sha512su0 v\in0\().2d, v\in1\().2d 96 sha512h q\i3, q6, v7.2d 98 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d 100 add v\i4\().2d, v\i1\().2d, v\i3\().2d 101 sha512h2 q\i3, q\i1, v\i0\().2d [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| 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 17 .set .Lv\b\().2d, \b 85 ld1 {v\rc1\().2d}, [x4], #16 87 add v5.2d, v\rc0\().2d, v\in0\().2d 91 add v\i3\().2d, v\i3\().2d, v5.2d 94 sha512su0 v\in0\().2d, v\in1\().2d 96 sha512h q\i3, q6, v7.2d 98 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d 100 add v\i4\().2d, v\i1\().2d, v\i3\().2d 101 sha512h2 q\i3, q\i1, v\i0\().2d [all …]
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| D | sha1_ssse3_asm.S | 116 mov 12(HASH_PTR), D 127 RR F1,A,B,C,D,E,0 128 RR F1,D,E,A,B,C,2 129 RR F1,B,C,D,E,A,4 130 RR F1,E,A,B,C,D,6 131 RR F1,C,D,E,A,B,8 133 RR F1,A,B,C,D,E,10 134 RR F1,D,E,A,B,C,12 135 RR F1,B,C,D,E,A,14 136 RR F1,E,A,B,C,D,16 [all …]
|
| D | nh-avx2-x86_64.S | 107 // 2 or 3 strides remain; do 2 more. 131 // PASS0_SUMS is (0A 0B 0C 0D) 132 // PASS1_SUMS is (1A 1B 1C 1D) 133 // PASS2_SUMS is (2A 2B 2C 2D) 134 // PASS3_SUMS is (3A 3B 3C 3D) 136 // (0A + 0B + 0C + 0D, 137 // 1A + 1B + 1C + 1D, 138 // 2A + 2B + 2C + 2D, 139 // 3A + 3B + 3C + 3D) 143 vpunpckhqdq PASS1_SUMS, PASS0_SUMS, T1 // T1 = (0B 1B 0D 1D) [all …]
|
| /kernel/linux/linux-4.19/arch/x86/crypto/ |
| D | sha1_ssse3_asm.S | 120 mov 12(HASH_PTR), D 131 RR F1,A,B,C,D,E,0 132 RR F1,D,E,A,B,C,2 133 RR F1,B,C,D,E,A,4 134 RR F1,E,A,B,C,D,6 135 RR F1,C,D,E,A,B,8 137 RR F1,A,B,C,D,E,10 138 RR F1,D,E,A,B,C,12 139 RR F1,B,C,D,E,A,14 140 RR F1,E,A,B,C,D,16 [all …]
|
| /kernel/linux/linux-4.19/crypto/ |
| D | md4.c | 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 69 u32 a, b, c, d; in md4_transform() local 74 d = hash[3]; in md4_transform() 76 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 77 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 78 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 79 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 80 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
| /kernel/linux/linux-5.10/crypto/ |
| D | md4.c | 63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument 65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument 69 u32 a, b, c, d; in md4_transform() local 74 d = hash[3]; in md4_transform() 76 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 77 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 78 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 79 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 80 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | viafb.modes | 29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz 32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz 33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode 41 # 8 chars 3 lines 53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz 54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode 62 # 7 chars 3 lines 74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz 75 geometry 640 480 640 480 32 timings 27777 80 56 25 1 56 3 endmode 83 # 8 chars 3 lines [all …]
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | viafb.modes | 29 # D: 25.175 MHz, H: 31.469 kHz, V: 59.94 Hz 32 # D: 24.823 MHz, H: 39.780 kHz, V: 60.00 Hz 33 geometry 480 640 480 640 32 timings 39722 72 24 19 1 48 3 endmode 41 # 8 chars 3 lines 53 # D: 31.50 MHz, H: 37.500 kHz, V: 75.00 Hz 54 geometry 640 480 640 480 32 timings 31747 120 16 16 1 64 3 endmode 62 # 7 chars 3 lines 74 # D: 36.000 MHz, H: 43.269 kHz, V: 85.00 Hz 75 geometry 640 480 640 480 32 timings 27777 80 56 25 1 56 3 endmode 83 # 8 chars 3 lines [all …]
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | lzo.txt | 51 length += constant (generally 2 or 3) 59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals 70 for the distance, thus requiring 3 bytes. 91 18..21 : copy 0..3 literals 92 state = (byte - 17) = 0..3 [ copy <state> literals ] 109 length = 3 + (L ?: 15 + (zero_bytes * 255) + non_zero_byte) 112 If last instruction used to copy between 1 to 3 literals (encoded in 119 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance 123 distance = (H << 2) + D + 1 126 state == 4), the instruction becomes a copy of a 3-byte block from the [all …]
|
| /kernel/linux/linux-5.10/Documentation/staging/ |
| D | lzo.rst | 51 length += constant (generally 2 or 3) 59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals 70 for the distance, thus requiring 3 bytes. 111 18..21 : copy 0..3 literals 112 state = (byte - 17) = 0..3 [ copy <state> literals ] 129 length = 3 + (L ?: 15 + (zero_bytes * 255) + non_zero_byte) 132 If last instruction used to copy between 1 to 3 literals (encoded in 139 0 0 0 0 D D S S (0..15) : copy 2 bytes from <= 1kB distance 143 distance = (H << 2) + D + 1 146 state == 4), the instruction becomes a copy of a 3-byte block from the [all …]
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| D | dbstats.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 47 #define CMD_STAT_MISC 3 399 acpi_os_printf("Common %3d\n", in acpi_db_display_statistics() 401 acpi_os_printf("Number %3d\n", in acpi_db_display_statistics() 403 acpi_os_printf("String %3d\n", in acpi_db_display_statistics() 405 acpi_os_printf("Buffer %3d\n", in acpi_db_display_statistics() 407 acpi_os_printf("Package %3d\n", in acpi_db_display_statistics() 409 acpi_os_printf("BufferField %3d\n", in acpi_db_display_statistics() 411 acpi_os_printf("Device %3d\n", in acpi_db_display_statistics() 413 acpi_os_printf("Event %3d\n", in acpi_db_display_statistics() [all …]
|
| /kernel/linux/linux-4.19/drivers/acpi/acpica/ |
| D | dbstats.c | 1 // SPDX-License-Identifier: BSD-3-Clause OR GPL-2.0 47 #define CMD_STAT_MISC 3 401 acpi_os_printf("Common %3d\n", in acpi_db_display_statistics() 403 acpi_os_printf("Number %3d\n", in acpi_db_display_statistics() 405 acpi_os_printf("String %3d\n", in acpi_db_display_statistics() 407 acpi_os_printf("Buffer %3d\n", in acpi_db_display_statistics() 409 acpi_os_printf("Package %3d\n", in acpi_db_display_statistics() 411 acpi_os_printf("BufferField %3d\n", in acpi_db_display_statistics() 413 acpi_os_printf("Device %3d\n", in acpi_db_display_statistics() 415 acpi_os_printf("Event %3d\n", in acpi_db_display_statistics() [all …]
|
| /kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
| D | intel-pt-pkt-decoder-test.c | 37 {8, {0x02, 0xa3, 3}, 0, {INTEL_PT_TNT, 1, 0x1a302ULL << 47}, 0, 0 }, 42 {3, {0x2d, 1, 2}, 0, {INTEL_PT_TIP, 1, 0x201}, 0, 0 }, 43 {5, {0x4d, 1, 2, 3, 4}, 0, {INTEL_PT_TIP, 2, 0x4030201}, 0, 0 }, 44 {7, {0x6d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP, 3, 0x60504030201}, 0, 0 }, 45 {7, {0x8d, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP, 4, 0x60504030201}, 0, 0 }, 46 {9, {0xcd, 1, 2, 3, 4, 5, 6, 7, 8}, 0, {INTEL_PT_TIP, 6, 0x807060504030201}, 0, 0 }, 49 {3, {0x31, 1, 2}, 0, {INTEL_PT_TIP_PGE, 1, 0x201}, 0, 0 }, 50 {5, {0x51, 1, 2, 3, 4}, 0, {INTEL_PT_TIP_PGE, 2, 0x4030201}, 0, 0 }, 51 {7, {0x71, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 3, 0x60504030201}, 0, 0 }, 52 {7, {0x91, 1, 2, 3, 4, 5, 6}, 0, {INTEL_PT_TIP_PGE, 4, 0x60504030201}, 0, 0 }, [all …]
|
| /kernel/linux/linux-4.19/arch/ia64/lib/ |
| D | copy_page_mck.S | 32 * the prefetches. The four relevant points in the pipelined are called A, B, C, D: 35 * into L1D and p[D] is TRUE if a cacheline needs to be copied. 98 #define D (C + 3) macro 99 #define N (D + 1) 106 .rotr v[2*PREFETCH_DIST], n[D-C+1] 125 add src1 = 3*8, in1 // first t3 src 127 add dst1 = 3*8, in0 // first t3 dst 143 (p[D]) ld8 t2 = [src0], 3*8 // M0 144 (p[D]) ld8 t4 = [src1], 3*8 // M1 146 (p[D]) st8 [dst_pre_l2] = n[D-C], 128 // M3 prefetch dst from L2 [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/lib/ |
| D | copy_page_mck.S | 32 * the prefetches. The four relevant points in the pipelined are called A, B, C, D: 35 * into L1D and p[D] is TRUE if a cacheline needs to be copied. 98 #define D (C + 3) macro 99 #define N (D + 1) 106 .rotr v[2*PREFETCH_DIST], n[D-C+1] 125 add src1 = 3*8, in1 // first t3 src 127 add dst1 = 3*8, in0 // first t3 dst 143 (p[D]) ld8 t2 = [src0], 3*8 // M0 144 (p[D]) ld8 t4 = [src1], 3*8 // M1 146 (p[D]) st8 [dst_pre_l2] = n[D-C], 128 // M3 prefetch dst from L2 [all …]
|
| /kernel/linux/linux-4.19/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 30 #define R(a, b, c, d) \ argument 31 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 39 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d) 40 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd) 43 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d) 45 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 46 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 47 .long R(89, c9, c9, 40), R(fa, 7d, 7d, 87) 55 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) 56 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41) [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/crypto/ |
| D | aes-tab-4k.S | 25 #define R(a, b, c, d) \ argument 26 0x##a##b##c##d, 0x##d##a##b##c, 0x##c##d##a##b, 0x##b##c##d##a 34 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d) 35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd) 38 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d) 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 42 .long R(89, c9, c9, 40), R(fa, 7d, 7d, 87) 50 .long R(3d, 93, 93, ae), R(4c, 26, 26, 6a) 51 .long R(6c, 36, 36, 5a), R(7e, 3f, 3f, 41) [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ath/carl9170/ |
| D | debug.c | 224 ADD(buf, *len, bufsize, "cookies: used:%3d / total:%3d, allocs:%d\n", in carl9170_debugfs_mem_usage_read() 228 ADD(buf, *len, bufsize, "memory: free:%3d (%3d KiB) / total:%3d KiB)\n", in carl9170_debugfs_mem_usage_read() 251 "[ %3d/%3d %3d/%3d " in carl9170_debugfs_qos_stat_read() 252 " %3d/%3d %3d/%3d ]\n\n", in carl9170_debugfs_qos_stat_read() 256 ar->tx_stats[3].len, ar->tx_stats[3].limit); in carl9170_debugfs_qos_stat_read() 260 "[%10d %10d %10d %10d ]\n\n", in carl9170_debugfs_qos_stat_read() 262 ar->tx_stats[2].count, ar->tx_stats[3].count); in carl9170_debugfs_qos_stat_read() 268 "[ %3d/%3d %3d/%3d " in carl9170_debugfs_qos_stat_read() 269 " %3d/%3d %3d/%3d ]\n\n", in carl9170_debugfs_qos_stat_read() 276 skb_queue_len(&ar->tx_pending[3]), in carl9170_debugfs_qos_stat_read() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
| D | debug.c | 224 ADD(buf, *len, bufsize, "cookies: used:%3d / total:%3d, allocs:%d\n", in carl9170_debugfs_mem_usage_read() 228 ADD(buf, *len, bufsize, "memory: free:%3d (%3d KiB) / total:%3d KiB)\n", in carl9170_debugfs_mem_usage_read() 251 "[ %3d/%3d %3d/%3d " in carl9170_debugfs_qos_stat_read() 252 " %3d/%3d %3d/%3d ]\n\n", in carl9170_debugfs_qos_stat_read() 256 ar->tx_stats[3].len, ar->tx_stats[3].limit); in carl9170_debugfs_qos_stat_read() 260 "[%10d %10d %10d %10d ]\n\n", in carl9170_debugfs_qos_stat_read() 262 ar->tx_stats[2].count, ar->tx_stats[3].count); in carl9170_debugfs_qos_stat_read() 268 "[ %3d/%3d %3d/%3d " in carl9170_debugfs_qos_stat_read() 269 " %3d/%3d %3d/%3d ]\n\n", in carl9170_debugfs_qos_stat_read() 276 skb_queue_len(&ar->tx_pending[3]), in carl9170_debugfs_qos_stat_read() [all …]
|
| /kernel/linux/linux-5.10/scripts/mod/ |
| D | sumversion.c | 67 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument 68 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (uint32_t)0x5A827999,s)) argument 69 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (uint32_t)0x6ED9EBA1,s)) argument 90 uint32_t a, b, c, d; in md4_transform() local 95 d = hash[3]; in md4_transform() 97 ROUND1(a, b, c, d, in[0], 3); in md4_transform() 98 ROUND1(d, a, b, c, in[1], 7); in md4_transform() 99 ROUND1(c, d, a, b, in[2], 11); in md4_transform() 100 ROUND1(b, c, d, a, in[3], 19); in md4_transform() 101 ROUND1(a, b, c, d, in[4], 3); in md4_transform() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
| D | pwc-dec23.c | 3 Decompression for chipset version 2 et 3 107 else if (k >= 1 && k < 3) in build_table_color() 109 else if (k >= 3 && k < 6) in build_table_color() 116 bit = (r[0] >> 3) & 7; in build_table_color() 128 p0[k + 0x20] = (3 * pw) + 0x80; in build_table_color() 132 p0[k + 0x60] = (-3 * pw) + 0x80; in build_table_color() 164 * elif look_bits(3) == 7: # op == 1 in the lookup table 165 * skip_bits(3) 258 {0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3,}, 259 {0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3,}, [all …]
|
| /kernel/linux/linux-4.19/drivers/media/usb/pwc/ |
| D | pwc-dec23.c | 2 Decompression for chipset version 2 et 3 119 else if (k >= 1 && k < 3) in build_table_color() 121 else if (k >= 3 && k < 6) in build_table_color() 128 bit = (r[0] >> 3) & 7; in build_table_color() 140 p0[k + 0x20] = (3 * pw) + 0x80; in build_table_color() 144 p0[k + 0x60] = (-3 * pw) + 0x80; in build_table_color() 176 * elif look_bits(3) == 7: # op == 1 in the lookup table 177 * skip_bits(3) 270 {0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3,}, 271 {0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3,}, [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/ |
| D | zd_rf_rf2959.c | 17 RF_CHANNEL( 3) = { 0x181999, 0x1e6666 }, 48 PDEBUG("rf2959 %#010x reg %d rw %d", rw, reg, rw_flag); 52 PDEBUG("reg0 CFG1 ref_sel %d hibernate %d rf_vco_reg_en %d" 53 " if_vco_reg_en %d if_vga_en %d", 54 bits(rw, 14, 15), bit(rw, 3), bit(rw, 2), bit(rw, 1), 58 PDEBUG("reg1 IFPLL1 pll_en1 %d kv_en1 %d vtc_en1 %d lpf1 %d" 59 " cpl1 %d pdp1 %d autocal_en1 %d ld_en1 %d ifloopr %d" 60 " ifloopc %d dac1 %d", 63 bits(rw, 7, 9), bits(rw, 4, 6), bits(rw, 0, 3)); 66 PDEBUG("reg2 IFPLL2 n1 %d num1 %d", [all …]
|
| /kernel/linux/linux-4.19/fs/ext4/ |
| D | hash.c | 19 __u32 a = in[0], b = in[1], c = in[2], d = in[3]; in TEA_transform() local 25 b1 += ((b0 << 4)+c) ^ (b0+sum) ^ ((b0 >> 5)+d); in TEA_transform() 43 #define ROUND(f, a, b, c, d, x, s) \ argument 44 (a += f(b, c, d) + x, a = rol32(a, s)) 54 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local 57 ROUND(F, a, b, c, d, in[0] + K1, 3); in half_md4_transform() 58 ROUND(F, d, a, b, c, in[1] + K1, 7); in half_md4_transform() 59 ROUND(F, c, d, a, b, in[2] + K1, 11); in half_md4_transform() 60 ROUND(F, b, c, d, a, in[3] + K1, 19); in half_md4_transform() 61 ROUND(F, a, b, c, d, in[4] + K1, 3); in half_md4_transform() [all …]
|