Home
last modified time | relevance | path

Searched refs:hshift (Results 1 – 5 of 5) sorted by relevance

/original-bsd/usr.bin/compress/
H A Dzopen.c139 #define hshift zs->u.w.zs_hshift macro
252 hshift = 0;
254 hshift++;
255 hshift = 8 - hshift; /* Set hash code range bound. */
264 i = ((c << hshift) ^ ent); /* Xor hashing. */
/original-bsd/local/ditroff/ditroff.old.okeeffe/pic/
H A Dmain.c50 float hshift = 0; /* move this far left for text (in em's) */ variable
H A Ddriver.c12 float hshift = 0.3; /* move this far left for text (in em's) */ variable
H A Dpltroff.c43 extern float hshift; /* how much to move left by for text */
198 printf("\\h'-%.1fm'\\v'%.1fm'", hshift, vshift); /* shift down and left */
/original-bsd/local/ditroff/ditroff.okeeffe/pic/
H A Ddriver.c22 float hshift = 0.3; /* move this far left for text (in em's) */ variable