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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 122 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
123 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
125 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
126 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
128 #define snd_ctl_register_ioctl_compat(fcn)
129 #define snd_ctl_unregister_ioctl_compat(fcn)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h 122 int snd_ctl_register_ioctl(snd_kctl_ioctl_func_t fcn);
123 int snd_ctl_unregister_ioctl(snd_kctl_ioctl_func_t fcn);
125 int snd_ctl_register_ioctl_compat(snd_kctl_ioctl_func_t fcn);
126 int snd_ctl_unregister_ioctl_compat(snd_kctl_ioctl_func_t fcn);
128 #define snd_ctl_register_ioctl_compat(fcn)
129 #define snd_ctl_unregister_ioctl_compat(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 1128 milliseconds