Searched refs:hshift (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/less-25/less/
H A Dinput.c26 extern int hshift;
144 if (backchars > 0 && !chopline && hshift == 0)
166 if (chopline || hshift > 0)
336 if (backchars > 0 && !chopline && hshift == 0)
352 if (chopline || hshift > 0)
H A Dcommand.c38 extern int hshift;
1301 hshift = save_hshift;
1395 save_hshift = hshift;
1396 hshift = 0;
1675 if (number > hshift)
1676 number = hshift;
1677 hshift -= number;
1687 hshift += number;
H A Dprompt.c30 extern int hshift;
197 return (hshift != 0);
273 ap_int(hshift);
H A Dline.c26 public int hshift; /* Desired left-shift of output line buffer */ variable
832 if (cshift < hshift && column > sc_width / 2)
835 pshift(hshift - cshift);
1015 if (cshift < hshift)
1016 pshift(hshift - cshift);
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dbsd-comp.c102 u_char hshift; /* used in hash function */ member in struct:bsd_db
182 #define BSD_HASH(prefix,suffix,hshift) ((((u_int32_t)(suffix)) << (hshift)) \
310 u_int newlen, hsize, hshift, maxmaxcode; local
324 hshift = 4;
328 hshift = 5;
332 hshift = 6;
336 hshift = 7;
340 /* hshift = 8; */ /* in struct bsd_db */
365 db->hshift
453 u_int hshift = db->hshift; local
[all...]
/macosx-10.10.1/file_cmds-242/compress/
H A Dzopen.c165 #define hshift zs->u.w.zs_hshift macro
275 hshift = 0;
277 hshift++;
278 hshift = 8 - hshift; /* Set hash code range bound. */
287 i = ((c << hshift) ^ ent); /* Xor hashing. */
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/gif/
H A Dgif.c1505 register int hshift;
1534 hshift = 0;
1536 hshift++;
1537 hshift = 8 - hshift; /* set hash code range bound */
1553 i = (((long)c << hshift) ^ ent); /* xor hashing */
1498 register int hshift; local

Completed in 222 milliseconds