Searched defs:HASH (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/net/ |
H A D | mppcc.c | 46 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro
|
H A D | if_vlan.c | 391 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
|
/freebsd/usr.sbin/nscd/ |
H A D | hashtable.h | 157 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
|
/freebsd/sys/netgraph/ |
H A D | ng_etf.c | 140 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
|
H A D | ng_pred1.c | 67 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
|
H A D | ng_bridge.c | 1001 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
|
/freebsd/lib/librt/ |
H A D | sigev_thread.c | 49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
|
/freebsd/usr.sbin/ppp/ |
H A D | pred.c | 58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
|
/freebsd/contrib/diff/src/ |
H A D | io.c | 33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
|
/freebsd/sbin/fsck_ffs/ |
H A D | fsck.h | 146 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) macro
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 428 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
|
/freebsd/lib/libfetch/ |
H A D | http.c | 1116 typedef char HASH[HASHLEN]; typedef
|
/freebsd/sys/dev/cxgbe/crypto/ |
H A D | t4_crypto.c | 220 enum { HASH, HMAC, CIPHER, ETA, GCM, CCM } mode; enumerator
|