Searched refs:indexSlot (Results 1 – 1 of 1) sorted by relevance
1188 int indexSlot; /* cache index slot */ in _chm_decompress_block() local1217 indexSlot = (int)((curBlockIdx) % h->cache_num_blocks); in _chm_decompress_block()1218 h->cache_block_indices[indexSlot] = curBlockIdx; in _chm_decompress_block()1219 if (! h->cache_blocks[indexSlot]) in _chm_decompress_block()1220 h->cache_blocks[indexSlot] = in _chm_decompress_block()1223 lbuffer = h->cache_blocks[indexSlot]; in _chm_decompress_block()1257 indexSlot = (int)(block % h->cache_num_blocks); in _chm_decompress_block()1258 h->cache_block_indices[indexSlot] = block; in _chm_decompress_block()1259 if (! h->cache_blocks[indexSlot]) in _chm_decompress_block()1260 h->cache_blocks[indexSlot] = in _chm_decompress_block()[all …]