Home
last modified time | relevance | path

Searched refs:xxhash (Results 1 – 25 of 34) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-xxhash-bump-to-v2.1.2.patch4 Subject: [PATCH] xxhash: bump to v2.1.2
8 https://github.com/cespare/xxhash/issues/54
45 - github.com/cespare/xxhash/v2 v2.1.1 // indirect
46 + github.com/cespare/xxhash/v2 v2.1.2 // indirect
56 github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY=
57 github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
58 +github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE=
59 +github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
71 - github.com/cespare/xxhash/v2 v2.1.1 // indirect
72 + github.com/cespare/xxhash/v2 v2.1.2 // indirect
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A D0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch4 Subject: [PATCH] Use v2.1.2 xxhash to fix build with go 1.17
7 | # github.com/cespare/xxhash
9 …aster/build/tmp/work/core2-64-yoe-linux/influxdb/1.8.10-r0/build/pkg/mod/github.com/cespare/xxhash@
13 Upstream-Status: Backport [https://github.com/cespare/xxhash/commit/e7a6b52374f7e2abfb8abb27249d53a…
28 +replace github.com/cespare/xxhash => github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56
35 +github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56 h1:hCQ0jTkNInQ7PpNeGlSV9s+QMi6nUyyMuz3…
36 +github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS…
H A D0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch20 replace github.com/cespare/xxhash => github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56
29 …github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56 h1:hCQ0jTkNInQ7PpNeGlSV9s+QMi6nUyyMuz3…
30 …github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0001-Change-whether-to-inline-XXH3_hashLong_withSecret-to.patch14 ext/hash/xxhash/xxhash.h | 35 +++++++++++++++++++++++++++++++++--
17 diff --git a/ext/hash/xxhash/xxhash.h b/ext/hash/xxhash/xxhash.h
19 --- a/ext/hash/xxhash/xxhash.h
20 +++ b/ext/hash/xxhash/xxhash.h
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.4.1.bb7 # Includes opennsh and xxhash dynamic link exception
33 PACKAGECONFIG[xxhash] = "--enable-xxhash,--disable-xxhash,xxhash"
/openbmc/linux/lib/zstd/compress/
H A Dzstd_ldm.c292 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_fillHashTable() local
293 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_fillHashTable()
297 entry.checksum = (U32)(xxhash >> 32); in ZSTD_ldm_fillHashTable()
370 U64 const xxhash = xxh64(split, minMatchLength, 0); in ZSTD_ldm_generateSequences_internal() local
371 U32 const hash = (U32)(xxhash & (((U32)1 << hBits) - 1)); in ZSTD_ldm_generateSequences_internal()
375 candidates[n].checksum = (U32)(xxhash >> 32); in ZSTD_ldm_generateSequences_internal()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-padatious_0.4.8.bb15 python3-xxhash \
H A Dpython3-xxhash_3.5.0.bb1 SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet."
/openbmc/openbmc/poky/meta/recipes-support/xxhash/
H A Dxxhash_0.8.3.bb4 HOMEPAGE = "http://www.xxhash.com/"
/openbmc/linux/include/linux/
H A Dxxhash.h123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/
H A Ddebugedit_5.1.bb21 DEPENDS = "elfutils xxhash"
/openbmc/openbmc/poky/meta/recipes-devtools/ccache/
H A Dccache_4.10.2.bb16 DEPENDS = "zstd fmt xxhash"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/
H A Dsquashfs-tools-ng_1.3.2.bb9 file://licenses/xxhash.txt;md5=f042a9be092bd6d7fe6f217d8d00f4ca \
/openbmc/openbmc/meta-openembedded/meta-python/conf/include/
H A Dptest-packagelists-meta-python.inc95 python3-xxhash \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/
H A Detcd_3.5.7.bb9 file://0001-xxhash-bump-to-v2.1.2.patch;patchdir=${GO_INSTALL} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/
H A Dinfluxdb_1.8.10.bb19 file://0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch;patchdir=src/${GO_IMPORT} \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/
H A Dmycroft_19.8.1.bb61 python3-xxhash python3-pako \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb92 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \
H A Dsrc_uri.inc246 # github.com/cespare/xxhash/v2 v2.1.2
247 # [1] git ls-remote https://github.com/cespare/xxhash 7ae26c41ed6fb1f8a6c21e05eeff4d91b5e401c4
249 …thub.com/cespare/xxhash;name=v21;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/…
/openbmc/openbmc/meta-openembedded/meta-python/recipes-core/packagegroups/
H A Dpackagegroup-meta-python.bb465 python3-xxhash \
532 python3-xxhash-ptest \
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_fw_comp.h379 __u32 xxhash; member
/openbmc/openbmc/poky/meta/recipes-devtools/apt/
H A Dapt_2.6.1.bb48 DEPENDS += "db gnutls lz4 zlib bzip2 xz libgcrypt xxhash"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt99 # github.com/cespare/xxhash/v2 v2.1.2
/openbmc/linux/lib/
H A DMakefile189 obj-$(CONFIG_XXHASH) += xxhash.o
/openbmc/openbmc/poky/documentation/migration-guides/
H A Drelease-notes-4.0.2.rst173 - xxhash: fix build with gcc 12

12