HomeSort by: relevance | last modified time | path
    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