Home | Sort by: relevance | last modified time | path |
/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); |