| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | Makefile | 102 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 D | Makefile | 179 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 D | README.md | 176 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 D | THIRDPARTYLICENSE.descrip | 1 LICENSE TERMS OF SKEIN HASH ALGORITHM IMPLEMENTATION
|
| /f-stack/dpdk/lib/librte_hash/ |
| H A D | rte_cuckoo_hash.c | 242 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 D | rte_fbk_hash.c | 123 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 D | rte_cuckoo_hash.h | 35 RTE_LOG(ERR, HASH, fmt, ##args); \
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_etf.c | 142 #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 D | ng_pred1.c | 69 #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 D | ng_bridge.c | 872 #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 D | mppcc.c | 48 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro 193 idx = HASH(s); in MPPC_Compress()
|
| H A D | if_vlan.c | 340 #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 D | st,stm32-hash.yaml | 7 title: STMicroelectronics STM32 HASH bindings
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_steer.c | 165 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 D | cxgbe.rst | 33 - 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 D | sfc_ef10_essb_rx.c | 323 SFC_EF10_ESSB_RX_PREFIX_FIELD(RSS_HASH, HASH),
|
| /f-stack/dpdk/drivers/common/sfc_efx/base/ |
| H A D | ef10_rx.c | 633 EF10_ESSB_RX_PREFIX_FIELD(RSS_HASH, HASH),
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_08.rst | 58 * Wildcard (LE-TCAM) and Exact (HASH) match filters.
|
| H A D | release_16_04.rst | 152 * Expose registers for HASH/FD input set configuring.
|