Searched refs:HASH2 (Results 1 – 2 of 2) sorted by relevance
96 # define HASH2 hash2m /* Secondary hash function */ macro103 # define HASH2(A) 1 /* Secondary hash function */ macro270 c = HASH2(item.key); /* No match => compute secondary hash */ in hsearch()301 unsigned int c0 = HASH2(item.key); /* Main branch increment */ in hsearch()314 cj = HASH2(table[pj].key); /* Secondary branch incr. */ in hsearch()
105 #define HASH2 hash2m /* Secondary hash function */ macro111 #define HASH2(A) 1 /* Secondary hash function */ macro306 c = HASH2(item.key); /* No match => compute secondary hash */ in hsearch()339 unsigned int c0 = HASH2(item.key); /* Main branch increment */ in hsearch()352 cj = HASH2(table[pj].key); /* Secondary branch incr. */ in hsearch()