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

/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-select-words.mk20 HASH= \# macro
/freebsd-current/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.c390 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
/freebsd-current/sys/contrib/zstd/lib/
H A Dlibzstd.mk182 HASH ?= md5 macro
185 HASH ?= gmd5sum macro
187 HASH ?= md5 -n macro
189 HASH ?= md5 macro
191 HASH ?= md5sum macro
/freebsd-current/lib/librt/
H A Dsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/freebsd-current/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-current/usr.sbin/ppp/
H A Dpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/freebsd-current/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp428 #define HASH(LEN, FIRST, THIRD) \ macro
471 #undef HASH macro
/freebsd-current/sbin/fsck_ffs/
H A Dfsck.h146 #define HASH(x) ((x * 2654435761) & (HASHSIZE - 1)) macro
/freebsd-current/lib/libfetch/
H A Dhttp.c1116 typedef char HASH[HASHLEN]; typedef
/freebsd-current/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c220 enum { HASH, HMAC, CIPHER, ETA, GCM, CCM } mode; enumerator in enum:ccr_session::__anon30

Completed in 238 milliseconds