Home
last modified time | relevance | path

Searched full:h (Results 1 – 25 of 103) sorted by relevance

12345

/lz4-3.4.0-2.7.6/ossfuzz/
Dround_trip_frame_fuzzer.c6 #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"
Dcompress_frame_fuzzer.c7 #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"
Dround_trip_hc_fuzzer.c6 #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"
Ddecompress_frame_fuzzer.c6 #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"
Dfuzz_data_producer.h1 #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"
Dcompress_hc_fuzzer.c7 #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"
Dround_trip_fuzzer.c6 #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"
Dcompress_fuzzer.c7 #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"
Ddecompress_fuzzer.c6 #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"
Dfuzz_helpers.h17 #include "fuzz.h"
18 #include "xxhash.h"
19 #include <stdint.h>
20 #include <stdio.h>
21 #include <stdlib.h>
Dstandaloneengine.c1 #include <stdint.h>
2 #include <stdio.h>
3 #include <stdlib.h>
5 #include "fuzz.h"
Dlz4_helpers.c1 #include "fuzz_helpers.h"
2 #include "lz4_helpers.h"
3 #include "lz4hc.h"
/lz4-3.4.0-2.7.6/contrib/gen_manual/
Dgen-lz4-manual.sh3 …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/
DMakefile37 …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 …]
DREADME.md9 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/
Dplatform.h2 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 …]
Dutil.h2 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/
DcheckFrame.c29 #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 …]
DroundTripTest.c32 #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"
Ddatagencli.c30 #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/
Dsimple_buffer.c4 …* 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()
DHCStreaming_ringBuffer.c22 #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/
DCMakeLists.txt19 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/
Dmeson.build51 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/
Dlz4.vcxproj160 <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