Home
last modified time | relevance | path

Searched defs:offtab (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dofftab.h42 struct offtab { struct
52 enum offtab_mode { argument
63 void offtab_init(struct offtab *, uint32_t, uint32_t, int, off_t); argument
H A Dofftab.c67 offtab_compute_window_size(struct offtab *offtab, uint32_t start) in offtab_compute_window_size()
75 offtab_current_window_size(struct offtab *offtab) in offtab_current_window_size()
82 offtab_current_window_end(struct offtab *offtab) in offtab_current_window_end()
92 offtab_compute_window_position(struct offtab *offtab, uint32_t window_start, in offtab_compute_window_position()
117 offtab_read_window(struct offtab *offtab, uint32_t blkno, int read_flags) in offtab_read_window()
153 offtab_maybe_read_window(struct offtab *offtab, uint32_t blkno, int read_flags) in offtab_maybe_read_window()
168 offtab_write_window(struct offtab *offtab) in offtab_write_window()
189 offtab_maybe_write_window(struct offtab *offtab, uint32_t start, uint32_t end) in offtab_maybe_write_window()
206 offtab_init(struct offtab *offtab, uint32_t n_offsets, uint32_t window_size, in offtab_init()
239 offtab_destroy(struct offtab *offtab) in offtab_destroy()
[all …]
H A Dvnduncompress.c59 struct offtab offtab; in vnduncompress() local
H A Dvndcompress.c77 struct offtab offtab; member
/netbsd-src/sys/arch/mips/rmi/
H A Drmixl_pcie.c727 static const int offtab[] = in rmixl_pcie_init_ecfg() local