Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/zstd/programs/
H A DMakefile102 HASH ?= md5 macro
104 HASH ?= gmd5sum macro
106 HASH ?= md5 macro
108 HASH ?= md5sum macro
109 HAVE_HASH :=$(shell echo 1 | $(HASH) > /dev/null && echo 1 || echo 0)
112 HASH_DIR = conf_$(shell echo $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(ZSTD_FILES) | $(HASH) | cut -…
114 …$(info warning : could not find HASH ($(HASH)), needed to differentiate builds using different fla…
235 SRCBIN_HASH = $(shell cat $(BUILD_DIR)/zstd 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
236 DSTBIN_HASH = $(shell cat zstd 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile179 HASH ?= md5 macro
181 HASH ?= gmd5sum macro
183 HASH ?= md5 macro
185 HASH ?= md5sum macro
187 HASH_DIR = conf_$(shell echo $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(ZSTD_FILES) | $(HASH) | cut -…
188 HAVE_HASH :=$(shell echo 1 | $(HASH) > /dev/null && echo 1 || echo 0)
190 …$(info warning : could not find HASH ($(HASH)), needed to differentiate builds using different fla…
H A DREADME.md176 The hash function can be manually switched by setting the `HASH` variable.
177 For example : `make HASH=xxhsum`
/f-stack/freebsd/contrib/openzfs/module/icp/algs/skein/
H A DTHIRDPARTYLICENSE.descrip1 LICENSE TERMS OF SKEIN HASH ALGORITHM IMPLEMENTATION
/f-stack/dpdk/lib/librte_hash/
H A Drte_cuckoo_hash.c242 RTE_LOG(ERR, HASH, "memory allocation failed\n"); in rte_hash_create()
258 RTE_LOG(ERR, HASH, "ext buckets memory allocation " in rte_hash_create()
284 RTE_LOG(ERR, HASH, "tailq entry allocation failed\n"); in rte_hash_create()
292 RTE_LOG(ERR, HASH, "memory allocation failed\n"); in rte_hash_create()
311 RTE_LOG(ERR, HASH, "ext buckets memory allocation " in rte_hash_create()
343 RTE_LOG(ERR, HASH, "memory allocation failed\n"); in rte_hash_create()
351 RTE_LOG(ERR, HASH, "memory allocation failed\n"); in rte_hash_create()
1506 RTE_LOG(ERR, HASH, in __hash_rcu_qsbr_free_resource()
1535 RTE_LOG(ERR, HASH, "memory allocation failed\n"); in rte_hash_rcu_qsbr_add()
1588 RTE_LOG(ERR, HASH, in remove_entry()
[all …]
H A Drte_fbk_hash.c123 RTE_LOG(ERR, HASH, "Failed to allocate tailq entry\n"); in rte_fbk_hash_create()
131 RTE_LOG(ERR, HASH, "Failed to allocate fbk hash table\n"); in rte_fbk_hash_create()
H A Drte_cuckoo_hash.h35 RTE_LOG(ERR, HASH, fmt, ##args); \
/f-stack/freebsd/netgraph/
H A Dng_etf.c142 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
160 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
327 + HASH(fil->ethertype), in ng_etf_rcvmsg()
H A Dng_pred1.c69 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
604 HASH(*source++); in Pred1Compress()
646 HASH(*dest++); in Pred1Decompress()
664 HASH(*source++); in Pred1SyncTable()
H A Dng_bridge.c872 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
882 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get()
900 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put()
970 newBucket = HASH(hent->host.addr, newMask); in ng_bridge_rehash()
/f-stack/freebsd/net/
H A Dmppcc.c48 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro
193 idx = HASH(s); in MPPC_Compress()
H A Dif_vlan.c340 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
390 i = HASH(ifv->ifv_vid, trunk->hmask); in vlan_inshash()
402 i = HASH(ifv->ifv_vid, trunk->hmask); in vlan_inshash()
420 i = HASH(ifv->ifv_vid, trunk->hmask); in vlan_remhash()
471 j = HASH(ifv->ifv_vid, n2 - 1); in vlan_growhash()
492 CK_SLIST_FOREACH(ifv, &trunk->hash[HASH(vid, trunk->hmask)], ifv_list) in vlan_gethash()
/f-stack/freebsd/contrib/device-tree/Bindings/crypto/
H A Dst,stm32-hash.yaml7 title: STMicroelectronics STM32 HASH bindings
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c165 L4_BIT, HASH, END}; in mlx5_vdpa_rss_flows_create() enumerator
203 vars[i][HASH]; in mlx5_vdpa_rss_flows_create()
/f-stack/dpdk/doc/guides/nics/
H A Dcxgbe.rst33 - Flow API - Support for both Wildcard (LE-TCAM) and Exact (HASH) match filters.
309 to configure a filter mode combination for HASH (exact-match) filters.
319 Note that the filter rule will only be inserted in HASH region, if the
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef10_essb_rx.c323 SFC_EF10_ESSB_RX_PREFIX_FIELD(RSS_HASH, HASH),
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Def10_rx.c633 EF10_ESSB_RX_PREFIX_FIELD(RSS_HASH, HASH),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst58 * Wildcard (LE-TCAM) and Exact (HASH) match filters.
H A Drelease_16_04.rst152 * Expose registers for HASH/FD input set configuring.