Home
last modified time | relevance | path

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

/src/sys/net/
H A Dmppcc.c46 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro
H A Dif_vlan.c391 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
/src/usr.sbin/nscd/
H A Dhashtable.h157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/src/sys/netgraph/
H A Dng_etf.c140 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
H A Dng_pred1.c67 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
H A Dng_bridge.c1001 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
/src/lib/librt/
H A Dsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/src/usr.sbin/ppp/
H A Dpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/src/sbin/fsck_ffs/
H A Dfsck.h142 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) macro
/src/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp428 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
/src/lib/libfetch/
H A Dhttp.c1116 typedef char HASH[HASHLEN]; typedef
/src/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c221 enum { HASH, HMAC, CIPHER, ETA, GCM, CCM } mode; enumerator