Searched defs:HSIZE (Results 1 – 6 of 6) sorted by relevance
41 #define HSIZE (1 << (HLOG)) macro
75 #define HSIZE 69001 /* 95% occupancy */ macro
82 #define HSIZE 26 macro
49 #define HSIZE 69001 /* 95% occupancy */ /* XXX may not need HSIZE */ macro
73 #define HSIZE 69001 /* 95% occupancy */ macro
115 #define HSIZE(x) (((x & 0xff) + 31) * 8) macro