Searched refs:LZMA_CHECK_ID_MAX (Results 1 – 11 of 11) sorted by relevance
19 if ((unsigned int)(type) > LZMA_CHECK_ID_MAX) in lzma_check_is_supported()22 static const lzma_bool available_checks[LZMA_CHECK_ID_MAX + 1] = { in lzma_check_is_supported()66 if ((unsigned int)(type) > LZMA_CHECK_ID_MAX) in lzma_check_size()70 static const uint8_t check_sizes[LZMA_CHECK_ID_MAX + 1] = { in lzma_check_size()
29 if ((unsigned int)(a->check) > LZMA_CHECK_ID_MAX in lzma_stream_flags_compare()30 || (unsigned int)(b->check) > LZMA_CHECK_ID_MAX) in lzma_stream_flags_compare()
19 if ((unsigned int)(options->check) > LZMA_CHECK_ID_MAX) in stream_flags_encode()
60 || (unsigned int)(block->check) > LZMA_CHECK_ID_MAX) in lzma_block_unpadded_size()
63 || (unsigned int)(block->check) > LZMA_CHECK_ID_MAX) in lzma_block_header_decode()
50 if (filters == NULL || (unsigned int)(check) > LZMA_CHECK_ID_MAX in lzma_stream_buffer_encode()
179 if ((unsigned int)(block->check) > LZMA_CHECK_ID_MAX) in lzma_block_encoder_init()
239 if ((unsigned int)(block->check) > LZMA_CHECK_ID_MAX in block_buffer_encode()
966 if ((unsigned int)(options->check) > LZMA_CHECK_ID_MAX) in stream_encoder_mt_init()
68 #define LZMA_CHECK_ID_MAX 15 macro
61 static const char check_names[LZMA_CHECK_ID_MAX + 1][12] = {653 for (size_t i = 0; i <= LZMA_CHECK_ID_MAX; ++i) { in get_check_names()