/kernel/linux/linux-5.10/drivers/misc/echo/ |
H A D | fir.h | 96 int offset2; in fir16() local 100 offset2 = fir->curr_pos; in fir16() 101 offset1 = fir->taps - offset2; in fir16() 106 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() 138 int offset2; in fir32() local 141 offset2 = fir->curr_pos; in fir32() 142 offset1 = fir->taps - offset2; in fir32() 147 y += fir->coeffs[i] * fir->history[i + offset2]; in fir32()
|
H A D | echo.c | 111 int offset2; in lms_adapt_bg() local 122 offset2 = ec->curr_pos; in lms_adapt_bg() 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 130 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg()
|
/kernel/linux/linux-6.6/drivers/misc/echo/ |
H A D | fir.h | 96 int offset2; in fir16() local 100 offset2 = fir->curr_pos; in fir16() 101 offset1 = fir->taps - offset2; in fir16() 106 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16() 138 int offset2; in fir32() local 141 offset2 = fir->curr_pos; in fir32() 142 offset1 = fir->taps - offset2; in fir32() 147 y += fir->coeffs[i] * fir->history[i + offset2]; in fir32()
|
H A D | echo.c | 111 int offset2; in lms_adapt_bg() local 122 offset2 = ec->curr_pos; in lms_adapt_bg() 123 offset1 = ec->taps - offset2; in lms_adapt_bg() 130 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg()
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | sys_ppc32.c | 88 u32, offset1, u32, offset2, u32, count) in PPC32_SYSCALL_DEFINE5() 90 return ksys_readahead(fd, merge_64(offset1, offset2), count); in PPC32_SYSCALL_DEFINE5() 108 int, fd, u32, unused, u32, offset1, u32, offset2, in PPC32_SYSCALL_DEFINE6() 111 return ksys_fadvise64_64(fd, merge_64(offset1, offset2), len, in PPC32_SYSCALL_DEFINE6() 117 unsigned int, offset1, unsigned int, offset2, in PPC32_SYSCALL_DEFINE6() 120 loff_t offset = merge_64(offset1, offset2); in PPC32_SYSCALL_DEFINE6() 129 u32, offset1, u32, offset2, u32, len1, u32, len2) in SYSCALL_DEFINE6() 132 merge_64(offset1, offset2), in SYSCALL_DEFINE6()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | syscalls.h | 100 u32 offset1, u32 offset2, u32 count); 105 long sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2, 109 unsigned int offset2, 112 long sys_ppc_fallocate(int fd, int mode, u32 offset1, u32 offset2, 126 u32 offset1, u32 offset2, u32 count); 131 long compat_sys_ppc32_fadvise64(int fd, u32 unused, u32 offset1, u32 offset2, 135 unsigned int offset2,
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | qcom-spmi-rradc.c | 663 int64_t offset1, offset2; in rradc_read_offset() local 689 offset2 = (int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset() 692 offset2 += ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM) / 2; in rradc_read_offset() 693 offset2 = div64_s64( in rradc_read_offset() 694 offset2, ((int64_t)MILLI * RR_ADC_TEMP_FS_VOLTAGE_NUM)); in rradc_read_offset() 702 *val = (int)(offset1 - offset2 - 1); in rradc_read_offset() 710 offset2 = -(int64_t)RR_ADC_CHG_TEMP_OFFSET_MILLI_DEGC * in rradc_read_offset() 713 offset2 = div64_s64(offset2, in rradc_read_offset() 721 *val = (int)(offset1 - offset2); in rradc_read_offset() [all...] |
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 41 unsigned int offset2; /* 0x00000000 */ member 92 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
|
H A D | zcrypt_msgtype6.c | 461 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in XCRB_msg_to_type6CPRB_msgX() 735 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 781 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 954 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_msgtype6.h | 39 unsigned int offset2; /* 0x00000000 */ member 90 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
|
H A D | zcrypt_msgtype6.c | 402 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in xcrb_msg_to_type6cprb_msgx() 651 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb() 703 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng() 887 len = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | mprls0025pa.c | 114 int offset2; /* nano part of offset */ member 308 *val2 = data->offset2; in mpr_read_raw() 396 data->offset = div_s64_rem(offset, NANO, &data->offset2); in mpr_probe()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | hw.c | 1399 u32 rfpath, eeaddr, group, offset1, offset2; in _rtl92de_readpowervalue_fromprom() local 1451 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1453 offset2 + offset1 * 21; in _rtl92de_readpowervalue_fromprom() 1467 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1469 if (rom_content[base1 + offset2 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1472 offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1477 if (rom_content[EEPROM_HT20_TX_PWR_INX_DIFF_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1481 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1486 if (rom_content[EEPROM_OFDM_TX_PWR_INX_DIFF_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1490 + offset2 in _rtl92de_readpowervalue_fromprom() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | hw.c | 1393 u32 rfpath, eeaddr, group, offset1, offset2; in _rtl92de_readpowervalue_fromprom() local 1445 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1447 offset2 + offset1 * 21; in _rtl92de_readpowervalue_fromprom() 1461 offset2 = group % 3; in _rtl92de_readpowervalue_fromprom() 1463 if (rom_content[base1 + offset2 + offset1 * 21] != 0xFF) in _rtl92de_readpowervalue_fromprom() 1466 offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1471 if (rom_content[EEPROM_HT20_TX_PWR_INX_DIFF_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1475 + offset2 + offset1 * 21] >> (rfpath * 4)) in _rtl92de_readpowervalue_fromprom() 1480 if (rom_content[EEPROM_OFDM_TX_PWR_INX_DIFF_2G + offset2 in _rtl92de_readpowervalue_fromprom() 1484 + offset2 in _rtl92de_readpowervalue_fromprom() [all...] |
/kernel/linux/linux-6.6/lib/zstd/compress/ |
H A D | zstd_lazy.c | 1604 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 1605 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() 1606 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 1609 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1640 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_generic() local 1641 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, mls, rowLog, searchMethod, dictMode); in ZSTD_compressBlock_lazy_generic() 1642 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)STORED_TO_OFFBASE(offset2))); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 1645 matchLength = ml2, offcode = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1960 { size_t offset2=999999999; in ZSTD_compressBlock_lazy_extDict_generic() local 1961 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offset2, ml in ZSTD_compressBlock_lazy_extDict_generic() 1992 { size_t offset2=999999999; ZSTD_compressBlock_lazy_extDict_generic() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 148 unsigned int offset2 = 0x0000; in fill_table_dc00_d800() local 152 pdec->table_d800[i] = offset2; in fill_table_dc00_d800() 155 offset2 += 0x7bc4; in fill_table_dc00_d800() 177 * unsigned char offset2; // offset to add to access in the table_0004
|
/kernel/linux/linux-6.6/drivers/media/usb/pwc/ |
H A D | pwc-dec23.c | 148 unsigned int offset2 = 0x0000; in fill_table_dc00_d800() local 152 pdec->table_d800[i] = offset2; in fill_table_dc00_d800() 155 offset2 += 0x7bc4; in fill_table_dc00_d800() 177 * unsigned char offset2; // offset to add to access in the table_0004
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 1652 unsigned int offset, offset2, ihl, verdict; in ip_vs_in_icmp() local 1725 offset2 = offset + cih->ihl * 4; in ip_vs_in_icmp() 1727 ulen = ipvs_udp_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1731 ulen = ipvs_gre_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1737 offset = offset2 + ulen; in ip_vs_in_icmp() 1762 offset2 = offset; in ip_vs_in_icmp() 1808 offset2 -= ihl + sizeof(_icmph); in ip_vs_in_icmp() 1832 if (pskb_pull(skb, offset2) == NULL) in ip_vs_in_icmp()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 1587 unsigned int offset, offset2, ihl, verdict; in ip_vs_in_icmp() local 1660 offset2 = offset + cih->ihl * 4; in ip_vs_in_icmp() 1662 ulen = ipvs_udp_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1666 ulen = ipvs_gre_decap(ipvs, skb, offset2, AF_INET, in ip_vs_in_icmp() 1672 offset = offset2 + ulen; in ip_vs_in_icmp() 1697 offset2 = offset; in ip_vs_in_icmp() 1743 offset2 -= ihl + sizeof(_icmph); in ip_vs_in_icmp() 1767 if (pskb_pull(skb, offset2) == NULL) in ip_vs_in_icmp()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | bus.h | 184 params->offset2 = off2; in sdw_fill_xport_params()
|
H A D | qcom.c | 413 value |= params->offset2 << SWRM_DP_PORT_CTRL_OFFSET2_SHFT; in qcom_swrm_transport_params() 471 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params() 482 p_rt->transport_params.offset2 = pcfg->off2; in qcom_swrm_compute_params() 763 ret = of_property_read_u8_array(np, "qcom,ports-offset2", in qcom_swrm_get_port_config()
|
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | bus.h | 181 params->offset2 = off2; in sdw_fill_xport_params()
|
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | compress.c | 1964 size_t offset2 = 99999999; in ZSTD_compressBlock_lazy_generic() local 1965 size_t const ml2 = searchMax(ctx, ip, iend, &offset2, maxSearches, mls); in ZSTD_compressBlock_lazy_generic() 1966 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 1969 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 1985 size_t offset2 = 99999999; in ZSTD_compressBlock_lazy_generic() local 1986 size_t const ml2 = searchMax(ctx, ip, iend, &offset2, maxSearches, mls); in ZSTD_compressBlock_lazy_generic() 1987 int const gain2 = (int)(ml2 * 4 - ZSTD_highbit32((U32)offset2 + 1)); /* raw approx */ in ZSTD_compressBlock_lazy_generic() 1990 matchLength = ml2, offset = offset2, start = ip; in ZSTD_compressBlock_lazy_generic() 2148 size_t offset2 = 99999999; in ZSTD_compressBlock_lazy_extDict_generic() local 2149 size_t const ml2 = searchMax(ctx, ip, iend, &offset2, maxSearche in ZSTD_compressBlock_lazy_extDict_generic() 2183 size_t offset2 = 99999999; ZSTD_compressBlock_lazy_extDict_generic() local [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 1333 state->offset2 = in CalcStateExt() 1436 NV_WR32(chip->PGRAPH, 0x00000638, state->offset2); in LoadStateExt() 1478 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1526 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1536 NV_WR32(chip->PGRAPH, 0x00000828, state->offset2); in LoadStateExt() 1765 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000638); in UnloadStateExt() 1775 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt() 1787 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | riva_hw.c | 1313 state->offset2 = in CalcStateExt() 1416 NV_WR32(chip->PGRAPH, 0x00000638, state->offset2); in LoadStateExt() 1458 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1506 NV_WR32(chip->PGRAPH, 0x00000648, state->offset2); in LoadStateExt() 1516 NV_WR32(chip->PGRAPH, 0x00000828, state->offset2); in LoadStateExt() 1745 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000638); in UnloadStateExt() 1755 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt() 1767 state->offset2 = NV_RD32(chip->PGRAPH, 0x00000648); in UnloadStateExt()
|