HomeSort by relevance Sort by last modified time
    Searched refs:finc (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/cfront/
frontobj.c 353 float t, finc, f; local
408 finc = (float)parameters->samplerate / (float)freqobj->np;
409 /* finc= fmax/freqobj->ns; */
437 f = (freqobj->cut_off_below + 1) * finc;
441 for (; f < freqobj->fc[i] && f < (float) high_cut; f += finc, j++)
  /external/mksh/src/
eval.c 430 mksh_ari_t from = 0, num = -1, flen, finc = 0; local
464 finc = flen + from;
466 finc = from < flen ? from : flen;
468 utfincptr(beg, &finc);
469 beg += finc;
    [all...]

Completed in 2128 milliseconds