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

  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/
waitbar_j.m 121 % set figure properties as passed to the fcn
  /ndk/sources/host-tools/nawk-20071023/
run.c 225 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
228 Cell *y, *z, *fcn; local
231 fcn = execute(a[0]); /* the function itself */
232 s = fcn->nval;
233 if (!isfcn(fcn))
242 ndef = (int) fcn->fval; /* args in defn */
276 fp->fcncell = fcn;
282 y = execute((Node *)(fcn->sval)); /* execute body */
309 tempfree(fcn);
    [all...]

Completed in 1454 milliseconds