Searched refs:efunc (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-eval.h16 int critical, efunc report_error);
H A Dnasm.h47 typedef void (*efunc) (int severity, const char *fmt, ...); typedef
51 * argument to an efunc.
96 void (*init) (char *, efunc);
202 int critical, efunc error);
213 void (*reset) (FILE *, const char *, int, efunc, evalfunc, ListGen *);
H A Dnasm-eval.c26 static efunc error; /* Address of error reporting routine */
422 int critical, efunc report_error)
H A Dnasm-preproc.c65 nil_listgen_init(char *p, efunc e)
H A Dnasm-pp.c350 static efunc _error; /* Pointer to client-provided error reporting function */
4831 pp_reset(FILE *f, const char *file, int apass, efunc errfunc, evalfunc eval,
/external/qemu/audio/
H A Daudio_pt_int.c27 const char *efunc; local
40 efunc = "pthread_mutex_init";
46 efunc = "pthread_cond_init";
52 efunc = "pthread_sigmask";
68 efunc = "pthread_create";
87 logerr (p, err, "%s(%s): %s failed", cap, AUDIO_FUNC, efunc);
/external/ltrace/testsuite/ltrace.main/
H A Dfilters.exp60 ltraceMatch [ltraceRun -efunc* $filt] {
/external/chromium_org/third_party/ply/
H A Dlex.py797 efunc = self.errorf.get(state,None)
798 if efunc:
799 f = efunc
/external/esd/include/
H A Daudiofile.h397 AFerrfunc afSetErrorHandler (AFerrfunc efunc);

Completed in 415 milliseconds