zstd/lib/common
Yann Collet bbd78df59b add build macro NO_PREFETCH
prevent usage of prefetch intrinsic commands
which are not supported by c2rust
(see https://github.com/immunant/c2rust/issues/13)
2018-07-06 17:06:04 -07:00
..
bitstream.h grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
compiler.h add build macro NO_PREFETCH 2018-07-06 17:06:04 -07:00
cpu.h Drop colon in asm snippet to make old versions of gcc happy. 2018-05-18 17:05:36 +00:00
debug.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
debug.h switched to a sizeof() version 2018-06-26 14:08:35 -07:00
entropy_common.c zeroise freq table with memset() 2018-06-26 17:24:41 -07:00
error_private.c added error code workSpace_tooSmall 2018-02-26 15:11:50 -08:00
error_private.h updated license header 2017-09-08 00:09:23 -07:00
fse.h grouped all histogram functions into hist.c 2018-06-13 19:49:31 -04:00
fse_decompress.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
huf.h renamed all HUF_decompress*X4*() functions into *X2 2018-06-14 15:17:03 -04:00
mem.h fixed one UB pointer arithmetic 2017-11-17 11:40:08 -08:00
pool.c changed POOL_resize() return type to int 2018-06-22 12:14:59 -07:00
pool.h changed POOL_resize() return type to int 2018-06-22 12:14:59 -07:00
threading.c [libzstd] pthread function prefixed with ZSTD_ 2017-09-27 11:48:48 -07:00
threading.h [threading] Cast unused arguments to void 2018-03-06 18:36:40 -08:00
xxhash.c [libzstd] Fix FORCE_INLINE macro 2017-08-14 21:12:05 -07:00
xxhash.h xxhash can be included twice in any order 2017-03-01 13:29:29 -08:00
zstd_common.c grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00
zstd_errors.h added error code workSpace_tooSmall 2018-02-26 15:11:50 -08:00
zstd_internal.h grouped debug functions into debug.h 2018-06-13 15:43:09 -04:00