OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_BLOCKSIZE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/vndcompress/
main.c
71
__CTASSERT(MIN_BLOCKSIZE <=
MAX_BLOCKSIZE
);
72
__CTASSERT(
MAX_BLOCKSIZE
<= LLONG_MAX);
74
MIN_BLOCKSIZE,
MAX_BLOCKSIZE
);
vnduncompress.c
96
__CTASSERT(
MAX_BLOCKSIZE
<= UINT32_MAX);
97
if (
MAX_BLOCKSIZE
< blocksize)
100
blocksize, (uint32_t)
MAX_BLOCKSIZE
);
144
__CTASSERT(MUL_OK(size_t, 2,
MAX_BLOCKSIZE
));
149
__CTASSERT(
MAX_BLOCKSIZE
<= SIZE_MAX);
178
__CTASSERT(MUL_OK(size_t, 2,
MAX_BLOCKSIZE
));
vndcompress.c
135
assert(S->blocksize <=
MAX_BLOCKSIZE
);
145
__CTASSERT(
MAX_BLOCKSIZE
<= SIZE_MAX);
151
__CTASSERT(MUL_OK(size_t, 2,
MAX_BLOCKSIZE
));
181
__CTASSERT(MUL_OK(uint64_t, 2,
MAX_BLOCKSIZE
));
182
__CTASSERT(MUL_OK(off_t, 2,
MAX_BLOCKSIZE
));
310
__CTASSERT(MUL_OK(uint64_t, MAX_N_BLOCKS,
MAX_BLOCKSIZE
));
330
assert(S->blocksize <=
MAX_BLOCKSIZE
);
331
__CTASSERT(MUL_OK(uint64_t, MAX_N_BLOCKS,
MAX_BLOCKSIZE
));
368
assert(S->blocksize <=
MAX_BLOCKSIZE
);
369
__CTASSERT(MUL_OK(uint64_t, MAX_N_BLOCKS,
MAX_BLOCKSIZE
));
[
all
...]
common.h
107
#define
MAX_BLOCKSIZE
\
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025