/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/ |
H A D | 0001-xxhash-bump-to-v2.1.2.patch | 4 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 D | 0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch | 4 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 D | 0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch | 20 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 D | 0001-Change-whether-to-inline-XXH3_hashLong_withSecret-to.patch | 14 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 D | rsync_3.4.1.bb | 7 # Includes opennsh and xxhash dynamic link exception 33 PACKAGECONFIG[xxhash] = "--enable-xxhash,--disable-xxhash,xxhash"
|
/openbmc/linux/lib/zstd/compress/ |
H A D | zstd_ldm.c | 292 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 D | python3-padatious_0.4.8.bb | 15 python3-xxhash \
|
H A D | python3-xxhash_3.5.0.bb | 1 SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet."
|
/openbmc/openbmc/poky/meta/recipes-support/xxhash/ |
H A D | xxhash_0.8.3.bb | 4 HOMEPAGE = "http://www.xxhash.com/"
|
/openbmc/linux/include/linux/ |
H A D | xxhash.h | 123 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() function
|
/openbmc/openbmc/poky/meta/recipes-devtools/debugedit/ |
H A D | debugedit_5.1.bb | 21 DEPENDS = "elfutils xxhash"
|
/openbmc/openbmc/poky/meta/recipes-devtools/ccache/ |
H A D | ccache_4.10.2.bb | 16 DEPENDS = "zstd fmt xxhash"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/squashfs-tools-ng/ |
H A D | squashfs-tools-ng_1.3.2.bb | 9 file://licenses/xxhash.txt;md5=f042a9be092bd6d7fe6f217d8d00f4ca \
|
/openbmc/openbmc/meta-openembedded/meta-python/conf/include/ |
H A D | ptest-packagelists-meta-python.inc | 95 python3-xxhash \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/ |
H A D | etcd_3.5.7.bb | 9 file://0001-xxhash-bump-to-v2.1.2.patch;patchdir=${GO_INSTALL} \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/ |
H A D | influxdb_1.8.10.bb | 19 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 D | mycroft_19.8.1.bb | 61 python3-xxhash python3-pako \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | minio_git.bb | 92 github.com/cespare/xxhash/v2:github.com/cespare/xxhash/v2 \
|
H A D | src_uri.inc | 246 # 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 D | packagegroup-meta-python.bb | 465 python3-xxhash \ 532 python3-xxhash-ptest \
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_comp.h | 379 __u32 xxhash; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/ |
H A D | apt_2.6.1.bb | 48 DEPENDS += "db gnutls lz4 zlib bzip2 xz libgcrypt xxhash"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/ |
H A D | modules.txt | 99 # github.com/cespare/xxhash/v2 v2.1.2
|
/openbmc/linux/lib/ |
H A D | Makefile | 189 obj-$(CONFIG_XXHASH) += xxhash.o
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.2.rst | 173 - xxhash: fix build with gcc 12
|