Searched refs:nextlen (Results 1 – 2 of 2) sorted by relevance
635 int nextlen = tree[0].Len; /* length of next code */ in scan_tree() local640 if (nextlen == 0) max_count = 138, min_count = 3; in scan_tree()644 curlen = nextlen; nextlen = tree[n+1].Len; in scan_tree()645 if (++count < max_count && curlen == nextlen) { in scan_tree()658 if (nextlen == 0) { in scan_tree()660 } else if (curlen == nextlen) { in scan_tree()681 int nextlen = tree[0].Len; /* length of next code */ in send_tree() local687 if (nextlen == 0) max_count = 138, min_count = 3; in send_tree()690 curlen = nextlen; nextlen = tree[n+1].Len; in send_tree()691 if (++count < max_count && curlen == nextlen) { in send_tree()[all …]
307 unsigned int nextlen; in bfin_crypto_crc_handle_queue() local388 nextlen = ctx->bufnext_len; in bfin_crypto_crc_handle_queue()391 j = min(nextlen, sg_dma_len(sg)); in bfin_crypto_crc_handle_queue()392 memcpy(ctx->bufnext + nextlen - j, in bfin_crypto_crc_handle_queue()396 nextlen -= j; in bfin_crypto_crc_handle_queue()397 if (nextlen == 0) in bfin_crypto_crc_handle_queue()