Searched defs:HASH (Results 1 - 14 of 14) sorted by relevance

/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dmodword.mk14 HASH= \# macro
/freebsd-12-stable/sys/net/
H A Dmppcc.c48 #define HASH(x) (((40543*(((((x)[0]<<4)^(x)[1])<<4)^(x)[2]))>>4) & 0x1fff) macro
H A Dif_vlan.c328 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
/freebsd-12-stable/sys/netgraph/
H A Dng_etf.c142 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
H A Dng_pred1.c69 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
H A Dng_bridge.c1019 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
/freebsd-12-stable/lib/librt/
H A Dsigev_thread.c51 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/freebsd-12-stable/usr.sbin/ppp/
H A Dpred.c60 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/freebsd-12-stable/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
[all...]
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c42 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp270 #define HASH(LEN, FIRST, THIRD) \ macro
311 #undef HASH macro
/freebsd-12-stable/lib/libfetch/
H A Dhttp.c1121 typedef char HASH[HASHLEN]; typedef
/freebsd-12-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c168 enum { HASH, HMAC, BLKCIPHER, AUTHENC, GCM, CCM } mode; enumerator in enum:ccr_session::__anon12707
/freebsd-12-stable/contrib/gcc/
H A Dcse.c473 #define HASH(X, M) \ macro
[all...]

Completed in 172 milliseconds