Searched full:h (Results 1 – 25 of 103) sorted by relevance
12345
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | round_trip_frame_fuzzer.c | 6 #include <stddef.h> 7 #include <stdint.h> 8 #include <stdlib.h> 9 #include <string.h> 11 #include "fuzz_helpers.h" 12 #include "lz4.h" 13 #include "lz4frame.h" 14 #include "lz4_helpers.h" 15 #include "fuzz_data_producer.h"
|
D | compress_frame_fuzzer.c | 7 #include <stddef.h> 8 #include <stdint.h> 9 #include <stdlib.h> 10 #include <string.h> 12 #include "fuzz_helpers.h" 13 #include "lz4.h" 14 #include "lz4frame.h" 15 #include "lz4_helpers.h" 16 #include "fuzz_data_producer.h"
|
D | round_trip_hc_fuzzer.c | 6 #include <stddef.h> 7 #include <stdint.h> 8 #include <stdlib.h> 9 #include <string.h> 11 #include "fuzz_helpers.h" 12 #include "fuzz_data_producer.h" 13 #include "lz4.h" 14 #include "lz4hc.h"
|
D | decompress_frame_fuzzer.c | 6 #include <stddef.h> 7 #include <stdint.h> 8 #include <stdlib.h> 9 #include <string.h> 11 #include "fuzz_helpers.h" 12 #include "fuzz_data_producer.h" 13 #include "lz4.h" 15 #include "lz4frame.h" 16 #include "lz4_helpers.h"
|
D | fuzz_data_producer.h | 1 #include <stddef.h> 2 #include <stdint.h> 3 #include <stdio.h> 4 #include <stdlib.h> 6 #include "fuzz_helpers.h" 7 #include "lz4frame.h" 8 #include "lz4hc.h"
|
D | compress_hc_fuzzer.c | 7 #include <stddef.h> 8 #include <stdint.h> 9 #include <stdlib.h> 10 #include <string.h> 12 #include "fuzz_helpers.h" 13 #include "fuzz_data_producer.h" 14 #include "lz4.h" 15 #include "lz4hc.h"
|
D | round_trip_fuzzer.c | 6 #include <stddef.h> 7 #include <stdint.h> 8 #include <stdlib.h> 9 #include <string.h> 11 #include "fuzz_helpers.h" 12 #include "lz4.h" 13 #include "fuzz_data_producer.h"
|
D | compress_fuzzer.c | 7 #include <stddef.h> 8 #include <stdint.h> 9 #include <stdlib.h> 10 #include <string.h> 12 #include "fuzz_helpers.h" 13 #include "fuzz_data_producer.h" 14 #include "lz4.h"
|
D | decompress_fuzzer.c | 6 #include <stddef.h> 7 #include <stdint.h> 8 #include <stdlib.h> 9 #include <string.h> 11 #include "fuzz_helpers.h" 12 #include "fuzz_data_producer.h" 13 #include "lz4.h"
|
D | fuzz_helpers.h | 17 #include "fuzz.h" 18 #include "xxhash.h" 19 #include <stdint.h> 20 #include <stdio.h> 21 #include <stdlib.h>
|
D | standaloneengine.c | 1 #include <stdint.h> 2 #include <stdio.h> 3 #include <stdlib.h> 5 #include "fuzz.h"
|
D | lz4_helpers.c | 1 #include "fuzz_helpers.h" 2 #include "lz4_helpers.h" 3 #include "lz4hc.h"
|
/lz4-3.4.0-2.7.6/contrib/gen_manual/ |
D | gen-lz4-manual.sh | 3 …SCRIPT=`sed -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h` 4 …SCRIPT=`sed -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h` 5 …RIPT=`sed -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ../../lib/lz4.h` 9 ./gen_manual "lz4 $LIBVER_SCRIPT" ../../lib/lz4.h ./lz4_manual.html 10 ./gen_manual "lz4frame $LIBVER_SCRIPT" ../../lib/lz4frame.h ./lz4frame_manual.html
|
/lz4-3.4.0-2.7.6/lib/ |
D | Makefile | 37 …JOR_SCRIPT:=`$(SED) -n '/define LZ4_VERSION_MAJOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./lz4.h` 38 …NOR_SCRIPT:=`$(SED) -n '/define LZ4_VERSION_MINOR/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./lz4.h` 39 …H_SCRIPT:=`$(SED) -n '/define LZ4_VERSION_RELEASE/s/.*[[:blank:]]\([0-9][0-9]*\).*/\1/p' < ./lz4.h` 147 listL120: # extract lines >= 120 characters in *.{c,h}, by Takayuki Matsuoka (note : $$, for Makef… 148 …find . -type f -name '*.c' -o -name '*.h' | while read -r filename; do awk 'length > 120 {print FI… 186 $(INSTALL_DATA) lz4frame_static.h $(DESTDIR)$(includedir)/lz4frame_static.h 202 $(INSTALL_DATA) lz4.h $(DESTDIR)$(includedir)/lz4.h 203 $(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h 204 $(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h 218 $(RM) $(DESTDIR)$(includedir)/lz4.h [all …]
|
D | README.md | 9 The minimum required is **`lz4.c`** and **`lz4.h`**, 18 Add files **`lz4hc.c`** and **`lz4hc.h`**. 28 Its public API is described in `lib/lz4frame.h`. 31 So it's necessary to include all `*.c` and `*.h` files present in `/lib`. 97 All `*.h` files present in `/lib` remain necessary to compile `lz4_all.c`. 109 The header files `lz4.h`, `lz4hc.h`, `lz4frame.h` and the dynamic library
|
/lz4-3.4.0-2.7.6/programs/ |
D | platform.h | 2 platform.h - compiler and OS detection 35 # define _CRT_SECURE_NO_DEPRECATE /* VS2005 - must be declared before <io.h> and <windows.h> */ 93 # include <unistd.h> /* declares _POSIX_VERSION */ 110 # include <unistd.h> /* isatty */ 113 # include <io.h> /* _isatty */ 116 # include <io.h> /* _isatty */ 117 # include <windows.h> /* DeviceIoControl, HANDLE, FSCTL_SET_SPARSE */ 118 # include <stdio.h> /* FILE */ 133 # include <fcntl.h> /* _O_BINARY */ 134 # include <io.h> /* _setmode, _fileno, _get_osfhandle */ [all …]
|
D | util.h | 2 util.h - utility functions 32 #include "platform.h" /* PLATFORM_POSIX_VERSION */ 33 #include <stddef.h> /* size_t, ptrdiff_t */ 34 #include <stdlib.h> /* malloc */ 35 #include <string.h> /* strlen, strncpy */ 36 #include <stdio.h> /* fprintf, fileno */ 37 #include <assert.h> 38 #include <sys/types.h> /* stat, utime */ 39 #include <sys/stat.h> /* stat */ 41 # include <sys/utime.h> /* utime */ [all …]
|
/lz4-3.4.0-2.7.6/tests/ |
D | checkFrame.c | 29 #include "util.h" /* U32 */ 30 #include <stdlib.h> /* malloc, free */ 31 #include <stdio.h> /* fprintf */ 32 #include <string.h> /* strcmp */ 33 #include <time.h> /* clock_t, clock(), CLOCKS_PER_SEC */ 34 #include <assert.h> 35 #include "lz4frame.h" /* include multiple times to test correctness/safety */ 36 #include "lz4frame.h" 38 #include "lz4frame.h" 39 #include "lz4frame.h" [all …]
|
D | roundTripTest.c | 32 #include <stddef.h> /* size_t */ 33 #include <stdlib.h> /* malloc, free, exit */ 34 #include <stdio.h> /* fprintf */ 35 #include <string.h> /* strcmp */ 36 #include <assert.h> 37 #include <sys/types.h> /* stat */ 38 #include <sys/stat.h> /* stat */ 39 #include "xxhash.h" 41 #include "lz4.h" 42 #include "lz4hc.h"
|
D | datagencli.c | 30 #include "util.h" /* U32 */ 31 #include <stdio.h> /* fprintf, stderr */ 32 #include "datagen.h" /* RDG_generate */ 33 #include "lz4.h" /* LZ4_VERSION_STRING */ 69 DISPLAY( " -h : display help and exit\n"); in usage() 102 case 'h': in main()
|
/lz4-3.4.0-2.7.6/examples/ |
D | simple_buffer.c | 4 …* License : Follows same licensing as the lz4.c/lz4.h program at any given time. Currently, BS… 5 …ple program to demonstrate the basic usage of the compress/decompress functions within lz4.c/lz4.h. 7 * Both of these are documented in the lz4.h header file; I recommend reading them. 11 #include <stdio.h> // For printf() 12 #include <string.h> // For memcmp() 13 #include <stdlib.h> // For exit() 14 #include "lz4.h" // This is all that is required to expose the prototypes for basic compression… 33 // Read lz4.h if you're unsure what a given code means. in main()
|
D | HCStreaming_ringBuffer.c | 22 #include "lz4hc.h" 23 #include "lz4.h" 25 #include <stdio.h> 26 #include <stdint.h> 27 #include <stdlib.h> 28 #include <string.h> 29 #include <assert.h>
|
/lz4-3.4.0-2.7.6/build/cmake/ |
D | CMakeLists.txt | 19 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MAJOR REGEX "^#define LZ4_VERSION_MAJOR … 21 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_MINOR REGEX "^#define LZ4_VERSION_MINOR … 23 file(STRINGS "${LZ4_TOP_SOURCE_DIR}/lib/lz4.h" LZ4_VERSION_RELEASE REGEX "^#define LZ4_VERSION_RELE… 86 "${LZ4_LIB_SOURCE_DIR}/lz4.h" 87 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h" 89 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h" 189 "${LZ4_LIB_SOURCE_DIR}/lz4.h" 190 "${LZ4_LIB_SOURCE_DIR}/lz4frame.h" 191 "${LZ4_LIB_SOURCE_DIR}/lz4hc.h"
|
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/ |
D | meson.build | 51 install_headers(join_paths(lz4_root_dir, 'lib/lz4.h'), 52 join_paths(lz4_root_dir, 'lib/lz4hc.h'), 53 join_paths(lz4_root_dir, 'lib/lz4frame.h')) 56 install_headers(join_paths(lz4_root_dir, 'lib/lz4frame_static.h'))
|
/lz4-3.4.0-2.7.6/build/VS2017/lz4/ |
D | lz4.vcxproj | 160 <ClInclude Include="..\..\..\lib\lz4.h" /> 161 <ClInclude Include="..\..\..\lib\lz4frame.h" /> 162 <ClInclude Include="..\..\..\lib\lz4frame_static.h" /> 163 <ClInclude Include="..\..\..\lib\lz4hc.h" /> 164 <ClInclude Include="..\..\..\lib\xxhash.h" /> 165 <ClInclude Include="..\..\..\programs\bench.h" /> 166 <ClInclude Include="..\..\..\programs\datagen.h" /> 167 <ClInclude Include="..\..\..\programs\lz4io.h" />
|
12345