Home
last modified time | relevance | path

Searched refs:SEQ_UNPADDED (Results 1 – 3 of 3) sorted by relevance

/minix3/external/public-domain/xz/dist/src/liblzma/common/
H A Dindex_hash.c41 SEQ_UNPADDED, enumerator
215 ? SEQ_PADDING_INIT : SEQ_UNPADDED; in lzma_index_hash_decode()
219 case SEQ_UNPADDED: in lzma_index_hash_decode()
221 lzma_vli *size = index_hash->sequence == SEQ_UNPADDED in lzma_index_hash_decode()
233 if (index_hash->sequence == SEQ_UNPADDED) { in lzma_index_hash_decode()
262 ? SEQ_PADDING_INIT : SEQ_UNPADDED; in lzma_index_hash_decode()
H A Dindex_decoder.c22 SEQ_UNPADDED, enumerator
110 ? SEQ_PADDING_INIT : SEQ_UNPADDED; in index_decode()
113 case SEQ_UNPADDED: in index_decode()
115 lzma_vli *size = coder->sequence == SEQ_UNPADDED in index_decode()
127 if (coder->sequence == SEQ_UNPADDED) { in index_decode()
146 : SEQ_UNPADDED; in index_decode()
H A Dindex_encoder.c22 SEQ_UNPADDED, enumerator
94 coder->sequence = SEQ_UNPADDED; in index_encode()
98 case SEQ_UNPADDED: in index_encode()
100 const lzma_vli size = coder->sequence == SEQ_UNPADDED in index_encode()