Home
last modified time | relevance | path

Searched refs:dcur (Results 1 – 5 of 5) sorted by relevance

/linux/crypto/
H A Dzstd.c100 unsigned int pos, scur, dcur; in zstd_compress() local
125 dcur = acomp_walk_next_dst(&walk); in zstd_compress()
126 if (!dcur) { in zstd_compress()
133 outbuf.size = dcur; in zstd_compress()
137 if (dcur == req->dlen && scur == req->slen) { in zstd_compress()
141 acomp_walk_done_dst(&walk, dcur); in zstd_compress()
166 } while (dcur != outbuf.pos); in zstd_compress()
169 acomp_walk_done_dst(&walk, dcur); in zstd_compress()
212 unsigned int scur, dcur; in zstd_decompress() local
244 dcur = acomp_walk_next_dst(&walk); in zstd_decompress()
[all …]
H A Ddeflate.c74 unsigned int dcur; in deflate_compress_one() local
76 dcur = acomp_walk_next_dst(&walk); in deflate_compress_one()
77 if (!dcur) in deflate_compress_one()
80 stream->avail_out = dcur; in deflate_compress_one()
106 acomp_walk_done_dst(&walk, dcur); in deflate_compress_one()
166 unsigned int dcur; in deflate_decompress_one() local
168 dcur = acomp_walk_next_dst(&walk); in deflate_decompress_one()
169 if (!dcur) { in deflate_decompress_one()
174 stream->avail_out = dcur; in deflate_decompress_one()
179 dcur -= stream->avail_out; in deflate_decompress_one()
[all …]
/linux/drivers/media/dvb-frontends/
H A Dcx24116.c179 struct cx24116_tuning dcur; member
813 state->dcur = state->dnxt; in cx24116_clone_params()
1316 dprintk("%s: delsys = %d\n", __func__, state->dcur.delsys); in cx24116_set_frontend()
1317 dprintk("%s: modulation = %d\n", __func__, state->dcur.modulation); in cx24116_set_frontend()
1318 dprintk("%s: frequency = %d\n", __func__, state->dcur.frequency); in cx24116_set_frontend()
1320 state->dcur.pilot, state->dcur.pilot_val); in cx24116_set_frontend()
1323 state->dcur.rolloff, state->dcur.rolloff_val); in cx24116_set_frontend()
1324 dprintk("%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); in cx24116_set_frontend()
1326 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24116_set_frontend()
1328 state->dcur.inversion, state->dcur.inversion_val); in cx24116_set_frontend()
[all …]
H A Dcx24120.c140 struct cx24120_tuning dcur; member
809 if (modfec_lookup_table[idx].delsys != state->dcur.delsys) in cx24120_get_fec()
928 if (clock_ratios_table[idx].delsys != state->dcur.delsys) in cx24120_set_clock_ratios()
1131 state->dcur = state->dnxt; in cx24120_clone_params()
1180 "delsys = %d\n", state->dcur.delsys); in cx24120_set_frontend()
1182 "modulation = %d\n", state->dcur.modulation); in cx24120_set_frontend()
1184 "frequency = %d\n", state->dcur.frequency); in cx24120_set_frontend()
1187 state->dcur.pilot, state->dcur.pilot_val); in cx24120_set_frontend()
1190 state->dcur.symbol_rate, in cx24120_set_frontend()
1191 state->dcur.clkdiv, state->dcur.ratediv); in cx24120_set_frontend()
[all …]
H A Dcx24117.c201 struct cx24117_tuning dcur; member
870 state->dcur = state->dnxt; in cx24117_clone_params()
1412 "%s: delsys = %d\n", __func__, state->dcur.delsys); in cx24117_set_frontend()
1414 "%s: modulation = %d\n", __func__, state->dcur.modulation); in cx24117_set_frontend()
1416 "%s: frequency = %d\n", __func__, state->dcur.frequency); in cx24117_set_frontend()
1419 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend()
1424 state->dcur.rolloff, state->dcur.rolloff_val); in cx24117_set_frontend()
1426 "%s: symbol_rate = %d\n", __func__, state->dcur.symbol_rate); in cx24117_set_frontend()
1429 state->dcur.fec, state->dcur.fec_mask, state->dcur.fec_val); in cx24117_set_frontend()
1432 state->dcur.inversion, state->dcur.inversion_val); in cx24117_set_frontend()
[all …]