Home
last modified time | relevance | path

Searched full:xxhash (Results 1 – 25 of 38) sorted by relevance

12

/lz4-3.4.0-2.7.6/lib/
Dxxhash.h2 xxHash - Extremely Fast Hash algorithm
32 - xxHash source repository : https://github.com/Cyan4973/xxHash
35 /* Notice extracted from xxHash homepage :
37 xxHash is an extremely fast Hash algorithm, running at RAM speed limits.
43 xxHash 5.4 GB/s 10
86 * This is useful to include xxhash functions in `static` mode
91 * #include "xxhash.h"
92 * `xxhash.c` is automatically included.
115 * If you want to include _and expose_ xxHash functions from within your own library,
116 * but also want to avoid symbol collisions with other libraries which may also include xxHash,
[all …]
Dxxhash.c2 * xxHash - Fast Hash algorithm
31 * - xxHash homepage: http://www.xxhash.com
32 * - xxHash source repository : https://github.com/Cyan4973/xxHash
66 * If input pointer is NULL, xxHash default behavior is to dereference it, triggering a segfault.
67 * When this macro is enabled, xxHash actively checks input for null pointer.
75 …* By default, xxHash library provides endian-independent Hash values, based on little-endian conve…
117 #include "xxhash.h"
/lz4-3.4.0-2.7.6/doc/
Dlz4_Frame_format.md36 and optional [xxHash-32 checksum method](https://github.com/Cyan4973/xxHash),
94 The content checksum is the result of [xxHash-32 algorithm]
167 calculated by using the xxHash-32 algorithm on the raw (compressed) data block.
297 calculated by using the [xxHash-32 algorithm] on the __raw__ (undecoded) data block,
304 [xxHash-32 algorithm]: https://github.com/Cyan4973/xxHash/blob/release/doc/xxhash_spec.md
/lz4-3.4.0-2.7.6/
DNEWS146 Changed: xxhash symbols are modified (namespace emulation) within liblz4
208 Updated : xxHash to r38
221 Updated : xxHash, to r36
235 Updated : xxHash to r35
268 xxhash : updated to r34
288 xxHash : updated to r33
Dappveyor.yml64 COPY lib\xxhash.c bin\example\ &&
65 COPY lib\xxhash.h bin\example\ &&
/lz4-3.4.0-2.7.6/lib/dll/example/
DMakefile55 fullbench-lib: fullbench.c xxhash.c
58 fullbench-dll: fullbench.c xxhash.c
Dfullbench-dll.vcxproj170 <ClCompile Include="xxhash.c" />
177 <ClInclude Include="xxhash.h" />
/lz4-3.4.0-2.7.6/programs/
Dlz4io.h28 - The license of xxHash library is BSD.
107 int LZ4IO_setBlockChecksumMode(LZ4IO_prefs_t* const prefs, int xxhash);
110 int LZ4IO_setStreamChecksumMode(LZ4IO_prefs_t* const prefs, int xxhash);
/lz4-3.4.0-2.7.6/contrib/meson/meson/lib/
Dmeson.build16 join_paths(lz4_root_dir, 'lib/xxhash.c')]
/lz4-3.4.0-2.7.6/build/VS2010/fuzzer/
Dfuzzer.vcxproj162 <ClCompile Include="..\..\..\lib\xxhash.c" />
168 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2010/liblz4/
Dliblz4.vcxproj164 <ClInclude Include="..\..\..\lib\xxhash.h" />
170 <ClCompile Include="..\..\..\lib\xxhash.c" />
/lz4-3.4.0-2.7.6/ossfuzz/
Dfuzz_helpers.h18 #include "xxhash.h"
/lz4-3.4.0-2.7.6/build/VS2017/frametest/
Dframetest.vcxproj167 <ClCompile Include="..\..\..\lib\xxhash.c" />
175 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj165 <ClInclude Include="..\..\..\lib\xxhash.h" />
171 <ClCompile Include="..\..\..\lib\xxhash.c" />
/lz4-3.4.0-2.7.6/build/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj169 <ClInclude Include="..\..\..\lib\xxhash.h" />
175 <ClCompile Include="..\..\..\lib\xxhash.c" />
/lz4-3.4.0-2.7.6/build/VS2017/lz4/
Dlz4.vcxproj153 <ClCompile Include="..\..\..\lib\xxhash.c" />
164 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/
Dfullbench.vcxproj167 <ClCompile Include="..\..\..\lib\xxhash.c" />
175 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2017/fuzzer/
Dfuzzer.vcxproj166 <ClCompile Include="..\..\..\lib\xxhash.c" />
172 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2017/liblz4/
Dliblz4.vcxproj168 <ClInclude Include="..\..\..\lib\xxhash.h" />
174 <ClCompile Include="..\..\..\lib\xxhash.c" />
/lz4-3.4.0-2.7.6/build/VS2010/frametest/
Dframetest.vcxproj163 <ClCompile Include="..\..\..\lib\xxhash.c" />
171 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2010/fullbench/
Dfullbench.vcxproj163 <ClCompile Include="..\..\..\lib\xxhash.c" />
171 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/tests/
DMakefile80 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c
89 fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c
97 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c
100 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c
103 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
109 checkFrame : lz4frame.o lz4.o lz4hc.o xxhash.o checkFrame.c
/lz4-3.4.0-2.7.6/build/VS2010/lz4/
Dlz4.vcxproj168 <ClInclude Include="..\..\..\lib\xxhash.h" />
177 <ClCompile Include="..\..\..\lib\xxhash.c" />
/lz4-3.4.0-2.7.6/build/VS2010/fullbench-dll/
Dfullbench-dll.vcxproj168 <ClCompile Include="..\..\..\lib\xxhash.c" />
175 <ClInclude Include="..\..\..\lib\xxhash.h" />
/lz4-3.4.0-2.7.6/build/VS2017/fullbench-dll/
Dfullbench-dll.vcxproj172 <ClCompile Include="..\..\..\lib\xxhash.c" />
179 <ClInclude Include="..\..\..\lib\xxhash.h" />

12