Searched full:xxhash (Results 1 – 25 of 38) sorted by relevance
12
/lz4-3.4.0-2.7.6/lib/ |
D | xxhash.h | 2 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 …]
|
D | xxhash.c | 2 * 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/ |
D | lz4_Frame_format.md | 36 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/ |
D | NEWS | 146 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
|
D | appveyor.yml | 64 COPY lib\xxhash.c bin\example\ && 65 COPY lib\xxhash.h bin\example\ &&
|
/lz4-3.4.0-2.7.6/lib/dll/example/ |
D | Makefile | 55 fullbench-lib: fullbench.c xxhash.c 58 fullbench-dll: fullbench.c xxhash.c
|
D | fullbench-dll.vcxproj | 170 <ClCompile Include="xxhash.c" /> 177 <ClInclude Include="xxhash.h" />
|
/lz4-3.4.0-2.7.6/programs/ |
D | lz4io.h | 28 - 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/ |
D | meson.build | 16 join_paths(lz4_root_dir, 'lib/xxhash.c')]
|
/lz4-3.4.0-2.7.6/build/VS2010/fuzzer/ |
D | fuzzer.vcxproj | 162 <ClCompile Include="..\..\..\lib\xxhash.c" /> 168 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2010/liblz4/ |
D | liblz4.vcxproj | 164 <ClInclude Include="..\..\..\lib\xxhash.h" /> 170 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/lz4-3.4.0-2.7.6/ossfuzz/ |
D | fuzz_helpers.h | 18 #include "xxhash.h"
|
/lz4-3.4.0-2.7.6/build/VS2017/frametest/ |
D | frametest.vcxproj | 167 <ClCompile Include="..\..\..\lib\xxhash.c" /> 175 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2010/liblz4-dll/ |
D | liblz4-dll.vcxproj | 165 <ClInclude Include="..\..\..\lib\xxhash.h" /> 171 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/lz4-3.4.0-2.7.6/build/VS2017/liblz4-dll/ |
D | liblz4-dll.vcxproj | 169 <ClInclude Include="..\..\..\lib\xxhash.h" /> 175 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/lz4-3.4.0-2.7.6/build/VS2017/lz4/ |
D | lz4.vcxproj | 153 <ClCompile Include="..\..\..\lib\xxhash.c" /> 164 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2017/fullbench/ |
D | fullbench.vcxproj | 167 <ClCompile Include="..\..\..\lib\xxhash.c" /> 175 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2017/fuzzer/ |
D | fuzzer.vcxproj | 166 <ClCompile Include="..\..\..\lib\xxhash.c" /> 172 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2017/liblz4/ |
D | liblz4.vcxproj | 168 <ClInclude Include="..\..\..\lib\xxhash.h" /> 174 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/lz4-3.4.0-2.7.6/build/VS2010/frametest/ |
D | frametest.vcxproj | 163 <ClCompile Include="..\..\..\lib\xxhash.c" /> 171 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2010/fullbench/ |
D | fullbench.vcxproj | 163 <ClCompile Include="..\..\..\lib\xxhash.c" /> 171 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/tests/ |
D | Makefile | 80 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/ |
D | lz4.vcxproj | 168 <ClInclude Include="..\..\..\lib\xxhash.h" /> 177 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/lz4-3.4.0-2.7.6/build/VS2010/fullbench-dll/ |
D | fullbench-dll.vcxproj | 168 <ClCompile Include="..\..\..\lib\xxhash.c" /> 175 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/lz4-3.4.0-2.7.6/build/VS2017/fullbench-dll/ |
D | fullbench-dll.vcxproj | 172 <ClCompile Include="..\..\..\lib\xxhash.c" /> 179 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
12