Home
last modified time | relevance | path

Searched refs:window_offset (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.bin/vndcompress/
H A Dofftab.c103 const off_t window_offset = ((off_t)window_start * in offtab_compute_window_position() local
109 assert(ADD_OK(off_t, offtab->ot_fdpos, window_offset)); in offtab_compute_window_position()
110 *pos = (offtab->ot_fdpos + window_offset); in offtab_compute_window_position()