HomeSort by: relevance | last modified time | path
    Searched defs:XXH32 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_xxhash.h 38 unsigned int (*XXH32)(const void* input, unsigned int len,
xxhash.c 96 static unsigned int XXH32 (const void*, unsigned int, unsigned int);
294 U32 XXH32(const void* input, unsigned int len, U32 seed)
511 XXH32,
  /src/external/bsd/zstd/dist/lib/common/
xxhash.h 33 * - Classic 64-bit adaptation of XXH32. Just as simple, and runs well on most
63 * | XXH32() | | 32 | 9.7 GB/s | 71.9 |
104 * XXH32(), XXH64(), XXH3_64bits(), XXH3_128bits()
110 * // Example for a function which hashes a null terminated string with XXH32().
115 * return XXH32(string, length, seed);
157 * For small inputs, prefer `XXH32()` and `XXH64()`, which are better optimized.
346 /* XXH32 */
347 # undef XXH32
449 /* XXH32 */
450 # define XXH32 XXH_NAME2(XXH_NAMESPACE, XXH32
    [all...]

Completed in 24 milliseconds