Searched refs:dif (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libvcodex/Vcwindow/ |
H A D | vcwvote.c | 70 double dif; local 86 if((dif = vcwngmatch(&mtch, dfreq, size, data, dtsz, 0, NGRAMMATCH)) < fr->bestd) 87 { fr->bestd = dif; 149 double dif; local 180 dif = vcwngmatch(&mtch, dfreq, size, data, dtsz, 0, NGRAMMATCH); 181 if(dif < fr->bestd ) 182 { fr->bestd = dif;
|
/ast/src/cmd/pzip/ |
H A D | pcmp.c | 63 dif(unsigned char* f, size_t fsize, unsigned char* t, size_t tsize, size_t cols) function 192 d = dif(dat, datsize, buf, bufsize, cols);
|
H A D | rectify.c | 159 unsigned long dif; local 175 dif = cur - *q; 177 if (dif < elementsof(state.mod)) 179 p = state.mod + dif; 180 if (dif > max) 181 max = dif; 183 if ((cur - p->offset) <= dif)
|
H A D | pop.c | 407 unsigned char* dif; local 410 if (!(buf[0] = newof(0, unsigned char, row, 0)) || !(buf[1] = newof(0, unsigned char, row, 0)) || !(dif = newof(0, unsigned char, row, 0))) 426 dif[j] = buf[i][j] - buf[k][j]; 427 if (sfwrite(sfstdout, dif, row) != row) 433 for (i = 0; (r = sfread(sp, dif, row)) == row; i = k) 437 buf[i][j] = dif[j] + buf[k][j];
|
Completed in 15 milliseconds