Home | History | Annotate | Download | only in vndcompress

Lines Matching defs:n_offsets

72 	uint32_t	n_offsets;	/* n_blocks + 1 */
204 assert((S->blkno + 1) < S->n_offsets);
217 assert((S->blkno + 1) == S->n_offsets);
491 S->n_offsets = (S->n_blocks + 1);
495 offtab_init(&S->offtab, S->n_offsets, window_size, S->cloop2_fd,
551 ((uint64_t)S->n_offsets * sizeof(uint64_t)));
620 ((uint64_t)S->n_offsets * sizeof(uint64_t));
844 assert(S->blkno < S->n_offsets);
845 const uint32_t n_offsets = (S->blkno + 1);
846 assert(n_offsets <= S->n_offsets);
857 offtab_checkpoint(&S->offtab, n_offsets,