Home
last modified time | relevance | path

Searched refs:efunc (Results 1 – 8 of 8) sorted by relevance

/external/qemu/audio/
Daudio_pt_int.c27 const char *efunc; in audio_pt_init() local
40 efunc = "pthread_mutex_init"; in audio_pt_init()
46 efunc = "pthread_cond_init"; in audio_pt_init()
52 efunc = "pthread_sigmask"; in audio_pt_init()
68 efunc = "pthread_create"; in audio_pt_init()
87 logerr (p, err, "%s(%s): %s failed", cap, AUDIO_FUNC, efunc); in audio_pt_init()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm.h47 typedef void (*efunc) (int severity, const char *fmt, ...); typedef
96 void (*init) (char *, efunc);
202 int critical, efunc error);
213 void (*reset) (FILE *, const char *, int, efunc, evalfunc, ListGen *);
Dnasm-eval.h16 int critical, efunc report_error);
Dnasm-eval.c26 static efunc error; /* Address of error reporting routine */
422 int critical, efunc report_error) in nasm_evaluate()
Dnasm-preproc.c65 nil_listgen_init(char *p, efunc e) in nil_listgen_init()
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, in pp_reset()
/external/chromium_org/third_party/ply/
Dlex.py797 efunc = self.errorf.get(state,None)
798 if efunc:
799 f = efunc
/external/esd/include/
Daudiofile.h397 AFerrfunc afSetErrorHandler (AFerrfunc efunc);