OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_offsets
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
vnduncompress.c
114
const uint32_t
n_offsets
= (n_blocks + 1);
local in function:vnduncompress
118
if (ISSET(O->flags, FLAG_w) && (O->window_size <
n_offsets
)) {
138
offtab_init(&offtab,
n_offsets
, window_size, cloop2_fd,
162
((uint64_t)
n_offsets
* sizeof(uint64_t)));
vndcompress.c
72
uint32_t
n_offsets
; /* n_blocks + 1 */
member in struct:compress_state
204
assert((S->blkno + 1) < S->
n_offsets
);
217
assert((S->blkno + 1) == S->
n_offsets
);
491
S->
n_offsets
= (S->n_blocks + 1);
495
offtab_init(&S->offtab, S->
n_offsets
, window_size, S->cloop2_fd,
551
((uint64_t)S->
n_offsets
* sizeof(uint64_t)));
620
((uint64_t)S->
n_offsets
* sizeof(uint64_t));
844
assert(S->blkno < S->
n_offsets
);
845
const uint32_t
n_offsets
= (S->blkno + 1);
local in function:compress_checkpoint
846
assert(
n_offsets
<= S->n_offsets)
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025