Searched refs:func_t (Results 1 – 8 of 8) sorted by relevance
35 /* typedef float (*func_t)(const s_array data); */36 typedef float_t func_t([in] s_array data); 38 /* typedef func_t (*findfunc_t)(const char* x); */39 typedef func_t findfunc_t([in] str_t x);
67 typedef float (*func_t)(const s_array data); typedef70 typedef func_t (*findfunc_t)(const char* x);
6 typedef void func_t(int x); typedef7 func_t a;
45 typedef int *(*func_t)(void); typedef48 func_t func;
161 typedef bool (*func_t)(void*); typedef165 : func_(reinterpret_cast<func_t>(func)), arg_(arg) {} in Condition()168 : func_(reinterpret_cast<func_t>(func)), arg_(NULL) {} in Condition()172 func_t func_;
278 typedef void (*func_t)(void);280 func_t _dummy = $funcname;
2419 typedef double (*func_t) (double);2431 func_t fnctptr; /* value of a FNCT */
2880 typedef double (*func_t) (double);2890 func_t fnctptr; /* value of a FNCT */