Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/drivers/misc/echo/
Dfir.h108 int offset2; in fir16() local
112 offset2 = fir->curr_pos; in fir16()
113 offset1 = fir->taps - offset2; in fir16()
118 y += fir->coeffs[i] * fir->history[i + offset2]; in fir16()
150 int offset2; in fir32() local
153 offset2 = fir->curr_pos; in fir32()
154 offset1 = fir->taps - offset2; in fir32()
159 y += fir->coeffs[i] * fir->history[i + offset2]; in fir32()
Decho.c123 int offset2; in lms_adapt_bg() local
134 offset2 = ec->curr_pos; in lms_adapt_bg()
135 offset1 = ec->taps - offset2; in lms_adapt_bg()
142 exp = (ec->fir_state_bg.history[i + offset2] * factor); in lms_adapt_bg()
/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_msgtype6.h43 unsigned int offset2; /* 0x00000000 */ member
99 unsigned int offset2; /* db offset 0x00000000 for PKD */ member
Dzcrypt_msgtype6.c464 msg->hdr.offset2 = msg->hdr.offset1 + rcblen; in XCRB_msg_to_type6CPRB_msgX()
737 data + msg->fmt2.offset2, msg->fmt2.count2)) in convert_type86_xcrb()
783 memcpy(buffer, data + msg->fmt2.offset2, msg->fmt2.count2); in convert_type86_rng()
965 length = t86r->fmt2.offset2 + t86r->fmt2.count2; in zcrypt_msgtype6_receive()
/linux-4.19.296/lib/zstd/
Dcompress.c1964 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, maxSearches, mls); in ZSTD_compressBlock_lazy_extDict_generic()
[all …]
/linux-4.19.296/include/linux/soundwire/
Dsdw.h577 unsigned int offset2; member
/linux-4.19.296/drivers/soundwire/
Dcadence_master.c938 dpn_offsetctrl |= (t_params->offset2 << in cdns_transport_params()
Dstream.c77 ret = sdw_write(slave, addr1, t_params->offset2); in _sdw_program_slave_port_params()