Home
last modified time | relevance | path

Searched defs:n_offsets (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dofftab.c206 offtab_init(struct offtab *offtab, uint32_t n_offsets, uint32_t window_size, in offtab_init()
428 offtab_checkpoint(struct offtab *offtab, uint32_t n_offsets, int flags) in offtab_checkpoint()
H A Dvnduncompress.c114 const uint32_t n_offsets = (n_blocks + 1); in vnduncompress() local
H A Dvndcompress.c72 uint32_t n_offsets; /* n_blocks + 1 */ member
845 const uint32_t n_offsets = (S->blkno + 1); in compress_checkpoint() local