Lines Matching defs:clen
316 unsigned int i, len, clen, tlen = 0;
345 clen = out_off - actx->fill;
347 clen = len;
349 memcpy(in_buf + actx->fill, src_buf, clen);
350 len -= clen;
351 src_buf += clen;
352 actx->fill += clen;
630 unsigned int i, len, clen, oft = 0;
642 clen = DCP_BUF_SZ - actx->fill;
644 clen = len;
646 scatterwalk_map_and_copy(in_buf + actx->fill, src, oft, clen,
649 len -= clen;
650 oft += clen;
651 actx->fill += clen;