Home
last modified time | relevance | path

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

123

/external/lz4/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
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 …]
Dxxhash.c2 * 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…
DAndroid.bp22 "xxhash.c",
/external/vulkan-validation-layers/layers/
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
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 …]
Dxxhash.c2 * 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/
Dxxhash.cpp2 * 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/
Dxxhash.h2 xxHash - Extremely Fast Hash algorithm
32 - xxHash source repository : https://github.com/Cyan4973/xxHash
/external/lz4/
DNEWS90 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
Dappveyor.yml60 COPY lib\xxhash.c bin\example\ &&
61 COPY lib\xxhash.h bin\example\ &&
/external/lz4/programs/
Dlz4io.h28 - The license of xxHash library is BSD.
86 int LZ4IO_setBlockChecksumMode(int xxhash);
89 int LZ4IO_setStreamChecksumMode(int xxhash);
/external/lz4/doc/
Dlz4_Frame_format.md36 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/
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" />
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DXXHash32.java30 * @see <a href="http://cyan4973.github.io/xxHash/">xxHash</a>
/external/lz4/tests/
DMakefile87 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/
DxxhashTest.cpp10 #include "llvm/Support/xxhash.h"
/external/lz4/visual/VS2010/fuzzer/
Dfuzzer.vcxproj162 <ClCompile Include="..\..\..\lib\xxhash.c" />
168 <ClInclude Include="..\..\..\lib\xxhash.h" />
/external/lz4/visual/VS2010/liblz4/
Dliblz4.vcxproj164 <ClInclude Include="..\..\..\lib\xxhash.h" />
170 <ClCompile Include="..\..\..\lib\xxhash.c" />
/external/lz4/visual/VS2017/fuzzer/
Dfuzzer.vcxproj166 <ClCompile Include="..\..\..\lib\xxhash.c" />
172 <ClInclude Include="..\..\..\lib\xxhash.h" />
/external/lz4/visual/VS2010/fullbench/
Dfullbench.vcxproj163 <ClCompile Include="..\..\..\lib\xxhash.c" />
171 <ClInclude Include="..\..\..\lib\xxhash.h" />
/external/lz4/visual/VS2010/frametest/
Dframetest.vcxproj163 <ClCompile Include="..\..\..\lib\xxhash.c" />
171 <ClInclude Include="..\..\..\lib\xxhash.h" />
/external/lz4/visual/VS2010/liblz4-dll/
Dliblz4-dll.vcxproj165 <ClInclude Include="..\..\..\lib\xxhash.h" />
171 <ClCompile Include="..\..\..\lib\xxhash.c" />
/external/lz4/visual/VS2017/liblz4/
Dliblz4.vcxproj168 <ClInclude Include="..\..\..\lib\xxhash.h" />
174 <ClCompile Include="..\..\..\lib\xxhash.c" />
/external/lz4/visual/VS2017/fullbench/
Dfullbench.vcxproj167 <ClCompile Include="..\..\..\lib\xxhash.c" />
175 <ClInclude Include="..\..\..\lib\xxhash.h" />
/external/lz4/visual/VS2017/liblz4-dll/
Dliblz4-dll.vcxproj169 <ClInclude Include="..\..\..\lib\xxhash.h" />
175 <ClCompile Include="..\..\..\lib\xxhash.c" />

123