OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MIN_BLOCKSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/vndcompress/
main.c
71
__CTASSERT(
MIN_BLOCKSIZE
<= MAX_BLOCKSIZE);
74
MIN_BLOCKSIZE
, MAX_BLOCKSIZE);
103
0, MIN(UINT32_MAX, (OFF_MAX /
MIN_BLOCKSIZE
)));
120
0, MIN(UINT32_MAX, (OFF_MAX /
MIN_BLOCKSIZE
)));
common.h
105
#define
MIN_BLOCKSIZE
DEV_BSIZE
109
MIN_BLOCKSIZE
)
vnduncompress.c
91
__CTASSERT(
MIN_BLOCKSIZE
<= UINT32_MAX);
92
if (blocksize <
MIN_BLOCKSIZE
)
95
blocksize, (uint32_t)
MIN_BLOCKSIZE
);
vndcompress.c
134
assert(
MIN_BLOCKSIZE
<= S->blocksize);
405
__CTASSERT((
MIN_BLOCKSIZE
% DEV_BSIZE) == 0);
406
__CTASSERT(
MIN_BLOCKSIZE
<= DEF_BLOCKSIZE);
418
strsuftoll("block size", argv[2],
MIN_BLOCKSIZE
,
428
assert(
MIN_BLOCKSIZE
<= S->blocksize);
473
__CTASSERT(0 <
MIN_BLOCKSIZE
);
Completed in 14 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025