Searched full:xxhash (Results 1 – 25 of 54) sorted by relevance
123
/external/lz4/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 90 * #include "xxhash.h" 91 * `xxhash.c` is automatically included. 113 If you want to include _and expose_ xxHash functions from within your own library, 114 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 62 …* If the input pointer is a null pointer, xxHash default behavior is to trigger a memory access er… 63 …* When this option is enabled, xxHash output for null input pointers will be the same as a null-le… 69 …* By default, xxHash library provides endian-independent Hash values, based on little-endian conve… 108 #include "xxhash.h" 536 …pport unsigned long long, replace by another 64-bit type here. Note that xxhash.h will also need t…
|
D | Android.bp | 22 "xxhash.c",
|
/external/vulkan-validation-layers/layers/ |
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 90 * #include "xxhash.h" 91 * `xxhash.c` is automatically included. 113 If you want to include _and expose_ xxHash functions from within your own library, 114 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 62 …* If the input pointer is a null pointer, xxHash default behavior is to trigger a memory access er… 63 …* When this option is enabled, xxHash output for null input pointers will be the same as a null-le… 69 …* By default, xxHash library provides endian-independent Hash values, based on little-endian conve… 109 #include "xxhash.h" 530 …pport unsigned long long, replace by another 64-bit type here. Note that xxhash.h will also need t…
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | xxhash.cpp | 2 * xxHash - Fast Hash algorithm 31 * - xxHash homepage: http://www.xxhash.com 32 * - xxHash source repository : https://github.com/Cyan4973/xxHash 38 #include "llvm/Support/xxhash.h"
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | xxhash.h | 2 xxHash - Extremely Fast Hash algorithm 32 - xxHash source repository : https://github.com/Cyan4973/xxHash
|
/external/lz4/ |
D | NEWS | 90 Changed: xxhash symbols are modified (namespace emulation) within liblz4 152 Updated : xxHash to r38 165 Updated : xxHash, to r36 179 Updated : xxHash to r35 212 xxhash : updated to r34 232 xxHash : updated to r33
|
D | appveyor.yml | 60 COPY lib\xxhash.c bin\example\ && 61 COPY lib\xxhash.h bin\example\ &&
|
/external/lz4/programs/ |
D | lz4io.h | 28 - The license of xxHash library is BSD. 86 int LZ4IO_setBlockChecksumMode(int xxhash); 89 int LZ4IO_setStreamChecksumMode(int xxhash);
|
/external/lz4/doc/ |
D | lz4_Frame_format.md | 36 and optional [xxHash-32 checksum method](https://github.com/Cyan4973/xxHash), 95 of [xxh32() hash function](https://github.com/Cyan4973/xxHash) 168 calculated by using the xxHash-32 algorithm on the raw (compressed) data block. 287 calculated by using the xxHash-32 algorithm on the raw (undecoded) data block,
|
/external/lz4/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" />
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
D | XXHash32.java | 30 * @see <a href="http://cyan4973.github.io/xxHash/">xxHash</a>
|
/external/lz4/tests/ |
D | Makefile | 87 fullbench : lz4.o lz4hc.o lz4frame.o xxhash.o fullbench.c 96 fullbench-dll: fullbench.c $(LZ4DIR)/xxhash.c 100 fuzzer : lz4.o lz4hc.o xxhash.o fuzzer.c 103 frametest: lz4frame.o lz4.o lz4hc.o xxhash.o frametest.c 106 roundTripTest : lz4.o lz4hc.o xxhash.o roundTripTest.c
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | xxhashTest.cpp | 10 #include "llvm/Support/xxhash.h"
|
/external/lz4/visual/VS2010/fuzzer/ |
D | fuzzer.vcxproj | 162 <ClCompile Include="..\..\..\lib\xxhash.c" /> 168 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/external/lz4/visual/VS2010/liblz4/ |
D | liblz4.vcxproj | 164 <ClInclude Include="..\..\..\lib\xxhash.h" /> 170 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/external/lz4/visual/VS2017/fuzzer/ |
D | fuzzer.vcxproj | 166 <ClCompile Include="..\..\..\lib\xxhash.c" /> 172 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/external/lz4/visual/VS2010/fullbench/ |
D | fullbench.vcxproj | 163 <ClCompile Include="..\..\..\lib\xxhash.c" /> 171 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/external/lz4/visual/VS2010/frametest/ |
D | frametest.vcxproj | 163 <ClCompile Include="..\..\..\lib\xxhash.c" /> 171 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/external/lz4/visual/VS2010/liblz4-dll/ |
D | liblz4-dll.vcxproj | 165 <ClInclude Include="..\..\..\lib\xxhash.h" /> 171 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/external/lz4/visual/VS2017/liblz4/ |
D | liblz4.vcxproj | 168 <ClInclude Include="..\..\..\lib\xxhash.h" /> 174 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
/external/lz4/visual/VS2017/fullbench/ |
D | fullbench.vcxproj | 167 <ClCompile Include="..\..\..\lib\xxhash.c" /> 175 <ClInclude Include="..\..\..\lib\xxhash.h" />
|
/external/lz4/visual/VS2017/liblz4-dll/ |
D | liblz4-dll.vcxproj | 169 <ClInclude Include="..\..\..\lib\xxhash.h" /> 175 <ClCompile Include="..\..\..\lib\xxhash.c" />
|
123