OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ot_n_offsets
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
offtab.c
70
assert(start < offtab->
ot_n_offsets
);
71
return MIN(offtab->ot_window_size, (offtab->
ot_n_offsets
- start));
85
assert(offtab->ot_window_start < offtab->
ot_n_offsets
);
87
(offtab->
ot_n_offsets
- offtab->ot_window_start));
101
assert(window_start <= offtab->
ot_n_offsets
);
217
offtab->
ot_n_offsets
= n_offsets;
222
assert(offtab->ot_window_size <= offtab->
ot_n_offsets
);
297
if (offtab->ot_window_size < offtab->
ot_n_offsets
) {
299
const off_t offtab_bytes = ((off_t)offtab->
ot_n_offsets
*
326
assert(blkno < offtab->
ot_n_offsets
);
[
all
...]
offtab.h
43
uint32_t
ot_n_offsets
;
member in struct:offtab
Completed in 59 milliseconds
Indexes created Tue Oct 21 16:10:11 GMT 2025