OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:window_start
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
offtab.c
92
offtab_compute_window_position(struct offtab *offtab, uint32_t
window_start
,
96
window_start
);
101
assert(
window_start
<= offtab->ot_n_offsets);
103
const off_t window_offset = ((off_t)
window_start
*
119
const uint32_t
window_start
= rounddown(blkno, offtab->ot_window_size);
local in function:offtab_read_window
128
offtab_compute_window_position(offtab,
window_start
,
147
offtab->ot_window_start =
window_start
;
offtab.c
92
offtab_compute_window_position(struct offtab *offtab, uint32_t
window_start
,
96
window_start
);
101
assert(
window_start
<= offtab->ot_n_offsets);
103
const off_t window_offset = ((off_t)
window_start
*
119
const uint32_t
window_start
= rounddown(blkno, offtab->ot_window_size);
local in function:offtab_read_window
128
offtab_compute_window_position(offtab,
window_start
,
147
offtab->ot_window_start =
window_start
;
Completed in 46 milliseconds
Indexes created Tue Sep 23 22:09:46 GMT 2025