Home
last modified time | relevance | path

Searched refs:nextlen (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/lib/zlib_deflate/
Ddeftree.c635 int nextlen = tree[0].Len; /* length of next code */ in scan_tree() local
640 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() local
687 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 …]
/linux-4.1.27/drivers/crypto/
Dbfin_crc.c307 unsigned int nextlen; in bfin_crypto_crc_handle_queue() local
388 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()