Lines Matching refs:coffs
349 static void dump_buf P((l_fp *coffs, int from, int to, char *text));
372 l_fp *coffs, in dump_buf() argument
390 " %06d", ((int)coffs[i].l_f) / 4295); in dump_buf()
1248 register l_fp *coffs = ees->codeoffsets; in ees_process() local
1279 dump_buf(coffs, 0, samples, "Raw data is:"); in ees_process()
1282 qsort(coffs, (size_t)samples, sizeof(coffs[0]), offcompare); in ees_process()
1293 tmp = coffs[(noff + i)/2]; in ees_process()
1295 L_SUB(&tmp, &coffs[i]); in ees_process()
1296 L_SUB(&tmp, &coffs[noff-1]); in ees_process()
1301 if (ees->dump_vals) dump_buf(coffs, i, noff, "Reduced to:"); in ees_process()
1310 L_ADD(&offset, &coffs[j]); in ees_process()
1314 else offset = coffs[i+BESTSAMPLE]; in ees_process()
1322 tmp = coffs[noff-1]; in ees_process()
1323 L_SUB(&tmp, &coffs[i]); in ees_process()
1334 (coffs[0].l_f) / 4295, in ees_process()
1336 (coffs[i].l_f) / 4295, in ees_process()
1337 (coffs[samples/2].l_f) / 4295, in ees_process()
1338 (coffs[i+BESTSAMPLE].l_f) / 4295, in ees_process()
1340 (coffs[noff-1].l_f) / 4295, in ees_process()
1341 (coffs[samples-1].l_f) / 4295); in ees_process()
1392 ees->lowoffset = coffs[i]; in ees_process()
1393 ees->highoffset = coffs[noff-1]; in ees_process()