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

/netbsd-current/sbin/rcorder/
H A Dhash.h148 * Hash_Size(n) returns the number of words in an object of n bytes
151 #define Hash_Size(n) (((n) + sizeof (int) - 1) / sizeof (int)) macro

Completed in 135 milliseconds