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

/freebsd-11.0-release/contrib/bmake/
H A Dhash.h136 * Hash_Size(n) returns the number of words in an object of n bytes
139 #define Hash_Size(n) (((n) + sizeof (int) - 1) / sizeof (int)) macro
/freebsd-11.0-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 73 milliseconds