Home
last modified time | relevance | path

Searched refs:HASH2 (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dhsearch.c96 # define HASH2 hash2m /* Secondary hash function */ macro
103 # define HASH2(A) 1 /* Secondary hash function */ macro
270 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()
/titanic_50/usr/src/lib/libc/port/gen/
H A Dhsearch.c105 #define HASH2 hash2m /* Secondary hash function */ macro
111 #define HASH2(A) 1 /* Secondary hash function */ macro
306 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()