Searched refs:ctr_remainder_len (Results 1 – 2 of 2) sorted by relevance
58 ctx->ctr_remainder_len += length; in ctr_mode_contiguous_blocks()68 if (ctx->ctr_remainder_len > 0) { in ctr_mode_contiguous_blocks()69 need = block_size - ctx->ctr_remainder_len; in ctr_mode_contiguous_blocks()75 [ctx->ctr_remainder_len], need); in ctr_mode_contiguous_blocks()126 if (ctx->ctr_remainder_len != 0) { in ctr_mode_contiguous_blocks()128 ctx->ctr_remainder_len = 0; in ctr_mode_contiguous_blocks()138 ctx->ctr_remainder_len = remainder; in ctr_mode_contiguous_blocks()163 if (out->cd_length < ctx->ctr_remainder_len) in ctr_mode_final()171 for (i = 0; i < ctx->ctr_remainder_len; i++) { in ctr_mode_final()184 out->cd_offset += ctx->ctr_remainder_len; in ctr_mode_final()[all …]
140 #define ctr_remainder_len ctr_common.cc_remainder_len macro