OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ot_window
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
offtab.c
131
? pread_block(offtab->ot_fd, offtab->
ot_window
, window_bytes,
133
: read_block(offtab->ot_fd, offtab->
ot_window
, window_bytes));
177
const ssize_t n_written = pwrite(offtab->ot_fd, offtab->
ot_window
,
225
offtab->
ot_window
= malloc(offtab->ot_window_size * sizeof(uint64_t));
226
if (offtab->
ot_window
== NULL)
243
free(offtab->
ot_window
);
351
return be64toh(offtab->
ot_window
[blkno - offtab->ot_window_start]);
381
offtab->
ot_window
[i] = ~(uint64_t)0;
411
offtab->
ot_window
[0] = htobe64((uint64_t)first_offset);
426
* that is not signal-safe. The only state read is offtab->
ot_window
,
[
all
...]
offtab.h
46
uint64_t *
ot_window
;
member in struct:offtab
Completed in 96 milliseconds
Indexes created Tue Oct 21 08:09:48 GMT 2025