Home
last modified time | relevance | path

Searched defs:HSIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c73 #define HSIZE 69001 /* 95% occupancy */ macro
76 #define HSIZE 35023 /* 94% occupancy */ macro
79 #define HSIZE 18013 /* 91% occupancy */ macro
82 #define HSIZE 9001 /* 91% occupancy */ macro
85 #define HSIZE 5003 /* 80% occupancy */ macro
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.h103 #define HSIZE(x) (((x & 0xff) + 31) * 8) macro
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c94 #define HSIZE 256 /* size of process hash table */ macro