Home
last modified time | relevance | path

Searched defs:HASH (Results 1 – 15 of 15) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/
HDMakefile179 HASH ?= md5 macro
181 HASH ?= gmd5sum macro
183 HASH ?= md5 macro
185 HASH ?= md5sum macro
/freebsd-13-stable/sys/contrib/zstd/programs/
HDMakefile102 HASH ?= md5 macro
104 HASH ?= gmd5sum macro
106 HASH ?= md5 macro
108 HASH ?= md5sum macro
/freebsd-13-stable/sys/net/
HDmppcc.c46 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro
HDif_vlan.c347 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
/freebsd-13-stable/usr.sbin/nscd/
HDhashtable.h157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/freebsd-13-stable/sys/netgraph/
HDng_etf.c140 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
HDng_pred1.c67 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
HDng_bridge.c1033 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
/freebsd-13-stable/lib/librt/
HDsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/freebsd-13-stable/usr.sbin/ppp/
HDpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/freebsd-13-stable/contrib/diff/src/
HDio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
/freebsd-13-stable/sbin/fsck_ffs/
HDfsck.h143 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
HDIdentifierTable.cpp428 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
/freebsd-13-stable/lib/libfetch/
HDhttp.c1116 typedef char HASH[HASHLEN]; typedef
/freebsd-13-stable/sys/dev/cxgbe/crypto/
HDt4_crypto.c221 enum { HASH, HMAC, CIPHER, ETA, GCM, CCM } mode; enumerator