/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | csum.c | 11 static u64 accumulate(u64 sum, u64 data) in accumulate() function 91 sum64 = accumulate(sum64, data); in do_csum() 99 sum64 = accumulate(sum64, tmp); in do_csum() 102 sum64 = accumulate(sum64, tmp >> 64); in do_csum() 106 sum64 = accumulate(sum64, data); in do_csum() 120 sum64 = accumulate(sum64, data); in do_csum() 151 sum = accumulate(sum, src >> 64); in csum_ipv6_magic() 152 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | csum.c | 11 static u64 accumulate(u64 sum, u64 data) in accumulate() function 91 sum64 = accumulate(sum64, data); in do_csum() 99 sum64 = accumulate(sum64, tmp); in do_csum() 102 sum64 = accumulate(sum64, tmp >> 64); in do_csum() 106 sum64 = accumulate(sum64, data); in do_csum() 120 sum64 = accumulate(sum64, data); in do_csum() 151 sum = accumulate(sum, src >> 64); in csum_ipv6_magic() 152 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
|
/kernel/linux/linux-5.10/arch/loongarch/lib/ |
H A D | csum.c | 10 static u64 accumulate(u64 sum, u64 data) in accumulate() function 88 sum64 = accumulate(sum64, data); in do_csum() 95 sum64 = accumulate(sum64, tmp); in do_csum() 98 sum64 = accumulate(sum64, data); in do_csum() 108 sum64 = accumulate(sum64, data); in do_csum() 135 sum = accumulate(sum, src >> 64); in csum_ipv6_magic() 136 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
|
/kernel/linux/linux-6.6/arch/loongarch/lib/ |
H A D | csum.c | 10 static u64 accumulate(u64 sum, u64 data) in accumulate() function 88 sum64 = accumulate(sum64, data); in do_csum() 95 sum64 = accumulate(sum64, tmp); in do_csum() 98 sum64 = accumulate(sum64, data); in do_csum() 108 sum64 = accumulate(sum64, data); in do_csum() 135 sum = accumulate(sum, src >> 64); in csum_ipv6_magic() 136 sum = accumulate(sum, dst >> 64); in csum_ipv6_magic()
|
/kernel/linux/linux-5.10/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 158 adds $h0,$h0,$t0 // accumulate input 251 adds $h0,$h0,$t0 // accumulate nonce 385 adds $h0,$h0,$d0 // accumulate input 417 adds $h0,$h0,$d0 // accumulate input 632 // (hash+inp[0:1])*r^4 and accumulate 793 // (hash+inp[0:1])*r^4:r^3 and accumulate
|
H A D | sha512-armv8.pl | 714 add $A,$A,$t0 // accumulate
|
/kernel/linux/linux-6.6/arch/arm64/crypto/ |
H A D | poly1305-armv8.pl | 158 adds $h0,$h0,$t0 // accumulate input 251 adds $h0,$h0,$t0 // accumulate nonce 385 adds $h0,$h0,$d0 // accumulate input 417 adds $h0,$h0,$d0 // accumulate input 632 // (hash+inp[0:1])*r^4 and accumulate 793 // (hash+inp[0:1])*r^4:r^3 and accumulate
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | nic_common.h | 246 const void *dma_buf, bool accumulate);
|
H A D | nic.c | 483 * @accumulate: If set, the converted values will be added rather than 488 u64 *stats, const void *dma_buf, bool accumulate) in efx_siena_update_stats() 513 if (accumulate) in efx_siena_update_stats() 486 efx_siena_update_stats(const struct efx_hw_stat_desc *desc, size_t count, const unsigned long *mask, u64 *stats, const void *dma_buf, bool accumulate) efx_siena_update_stats() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | nic.c | 533 * @accumulate: If set, the converted values will be added rather than 538 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() 563 if (accumulate) in efx_nic_update_stats() 536 efx_nic_update_stats(const struct efx_hw_stat_desc *desc, size_t count, const unsigned long *mask, u64 *stats, const void *dma_buf, bool accumulate) efx_nic_update_stats() argument
|
H A D | nic_common.h | 245 const void *dma_buf, bool accumulate);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.c | 477 * @accumulate: If set, the converted values will be added rather than 482 u64 *stats, const void *dma_buf, bool accumulate) in ef4_nic_update_stats() 507 if (accumulate) in ef4_nic_update_stats() 480 ef4_nic_update_stats(const struct ef4_hw_stat_desc *desc, size_t count, const unsigned long *mask, u64 *stats, const void *dma_buf, bool accumulate) ef4_nic_update_stats() argument
|
H A D | nic.h | 504 const void *dma_buf, bool accumulate);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | nic.c | 477 * @accumulate: If set, the converted values will be added rather than 482 u64 *stats, const void *dma_buf, bool accumulate) in ef4_nic_update_stats() 507 if (accumulate) in ef4_nic_update_stats() 480 ef4_nic_update_stats(const struct ef4_hw_stat_desc *desc, size_t count, const unsigned long *mask, u64 *stats, const void *dma_buf, bool accumulate) ef4_nic_update_stats() argument
|
H A D | nic.h | 504 const void *dma_buf, bool accumulate);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | nic.c | 375 * @accumulate: If set, the converted values will be added rather than 380 u64 *stats, const void *dma_buf, bool accumulate) in efx_nic_update_stats() 405 if (accumulate) in efx_nic_update_stats() 378 efx_nic_update_stats(const struct efx_hw_stat_desc *desc, size_t count, const unsigned long *mask, u64 *stats, const void *dma_buf, bool accumulate) efx_nic_update_stats() argument
|
H A D | nic_common.h | 247 const void *dma_buf, bool accumulate);
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 251 adds $h0,$h0,r3 @ accumulate input 290 adds $h0,$h0,r0 @ accumulate input 906 vadd.i32 $H2#lo,$H2#lo,$D2#lo @ accumulate inp[0:1] 949 @ (hash+inp[0:1])*r^4 and accumulate 1111 @ (hash+inp[0:1])*r^4:r^3 and accumulate
|
H A D | sha512-armv4.pl | 621 vadd.i64 q8,q12 @ vectorized accumulate
|
H A D | sha256-armv4.pl | 550 add $A,$A,$t0 @ accumulate
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | poly1305-armv4.pl | 251 adds $h0,$h0,r3 @ accumulate input 290 adds $h0,$h0,r0 @ accumulate input 906 vadd.i32 $H2#lo,$H2#lo,$D2#lo @ accumulate inp[0:1] 949 @ (hash+inp[0:1])*r^4 and accumulate 1111 @ (hash+inp[0:1])*r^4:r^3 and accumulate
|
H A D | sha512-armv4.pl | 621 vadd.i64 q8,q12 @ vectorized accumulate
|
/kernel/liteos_a/testsuites/unittest/process/plimits/ |
H A D | process_plimits_test.cpp | 736 cpup10sAverage = std::accumulate(cpupValuesArray[idx].begin(), cpupValuesArray[idx].end(), 0.0) / size; in CalcAverageCpup()
|
/kernel/linux/linux-5.10/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 1050 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1080 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1147 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5 1258 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1288 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1359 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5
|
/kernel/linux/linux-6.6/arch/x86/crypto/ |
H A D | aesni-intel_asm.S | 1046 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1076 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1143 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5 1254 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1284 # accumulate the results in TMP4:XMM5, TMP6 holds the middle part 1355 pxor \TMP2, \TMP1 # accumulate the results in TMP1:XMM5
|