Home
last modified time | relevance | path

Searched refs:hcsize (Results 1 – 2 of 2) sorted by relevance

/dports/x11-clocks/dclock/dclock/
H A DDclock.c1750 int hcsize = tsize >> 1; local
1754 ccenty = BORDER + (hcsize/2);
1756 ccenty = winheight - BORDER - hcsize;
1758 hcsize /= 2;
1760 ccenty - hcsize, hcsize << 1, hcsize << 1, -2800, 5600);
1761 hcsize *= 2;
1763 ccenty - hcsize, hcsize << 1, hcsize << 1, -2800, 5600);
1764 hcsize *= 1.5;
1766 ccenty - hcsize, hcsize << 1, hcsize << 1, -2800, 5600);
1776 int hcsize = tsize >> 1; local
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/gzip/
H A Dunzip.c193 u32int hcrc, hcsize, huncsize; in sunztable() local
208 hcsize = zh.csize; in sunztable()
245 if((zh.flags & ZTrailInfo) && (hcrc || hcsize || huncsize)){ in sunztable()