Home
last modified time | relevance | path

Searched refs:HASH (Results 1 – 22 of 22) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/
H A Dclass.c157 #define CLASS_TABLE_HASH(INDEX, HASH, CLASS_NAME) \ argument
158 HASH = 0; \
161 HASH = (HASH << 4) ^ (HASH >> 28) ^ CLASS_NAME[INDEX]; \
164 HASH = (HASH ^ (HASH >> 10) ^ (HASH >> 20)) & CLASS_TABLE_MASK;
/dragonfly/contrib/cvs-1.12/diff/
H A Dio.c25 #define HASH(h, c) ((c) + ROL (h, 7)) macro
225 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
240 h = HASH (h, ' ');
243 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
247 h = HASH (h, ISUPPER (c) ? tolower (c) : c);
255 h = HASH (h, c);
270 h = HASH (h, ' ');
273 h = HASH (h, c);
277 h = HASH (h, c);
/dragonfly/contrib/diffutils/src/
H A Dio.c31 #define HASH(h, c) ((c) + ROL (h, 7)) macro
256 h = HASH (h, ig_case ? tolower (c) : c); in find_and_hash_each_line()
269 h = HASH (h, ' '); in find_and_hash_each_line()
273 h = HASH (h, ig_case ? tolower (c) : c); in find_and_hash_each_line()
328 h = HASH (h, c); in find_and_hash_each_line()
337 h = HASH (h, tolower (c)); in find_and_hash_each_line()
340 h = HASH (h, c); in find_and_hash_each_line()
/dragonfly/usr.sbin/ppp/
H A Dpred.c60 #define HASH(state, x) state->hash = (state->hash << 4) ^ (x) macro
85 HASH(state, *source++); in compress()
98 HASH(state, *source++); in SyncTable()
122 HASH(state, *dest++); in decompress()
/dragonfly/contrib/bmake/
H A Dhash.c121 DEBUG4(HASH, "HashTable_Find: %p h=%08x key=%.*s\n", in HashTable_Find()
240 DEBUG4(HASH, "HashTable_Enlarge: %p size=%d entries=%d maxchain=%d\n", in HashTable_Enlarge()
331 DEBUG4(HASH, "HashTable %s: size=%u numEntries=%u maxchain=%u\n", in HashTable_DebugStats()
H A Dmain.c2081 if (DEBUG(HASH)) { in PrintOnError()
/dragonfly/sys/netgraph/etf/
H A Dng_etf.c143 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
161 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
336 + HASH(fil->ethertype), in ng_etf_rcvmsg()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dcse.c448 #define HASH(X, M) \ macro
1263 hash = HASH (exp, mode); in insert_const_anchor()
1791 hash = HASH (exp, mode); in merge_equiv_classes()
1807 hash = HASH (exp, mode); in merge_equiv_classes()
3960 op0_hash = HASH (op0, mode); in record_jump_cond()
3968 op1_hash = HASH (op1, mode); in record_jump_cond()
4020 op1_hash = HASH (op1,mode); in record_jump_cond()
4069 op0_hash = HASH (op0, mode); in record_jump_cond()
4081 op1_hash = HASH (op1, mode); in record_jump_cond()
5473 hash = HASH (x, mode); in cse_insn()
[all …]
H A Dggc.h209 #define htab_create_ggc(SIZE, HASH, EQ, DEL) \ argument
210 htab_create_typed_alloc (SIZE, HASH, EQ, DEL, \
/dragonfly/contrib/gcc-8.0/gcc/
H A Dcse.c435 #define HASH(X, M) \ macro
1227 hash = HASH (exp, mode); in insert_const_anchor()
1760 hash = HASH (exp, mode); in merge_equiv_classes()
1776 hash = HASH (exp, mode); in merge_equiv_classes()
4005 op0_hash = HASH (op0, mode); in record_jump_cond()
4013 op1_hash = HASH (op1, mode); in record_jump_cond()
4065 op1_hash = HASH (op1,mode); in record_jump_cond()
4114 op0_hash = HASH (op0, mode); in record_jump_cond()
4126 op1_hash = HASH (op1, mode); in record_jump_cond()
5774 hash = HASH (x, mode); in cse_insn()
[all …]
/dragonfly/sys/netgraph7/
H A Dng_pred1.c67 #define HASH(x) priv->Hash = (priv->Hash << 4) ^ (x) macro
585 HASH(*source++); in Pred1Compress()
627 HASH(*dest++); in Pred1Decompress()
645 HASH(*source++); in Pred1SyncTable()
H A Dng_vlan.c136 #define HASH(id) ((((id) >> 8) ^ ((id) >> 4) ^ (id)) & 0x0f) macro
149 struct filterhead *chain = &priv->hashtable[HASH(vlan)]; in ng_vlan_findentry()
257 &priv->hashtable[HASH(f->vlan)], f, next); in ng_vlan_rcvmsg()
/dragonfly/sys/netgraph7/etf/
H A Dng_etf.c141 #define HASH(et) ((((et)>>12)+((et)>>8)+((et)>>4)+(et)) & 0x0f) macro
159 struct filterhead *chain = etfp->hashtable + HASH(ethertype); in ng_etf_findentry()
331 + HASH(fil->ethertype), in ng_etf_rcvmsg()
/dragonfly/usr.sbin/nscd/
H A Dhashtable.h156 #define HASHTABLE_GENERATE(name, entry_, type, field, HASH, CMP) \ argument
160 return HASH(data, table->entries_size); \
/dragonfly/sys/netgraph/bridge/
H A Dng_bridge.c774 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
784 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get()
802 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put()
874 newBucket = HASH(hent->host.addr, newMask); in ng_bridge_rehash()
/dragonfly/sys/netgraph7/bridge/
H A Dng_bridge.c815 #define HASH(addr,mask) ( (((const u_int16_t *)(addr))[0] \ macro
825 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_get()
843 const int bucket = HASH(addr, priv->hashMask); in ng_bridge_put()
914 newBucket = HASH(hent->host.addr, newMask); in ng_bridge_rehash()
/dragonfly/lib/libfetch/
H A Dhttp.c1121 typedef char HASH[HASHLEN]; typedef
1127 CvtHex(IN HASH Bin, OUT HASHHEX Hex) in CvtHex()
1154 HASH HA1; in DigestCalcHA1()
1195 HASH HA2; in DigestCalcResponse()
1196 HASH RespHash; in DigestCalcResponse()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h98 OP(HASH, "#") /* digraphs */ \
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h96 OP(HASH, "#") /* digraphs */ \
/dragonfly/contrib/file/magic/Magdir/
H A Dsql15 >3 byte 2 \b, type HASH
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c89 #define ENTRY_INDEX(HASH, COUNT) (((HASH) >> 3) & ((COUNT) - 1)) argument
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c1731 #define ENTRY_INDEX(HASH, COUNT) (((HASH) >> 3) & ((COUNT) - 1)) argument