linux-stable/lib/zstd/common
Jonathan Neuschäfer 6906598f1c zstd: Fix definition of assert()
assert(x) should emit a warning if x is false. WARN_ON(x) emits a
warning if x is true. Thus, assert(x) should be defined as WARN_ON(!x)
rather than WARN_ON(x).

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Signed-off-by: Nick Terrell <terrelln@fb.com>
2023-03-06 15:54:54 -08:00
..
bitstream.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
compiler.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
cpu.h
debug.c
debug.h
entropy_common.c zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
error_private.c
error_private.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
fse.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
fse_decompress.c zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
huf.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
mem.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
portability_macros.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00
zstd_common.c zstd: Move zstd-common module exports to zstd_common_module.c 2022-10-24 12:12:26 -07:00
zstd_deps.h zstd: Fix definition of assert() 2023-03-06 15:54:54 -08:00
zstd_internal.h zstd: import usptream v1.5.2 2022-10-24 12:12:32 -07:00