OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_extra
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/vndcompress/
vndcompress.c
220
const uint32_t
n_extra
= (S->offset % DEV_BSIZE);
local in function:vndcompress
221
if (
n_extra
!= 0) {
222
const uint32_t n_padding = (DEV_BSIZE -
n_extra
);
vndcompress.c
220
const uint32_t
n_extra
= (S->offset % DEV_BSIZE);
local in function:vndcompress
221
if (
n_extra
!= 0) {
222
const uint32_t n_padding = (DEV_BSIZE -
n_extra
);
Completed in 51 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025