Home
last modified time | relevance | path

Searched refs:HSIZE (Results 1 – 4 of 4) 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
82 #define HSIZE 9001 /* 91% occupancy */ macro
85 #define HSIZE 5003 /* 80% occupancy */ macro
676 hsize = HSIZE; in main()
721 hsize = HSIZE; in main()
723 hsize = min(5003, HSIZE); in main()
725 hsize = min(9001, HSIZE); in main()
727 hsize = min(18013, HSIZE); in main()
729 hsize = min(35023, HSIZE); in main()
[all …]
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c94 #define HSIZE 256 /* size of process hash table */ macro
131 static struct uproc pr_htbl[HSIZE];
770 tp = up = &pr_htbl[(int)pid % HSIZE]; in findhash()
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.h103 #define HSIZE(x) (((x & 0xff) + 31) * 8) macro
H A Dgfx_fb.c2491 rp->width = HSIZE(edid->standard_timings[i]); in gfx_get_edid_resolution()
2494 rp->height = HSIZE(edid->standard_timings[i]); in gfx_get_edid_resolution()
2501 rp->height = HSIZE(edid->standard_timings[i]) * 3 / 4; in gfx_get_edid_resolution()
2504 rp->height = HSIZE(edid->standard_timings[i]) * 4 / 5; in gfx_get_edid_resolution()
2507 rp->height = HSIZE(edid->standard_timings[i]) * 9 / 16; in gfx_get_edid_resolution()