Home
last modified time | relevance | path

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

/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_depr.c68 # define HASH EVP_sha() macro
75 # define HASH EVP_sha1() macro
HDdsa_gen.c66 # define HASH EVP_sha() macro
73 # define HASH EVP_sha1() macro
/NextBSD/contrib/groff/src/utils/addftinfo/
HDguess.cpp35 #define HASH(c1, c2) (((unsigned char)(c1) << 8) | (unsigned char)(c2)) in guess() macro
/NextBSD/crypto/openssh/
HDdeattack.c69 #define HASH(x) get_u32(x) macro
/NextBSD/usr.sbin/nscd/
HDhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
/NextBSD/sys/netgraph/
HDng_etf.c140 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
HDng_pred1.c67 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
HDng_bridge.c826 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
/NextBSD/lib/librt/
HDsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
/NextBSD/usr.sbin/ppp/
HDpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
/NextBSD/contrib/gcc/
HDggc.h242 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \ argument
HDcse.c473 #define HASH(X, M) \ macro
/NextBSD/contrib/diff/src/
HDio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDst_parse.c42 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDIdentifierTable.cpp261 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() macro
/NextBSD/sys/net/
HDif_vlan.c227 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
/NextBSD/lib/libfetch/
HDhttp.c1118 typedef char HASH[HASHLEN]; typedef
/NextBSD/contrib/gcc/cp/
HDname-lookup.c86 #define ENTRY_INDEX(HASH, COUNT) (((HASH) >> 3) & ((COUNT) - 1)) argument