OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FSE_STATIC_ASSERT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
fse_decompress.c
33
#define
FSE_STATIC_ASSERT
(c) DEBUG_STATIC_ASSERT(c) /* use only *after* variable declarations */
257
FSE_STATIC_ASSERT
((FSE_MAX_SYMBOL_VALUE + 1) % 2 == 0);
261
FSE_STATIC_ASSERT
(sizeof(FSE_DecompressWksp) % sizeof(FSE_DTable) == 0);
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
284
#define
FSE_STATIC_ASSERT
(c) { enum {
FSE_static_assert
= 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
936
FSE_STATIC_ASSERT
(sizeof(HUF_DElt) == sizeof(U16)); /* if compilation fails here, assertion is false */
zstd_v03.c
996
#define
FSE_STATIC_ASSERT
(c) { enum {
FSE_static_assert
= 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
zstd_v04.c
983
#define
FSE_STATIC_ASSERT
(c) { enum {
FSE_static_assert
= 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
zstd_v02.c
996
#define
FSE_STATIC_ASSERT
(c) { enum {
FSE_static_assert
= 1/(int)(!!(c)) }; } /* use only *after* variable declarations */
Completed in 39 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026