Home
last modified time | relevance | path

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

/freebsd/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
/freebsd/usr.sbin/nscd/
H A Dhashtable.h157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/freebsd/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
/freebsd/lib/librt/
H A Dsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/freebsd/usr.sbin/ppp/
H A Dpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/freebsd/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
/freebsd/sbin/fsck_ffs/
H A Dfsck.h146 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) macro
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp428 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
/freebsd/lib/libfetch/
H A Dhttp.c1116 typedef char HASH[HASHLEN]; typedef
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c220 enum { HASH, HMAC, CIPHER, ETA, GCM, CCM } mode; enumerator