Searched refs:efunc (Results 1 – 8 of 8) sorted by relevance
/external/qemu/audio/ |
D | audio_pt_int.c | 27 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/ |
D | nasm.h | 47 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 *);
|
D | nasm-eval.h | 16 int critical, efunc report_error);
|
D | nasm-eval.c | 26 static efunc error; /* Address of error reporting routine */ 422 int critical, efunc report_error) in nasm_evaluate()
|
D | nasm-preproc.c | 65 nil_listgen_init(char *p, efunc e) in nil_listgen_init()
|
D | nasm-pp.c | 350 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/ |
D | lex.py | 797 efunc = self.errorf.get(state,None) 798 if efunc: 799 f = efunc
|
/external/esd/include/ |
D | audiofile.h | 397 AFerrfunc afSetErrorHandler (AFerrfunc efunc);
|