Searched refs:blocks_size (Results 1 – 4 of 4) sorted by relevance
19 lzma_vli blocks_size; member82 index_hash->blocks.blocks_size = 0; in lzma_index_hash_init()86 index_hash->records.blocks_size = 0; in lzma_index_hash_init()128 info->blocks_size += vli_ceil4(unpadded_size); in hash_append()157 if (index_hash->blocks.blocks_size > LZMA_VLI_MAX in lzma_index_hash_append()162 || index_stream_size(index_hash->blocks.blocks_size, in lzma_index_hash_append()250 if (index_hash->blocks.blocks_size in lzma_index_hash_decode()251 < index_hash->records.blocks_size in lzma_index_hash_decode()284 if (index_hash->blocks.blocks_size in lzma_index_hash_decode()285 != index_hash->records.blocks_size in lzma_index_hash_decode()
981 if (ObjCImageInfoSec->blocks_size() != 1) in preserveImportantSections()1576 assert(ObjCRuntimeObjectSec->blocks_size() == 1 && in populateObjCRuntimeObject()
749 BlockSet::size_type blocks_size() const { return Blocks.size(); } in blocks_size() function