Searched defs:offtab (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.bin/vndcompress/ |
H A D | offtab.h | 42 struct offtab { struct 52 enum offtab_mode { argument 63 void offtab_init(struct offtab *, uint32_t, uint32_t, int, off_t); argument
|
H A D | offtab.c | 67 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 D | vnduncompress.c | 59 struct offtab offtab; in vnduncompress() local
|
H A D | vndcompress.c | 77 struct offtab offtab; member
|
/netbsd-src/sys/arch/mips/rmi/ |
H A D | rmixl_pcie.c | 727 static const int offtab[] = in rmixl_pcie_init_ecfg() local
|