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

/freebsd-11-stable/contrib/groff/src/utils/addftinfo/
H A Dguess.cpp35 #define HASH(c1, c2) (((unsigned char)(c1) << 8) | (unsigned char)(c2)) macro
[all...]
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Dmodword.mk14 HASH= \# macro
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c68 # define HASH EVP_sha() macro
75 # define HASH EVP_sha1() macro
H A Ddsa_gen.c66 # define HASH EVP_sha() macro
73 # define HASH EVP_sha1() macro
/freebsd-11-stable/crypto/openssh/
H A Ddeattack.c66 #define HASH(x) PEEK_U32(x) macro
/freebsd-11-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.c329 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
/freebsd-11-stable/lib/librt/
H A Dsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/freebsd-11-stable/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.c826 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
/freebsd-11-stable/usr.sbin/ppp/
H A Dpred.c60 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/freebsd-11-stable/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c42 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp270 #define HASH(LEN, FIRST, THIRD) \ macro
311 #undef HASH macro
/freebsd-11-stable/lib/libfetch/
H A Dhttp.c1118 typedef char HASH[HASHLEN]; typedef
/freebsd-11-stable/contrib/gcc/
H A Dcse.c473 #define HASH(X, M) \ macro
[all...]

Completed in 280 milliseconds