isa-l/igzip
Roy Oursler 77e43ef6cf igzip: Set isal_deflate_stateless to use same assembly functions as isal_deflate
Change-Id: I813b620286c2f74fabff6937fbceddb65377f40c
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
2016-12-06 11:07:08 -07:00
..
bitbuf2.asm Add data compression unit 2016-06-10 17:03:38 -07:00
bitbuf2.h igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
crc32_gzip.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
crc_data.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
crc_inflate.h Add data compression unit 2016-06-10 17:03:38 -07:00
data_struct2.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
detect_repeated_char.asm Add data compression unit 2016-06-10 17:03:38 -07:00
generate_constant_block_header.c Add data compression unit 2016-06-10 17:03:38 -07:00
generate_custom_hufftables.c igzip: Fix missing paren in generate hufftable tool 2016-12-06 09:56:28 -07:00
huff_codes.c igzip: Add missing slver for isal_create_hufftables_subset 2016-12-06 10:05:56 -07:00
huff_codes.h igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
huffman.asm igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
huffman.h igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
hufftables_c.c igzip: New default hufftables 2016-12-05 17:18:53 -07:00
igzip_base.c igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
igzip_body_01.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
igzip_body_02.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
igzip_body_04.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
igzip_body.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
igzip_check.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_compare_types.asm igzip: Port improvements to stateless compress to stateful compress 2016-12-02 18:40:27 -07:00
igzip_decode_block_stateless_01.asm igzip: Rename inflate.asm and fix Makefile.am so that Makefile.unx works 2016-12-05 16:12:53 -07:00
igzip_decode_block_stateless_04.asm igzip: Rename inflate.asm and fix Makefile.am so that Makefile.unx works 2016-12-05 16:12:53 -07:00
igzip_decode_block_stateless.asm igzip: Add check for non-valid decoded symbols 2016-12-06 09:11:12 -07:00
igzip_example.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_file_perf.c igzip: Allow performance check with small input buffers 2016-12-06 10:07:06 -07:00
igzip_finish.asm igzip: Improve igzip stateful on large buffers 2016-12-06 10:59:52 -07:00
igzip_fuzz_inflate.c igzip: Add test for fuzz testing 2016-12-06 09:11:49 -07:00
igzip_hist_perf.c igzip: Make inline functions in igzip_inflate.c static 2016-12-05 16:44:31 -07:00
igzip_inflate_multibinary.asm igzip: Implement statelesss inflate in assembly 2016-12-05 12:45:53 -07:00
igzip_inflate_perf.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_inflate_test.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_inflate.c igzip: Fix bug read_header causing false error return values 2016-12-06 09:12:11 -07:00
igzip_multibinary.asm igzip: Set isal_deflate_stateless to use same assembly functions as isal_deflate 2016-12-06 11:07:08 -07:00
igzip_perf.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_rand_test.c igzip: Fix small bugs in igzip_rand_test on test failure. 2016-12-06 09:12:45 -07:00
igzip_stateless_file_perf.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_sync_flush_example.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_sync_flush_file_perf.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_sync_flush_perf.c igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
igzip_update_histogram_01.asm igzip: Create assembly version of isal_update_histogram 2016-12-02 17:16:55 -07:00
igzip_update_histogram_04.asm igzip: Create assembly version of isal_update_histogram 2016-12-02 17:16:55 -07:00
igzip_update_histogram.asm igzip: Fix MS incorrect reg compare for igzip_update_histogram 2016-12-06 10:06:28 -07:00
igzip.c igzip: Set isal_deflate_stateless to use same assembly functions as isal_deflate 2016-12-06 11:07:08 -07:00
inflate_data_structs.asm igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
lz0a_const.asm igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
Makefile.am igzip: Set isal_deflate_stateless to use same assembly functions as isal_deflate 2016-12-06 11:07:08 -07:00
options.asm igzip: Merge inflate.h and igzip_lib.h and fix external naming 2016-12-05 16:40:43 -07:00
repeated_char_result.h Add data compression unit 2016-06-10 17:03:38 -07:00
rfc1951_lookup.asm igzip: Fix missing nx stack section on new file 2016-12-06 09:53:35 -07:00
stdmac.asm igzip: Improve LARGE_WINDOW and change that option to be default. 2016-12-05 16:36:31 -07:00