HomeSort by: relevance | last modified time | path
    Searched refs:xxhash (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/regression/
Makefile 26 xxhash.o: $(LIBDIR)/common/xxhash.c $(LIBDIR)/common/xxhash.h
32 data.o: data.c data.h $(PROGDIR)/util.h $(LIBDIR)/common/xxhash.h
54 test: test.o data.o config.o util.o method.o result.o xxhash.o libzstd.a
  /src/external/bsd/zstd/dist/contrib/largeNbDicts/
Makefile 31 largeNbDicts: util.o timefn.o benchfn.o datagen.o xxhash.o largeNbDicts.c $(LIBZSTD)
51 xxhash.o : $(LIBDIR)/common/xxhash.c
  /src/external/bsd/zstd/dist/contrib/seqBench/
Makefile 31 seqBench: util.o timefn.o benchfn.o datagen.o xxhash.o seqBench.c $(LIBZSTD)
51 xxhash.o : $(LIBDIR)/common/xxhash.c
  /src/external/bsd/zstd/lib/
Makefile 32 xxhash.c \
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-utils.h 32 # include <xxhash.h>
  /src/external/gpl3/gdb/dist/gdbsupport/
common-utils.h 32 # include <xxhash.h>
  /src/external/bsd/zstd/dist/contrib/linux-kernel/
Makefile 20 --xxhash '<linux/xxhash.h>' \
91 rm $(LINUX)/lib/zstd/common/xxhash.*
  /src/external/gpl3/binutils/dist/ld/
ldbuildid.c 28 #include <xxhash.h>
configure 1598 --with-xxhash use inlined libxxhash for hashing (faster)
19017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use xxhash" >&5
19018 $as_echo_n "checking whether to use xxhash... " >&6; }
19020 # Check whether --with-xxhash was given.
19032 #include <xxhash.h>
19047 as_fn_error $? "xxhash is missing or unusable" "$LINENO" 5
  /src/external/gpl3/binutils.old/dist/ld/
ldbuildid.c 28 #include <xxhash.h>
configure 1591 --with-xxhash use inlined libxxhash for hashing (faster)
18604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use xxhash" >&5
18605 $as_echo_n "checking whether to use xxhash... " >&6; }
18607 # Check whether --with-xxhash was given.
18619 #include <xxhash.h>
18634 as_fn_error $? "xxhash is missing or unusable" "$LINENO" 5
  /src/external/bsd/zstd/dist/lib/compress/
zstd_ldm.c 14 #include "../common/xxhash.h"
296 U64 const xxhash = XXH64(split, minMatchLength, 0); local
297 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1));
301 entry.checksum = (U32)(xxhash >> 32);
376 U64 const xxhash = XXH64(split, minMatchLength, 0); local
377 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1));
381 candidates[n].checksum = (U32)(xxhash >> 32);
  /src/external/apache2/llvm/lib/libLLVMSupport/
Makefile 126 xxhash.cpp \
  /src/external/bsd/zstd/dist/contrib/linux-kernel/test/include/linux/
xxhash.h 2 * xxHash - Extremely Fast Hash algorithm
37 * - xxHash homepage: https://cyan4973.github.io/xxHash/
38 * - xxHash source repository: https://github.com/Cyan4973/xxHash
42 * Notice extracted from xxHash homepage:
44 * xxHash is an extremely fast Hash algorithm, running at RAM speed limits.
51 * xxHash 5.4 GB/s 10
112 * xxhash() - calculate wordsize hash of the input with a given seed
124 static inline unsigned long xxhash(const void *input, size_t length function
    [all...]
  /src/external/bsd/zstd/dist/contrib/freestanding_lib/
freestanding.py 36 "common/xxhash.c",
37 "common/xxhash.h",
471 self._log(f"\tSkipping xxhash file: {lib_path}")
710 parser.add_argument("--xxhash", default=None, help="Alternate external xxhash include e.g. --xxhash='<xxhash.h>'. If set xxhash is not included.")
744 if args.xxhash is not None:
746 args.rewritten_includes.append(('"(\\.\\./common/)?xxhash.h"', args.xxhash)
    [all...]
  /src/external/bsd/zstd/dist/tests/
Makefile 176 fuzzer-dll : $(LIB_SRCDIR)/common/xxhash.c $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c fuzzer.c
207 zstreamtest-dll : $(LIB_SRCDIR)/common/xxhash.c # xxh symbols not exposed from dll
  /src/external/bsd/libarchive/lib/libarchive/
Makefile 149 xxhash.c
  /src/external/bsd/zstd/dist/programs/
Makefile 227 zstd-dll : ZSTDLIB_LOCAL_SRC = xxhash.c pool.c threading.c

Completed in 42 milliseconds