Searched refs:HASH (Results 1 - 25 of 25) sorted by relevance

/freebsd-10.0-release/contrib/groff/src/utils/addftinfo/
H A Dguess.cpp35 #define HASH(c1, c2) (((unsigned char)(c1) << 8) | (unsigned char)(c2)) macro
36 switch (HASH(s[0], s[1])) {
46 case HASH('\\', '|'):
47 case HASH('\\', '^'):
48 case HASH('\\', '&'):
51 case HASH('f', 0):
56 case HASH('a', 0):
57 case HASH('c', 0):
58 case HASH('e', 0):
59 case HASH('
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_depr.c64 #define HASH EVP_sha() macro
69 #define HASH EVP_sha1() macro
H A Ddsa_gen.c64 #define HASH EVP_sha() macro
69 #define HASH EVP_sha1() macro
/freebsd-10.0-release/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh53 HASH=sha256
114 default_md=$HASH
132 default_md=$HASH
142 openssl req -key $CTL_BASE.key -config request.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAcreateserial -$HASH -out $CTL_BASE.pem
H A Dunbound-control-setup.sh.in53 HASH=sha256
114 default_md=$HASH
132 default_md=$HASH
142 openssl req -key $CTL_BASE.key -config request.cfg -new | openssl x509 -req -days $DAYS -CA $SVR_BASE"_trust.pem" -CAkey $SVR_BASE.key -CAcreateserial -$HASH -out $CTL_BASE.pem
/freebsd-10.0-release/crypto/openssh/
H A Ddeattack.c69 #define HASH(x) get_u32(x) macro
146 for (i = HASH(c) & (n - 1); h[i] != HASH_UNUSED;
/freebsd-10.0-release/contrib/diff/src/
H A Dio.c33 #define HASH(h, c) ((c) + ROL (h, 7)) macro
258 h = HASH (h, tolower (c));
271 h = HASH (h, ' ');
275 h = HASH (h, tolower (c));
311 h = HASH (h, c);
319 h = HASH (h, tolower (c));
328 h = HASH (h, c);
341 h = HASH (h, ' ');
345 h = HASH (h, c);
380 h = HASH (
[all...]
/freebsd-10.0-release/contrib/gcc/
H A Dggc.h243 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \
244 htab_create_alloc (SIZE, HASH, EQ, DEL, ggc_calloc, NULL)
H A Dcse.c473 #define HASH(X, M) \ macro
478 /* Like HASH, but without side-effects. */
1309 HASH is its hash code, made using the HASH macro.
1486 /* Insert X in the hash table, assuming HASH is its hash code
1721 hash = HASH (exp, mode);
1737 hash = HASH (exp, mode);
1815 unsigned int hash = HASH (x, GET_MODE (x));
2202 in HASH. */
2932 hash = HASH (add
[all...]
/freebsd-10.0-release/usr.sbin/ppp/
H A Dpred.c58 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
83 HASH(state, *source++);
96 HASH(state, *source++);
120 HASH(state, *dest++);
/freebsd-10.0-release/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh948 fi | while read FILE HASH; do
950 if ! [ -r "${WORKDIR}/files/${HASH}.gz" ]; then
951 echo "files/${HASH}.gz not found -- snapshot corrupt."
958 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
963 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
992 while read FILE HASH; do
994 if ! [ -r "${WORKDIR}/files/${HASH}.gz" ]; then
995 echo "files/${HASH}.gz not found -- snapshot corrupt."
1001 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}.gz \
1005 tar -xz --numeric-owner -f ${WORKDIR}/files/${HASH}
[all...]
/freebsd-10.0-release/lib/librt/
H A Dsigev_thread.c49 #define HASH(t, id) ((((id) << 3) + (t)) % HASH_QUEUES) macro
248 int chain = HASH(type, id);
260 int chain = HASH(sn->sn_type, sn->sn_id);
/freebsd-10.0-release/sys/netgraph/
H A Dng_etf.c139 #define HASHSIZE 16 /* Dont change this without changing HASH() */
140 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
158 struct filterhead *chain = etfp->hashtable + HASH(ethertype);
327 + HASH(fil->ethertype),
H A Dng_pred1.c67 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
602 HASH(*source++);
644 HASH(*dest++);
662 HASH(*source++);
H A Dng_bridge.c819 HASH TABLE FUNCTIONS
825 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
835 const int bucket = HASH(addr, priv->hashMask);
853 const int bucket = HASH(addr, priv->hashMask);
923 newBucket = HASH(hent->host.addr, newMask);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp205 #define HASH(LEN, FIRST, THIRD) \ macro
208 case HASH(LEN, FIRST, THIRD): \
214 switch (HASH(Len, Name[0], Name[2])) {
246 #undef HASH macro
/freebsd-10.0-release/usr.sbin/nscd/
H A Dhashtable.h159 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \
163 return HASH(data, table->entries_size); \
/freebsd-10.0-release/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh1737 # Reduce indices to ${PATH}|${HASH} pairs
1748 while read HASH; do
1749 if ! [ -f files/${HASH}.gz ]; then
1750 echo ${HASH}
1763 HASH=`echo "${LINE}" | cut -f 2 -d '|'`
1766 if [ -f files/${HASH}.gz ]; then
1772 if [ `sha256 -q tmpfile` != ${HASH} ]; then
1779 gzip -c < tmpfile > files/${HASH}.gz
2591 while read HASH; do
2592 if ! [ -f files/${HASH}
[all...]
/freebsd-10.0-release/sys/net/
H A Dif_vlan.c224 #define HASH(n, m) ((((n) >> 8) ^ ((n) >> 4) ^ (n)) & (m)) macro
274 i = HASH(ifv->ifv_vid, trunk->hmask);
286 i = HASH(ifv->ifv_vid, trunk->hmask);
304 i = HASH(ifv->ifv_vid, trunk->hmask);
356 j = HASH(ifv->ifv_vid, n2 - 1);
376 LIST_FOREACH(ifv, &trunk->hash[HASH(vid, trunk->hmask)], ifv_list)
/freebsd-10.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c42 #define HASH(NUM) ((int)(NUM & (BUCKETS - 1))) macro
465 int bucket = HASH(h);
1082 int hash = HASH(num);
1121 return (HASH(sum));
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp288 HASH="#" == "#" ?
289 LIST:[${HASH}]="6"
300 LIST:[${LIST:[${HASH}]}]="six"
/freebsd-10.0-release/lib/libfetch/
H A Dhttp.c1112 typedef char HASH[HASHLEN]; typedef
1118 CvtHex(IN HASH Bin, OUT HASHHEX Hex)
1145 HASH HA1;
1185 HASH HA2;
1186 HASH RespHash;
/freebsd-10.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h102 OP(HASH, "#") /* digraphs */ \
/freebsd-10.0-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp688 LLVM_READOBJ_TYPE_CASE(HASH);
/freebsd-10.0-release/contrib/gcc/cp/
H A Dname-lookup.c65 /* Compute the chain index of a binding_entry given the HASH value of its
69 #define ENTRY_INDEX(HASH, COUNT) (((HASH) >> 3) & ((COUNT) - 1))

Completed in 401 milliseconds