Searched refs:check_sizes (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcheck.c70 static const uint8_t check_sizes[LZMA_CHECK_ID_MAX + 1] = { local
79 return check_sizes[(unsigned int)(type)];
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcheck.c70 static const uint8_t check_sizes[LZMA_CHECK_ID_MAX + 1] = { local
79 return check_sizes[(unsigned int)(type)];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/xz/
H A Dxz_dec_stream.c141 static const uint8_t check_sizes[16] = { variable
263 s->block.hash.unpadded += check_sizes[s->check_type];
372 while (s->pos < check_sizes[s->check_type]) {

Completed in 265 milliseconds