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

/freebsd-9.3-release/contrib/bmake/
H A Dhash.h141 * Hash_Size(n) returns the number of words in an object of n bytes
144 #define Hash_Size(n) (((n) + sizeof (int) - 1) / sizeof (int)) macro
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.h118 * Hash_Size(n) returns the number of words in an object of n bytes
121 #define Hash_Size(n) (((n) + sizeof (int) - 1) / sizeof (int)) macro

Completed in 51 milliseconds