Searched refs:NMATCH (Results 1 – 11 of 11) sorted by relevance
9 #define NHASH (1<<(HSHIFT*NMATCH))81 for(n = 0; n != NMATCH; n++) in writememimage()116 if(runlen < NMATCH){ in writememimage()140 *outp++ = ((runlen-NMATCH)<<2) + (offs>>8); in writememimage()154 if(edata-p > NMATCH) in writememimage()155 h = hupdate(h, p[NMATCH]); in writememimage()
55 for(cnt=(c>>2)+NMATCH; cnt!=0; --cnt){ in cloadmemimage()
13 #define NHASH (1<<(HSHIFT*NMATCH))103 for(n = 0; n != NMATCH; n++) in writerawimage()138 if(runlen < NMATCH){ in writerawimage()162 *outp++ = ((runlen-NMATCH)<<2) + (offs>>8); in writerawimage()176 if(edata-p > NMATCH) in writerawimage()177 h = hupdate(h, p[NMATCH]); in writerawimage()
55 for(cnt=(c>>2)+NMATCH; cnt!=0; --cnt){ in _cloadmemimage()
6 #define NHASH (1<<(HSHIFT*NMATCH))83 for(n = 0; n != NMATCH; n++) in writeimage()118 if(runlen < NMATCH){ in writeimage()142 *outp++ = ((runlen-NMATCH)<<2) + (offs>>8); in writeimage()156 if(edata-p > NMATCH) in writeimage()157 h = hupdate(h, p[NMATCH]); in writeimage()
385 #define NMATCH 3 /* shortest match possible */ macro386 #define NRUN (NMATCH+31) /* longest match possible */392 #define NHASH (1<<(HSHIFT*NMATCH))519 if(&q[NMATCH] < &w->inbuf[w->ninbuf]) in updatehash()520 h = hupdate(h, q[NMATCH]); in updatehash()545 for(n=0; n!=NMATCH; n++) in gobbleline()588 if(runlen<NMATCH){ in gobbleline()607 buf[0] = ((runlen-NMATCH)<<2)|(offs>>8); in gobbleline()669 n = NMEM+NMATCH+NRUN+bpl*2; in initwriteimage()713 while(w->ninbuf >= w->line+w->bpl+NMATCH) { in writeimageblock()
408 #define NMATCH 3 /* shortest match possible */ macro409 #define NRUN (NMATCH+31) /* longest match possible */415 #define NHASH (1<<(HSHIFT*NMATCH))542 if(&q[NMATCH] < &w->inbuf[w->ninbuf]) in updatehash()543 h = hupdate(h, q[NMATCH]); in updatehash()568 for(n=0; n!=NMATCH; n++) in gobbleline()611 if(runlen<NMATCH){ in gobbleline()630 buf[0] = ((runlen-NMATCH)<<2)|(offs>>8); in gobbleline()692 n = NMEM+NMATCH+NRUN+bpl*2; in initwriteimage()736 while(w->ninbuf >= w->line+w->bpl+NMATCH) { in writeimageblock()
516 #define NMATCH 3 /* shortest match possible */ macro517 #define NRUN (NMATCH+31) /* longest match possible */
512 #define NMATCH 3 /* shortest match possible */ macro513 #define NRUN (NMATCH+31) /* longest match possible */
523 #define NMATCH 3 /* shortest match possible */ macro524 #define NRUN (NMATCH+31) /* longest match possible */