Searched refs:fun (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_settings.h41 fluid_str_update_t fun, void* data);
46 double def, int hints, fluid_num_update_t fun, void* data);
52 int def, int hints, fluid_int_update_t fun, void* data);
H A Dfluid_hash.h57 void fluid_hashtable_foreach(fluid_hashtable_t *hashtable, fluid_hash_iter_t fun, void* data);
H A Dfluid_settings.c49 new_fluid_str_setting(char* value, char* def, int hints, fluid_str_update_t fun, void* data) argument
57 str->update = fun;
101 int hints, fluid_num_update_t fun, void* data)
110 setting->update = fun;
138 int hints, fluid_int_update_t fun, void* data)
147 setting->update = fun;
305 fluid_str_update_t fun, void* data)
317 setting = new_fluid_str_setting(def, def, hints, fun, data);
324 setting->update = fun;
340 fluid_num_update_t fun, voi
100 new_fluid_num_setting(double min, double max, double def, int hints, fluid_num_update_t fun, void* data) argument
137 new_fluid_int_setting(int min, int max, int def, int hints, fluid_int_update_t fun, void* data) argument
304 fluid_settings_register_str(fluid_settings_t* settings, char* name, char* def, int hints, fluid_str_update_t fun, void* data) argument
338 fluid_settings_register_num(fluid_settings_t* settings, char* name, double def, double min, double max, int hints, fluid_num_update_t fun, void* data) argument
378 fluid_settings_register_int(fluid_settings_t* settings, char* name, int def, int min, int max, int hints, fluid_int_update_t fun, void* data) argument
[all...]
H A Dfluid_sys.c49 fluid_log_function_t fun; local
56 fun = fluid_log_function[FLUID_DBG];
57 if (fun != NULL) {
58 (*fun)(level, fluid_errbuf, fluid_log_user_data[FLUID_DBG]);
68 * @param fun Callback function handler to call for logged messages
73 fluid_set_log_function(int level, fluid_log_function_t fun, void* data) argument
79 fluid_log_function[level] = fun;
173 fluid_log_function_t fun = NULL; local
181 fun = fluid_log_function[level];
182 if (fun !
[all...]
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dlog.h72 fluid_log_function_t fluid_set_log_function(int level, fluid_log_function_t fun, void* data);
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-decode.h199 void (*fun) (char *, int), char *,
207 void (*fun) (char *, int),
215 void (*fun) (char *,
266 void (*fun) (char *, int), char *);
271 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
H A Dcli-decode.c138 add_cmd (char *name, enum command_class class, void (*fun) (char *, int),
165 set_cmd_cfunc (c, fun);
250 add_prefix_cmd (char *name, enum command_class class, void (*fun) (char *, int),
255 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list);
266 void (*fun) (char *, int), char *doc,
270 struct cmd_list_element *c = add_cmd (name, class, fun, doc, list);
605 add_info (char *name, void (*fun) (char *, int), char *doc)
607 return add_cmd (name, no_class, fun, doc, &infolist);
621 add_com (char *name, enum command_class class, void (*fun) (char *, int),
624 return add_cmd (name, class, fun, do
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dext.c48 NODE *fun; local
77 fun = tree_eval(tree->rnode->lnode);
78 force_string(fun);
80 func = (NODE *(*) P((NODE *, void *))) dlsym(dl, fun->stptr);
83 obj->stptr, fun->stptr, dlerror());
85 free_temp(fun);
/haiku-fatelf/src/libs/edit/
H A Dhist.h54 hist_fun_t fun; /* Event access */ member in struct:el_history_t
59 ((((*(el)->el_history.fun) ((el)->el_history.ref, &(el)->el_history.ev, \
H A Dterm.c1026 arrow[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
1031 arrow[A_K_UP].fun.cmd = ED_PREV_HISTORY;
1036 arrow[A_K_LT].fun.cmd = ED_PREV_CHAR;
1041 arrow[A_K_RT].fun.cmd = ED_NEXT_CHAR;
1046 arrow[A_K_HO].fun.cmd = ED_MOVE_TO_BEG;
1051 arrow[A_K_EN].fun.cmd = ED_MOVE_TO_END;
1078 key_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1079 key_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type);
1080 key_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1081 key_add(el, strD, &arrow[A_K_LT].fun, arro
1116 term_set_arrow(EditLine *el, const char *name, key_value_t *fun, int type) argument
[all...]
H A Dhist.c49 el->el_history.fun = NULL;
76 hist_set(EditLine *el, hist_fun_t fun, ptr_t ptr) argument
80 el->el_history.fun = fun;
H A Dterm.h48 key_value_t fun; /* Function bound to it */ member in struct:__anon4740
H A Dhistory.c840 history(History *h, HistEvent *ev, int fun, ...) argument
846 va_start(va, fun);
850 switch (fun) {
/haiku-fatelf/src/bin/gdb/gdb/
H A Dcommand.h101 void (*fun) (char *, int), char *,
109 void (*fun) (char *, int),
117 void (*fun) (char *,
190 void (*fun) (char *, int), char *);
195 extern struct cmd_list_element *add_info (char *, void (*fun) (char *, int),
H A Dgnu-nat.c1779 ill_rpc (char *fun)
1781 warning ("illegal rpc: %s", fun);
1754 ill_rpc(char *fun) argument
/haiku-fatelf/src/bin/network/wget/src/
H A Dmswindows.c489 void (*fun) (void *);
510 if td->fun doesn't change Winsock error state. */
513 td->fun (td->arg);
529 run_with_timeout (double seconds, void (*fun) (void *), void *arg)
541 fun (arg);
545 thread_arg.fun = fun;
587 #define WRAP(fun, decl, call) int wrapped_##fun decl { \
588 int retval = fun cal
487 void (*fun) (void *); member in struct:thread_data
[all...]
H A Dutils.c2026 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
2032 fun (arg);
2044 fun (arg);
2063 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
2065 fun (arg);
H A Dhtml-url.c50 #define DECLARE_TAG_HANDLER(fun) \
51 static void fun (int, struct taginfo *, struct map_context *)
/haiku-fatelf/src/libs/ncurses/tack/
H A DMakefile126 $(MODEL)/fun$o \
201 $(srcdir)/fun.c \
239 ../objects/fun$o \
299 ../objects/fun$o : $(srcdir)/fun.c \
302 $(LIBTOOL_COMPILE) $(CC) $(CFLAGS_NORMAL) -c ../tack/fun.c -o ../objects/fun$o
374 ../obj_g/fun$o \
434 ../obj_g/fun$o : $(srcdir)/fun
[all...]
/haiku-fatelf/src/bin/gdb/include/
H A Dxtensa-isa-internal.h166 xtensa_funcUnit fun; /* Internal funcUnit number. */ member in union:xtensa_lookup_entry_struct::__anon4196
H A Dxtensa-isa.h784 xtensa_funcUnit_name (xtensa_isa isa, xtensa_funcUnit fun);
791 xtensa_funcUnit_num_copies (xtensa_isa isa, xtensa_funcUnit fun);
/haiku-fatelf/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp253 uint32_t fun; local
258 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA));
259 OWRITE(sc, OHCI_PHYACCESS, fun);
295 uint32_t fun, stat; local
302 fun = PHYDEV_RDCMD | (addr << PHYDEV_REGADDR);
303 OWRITE(sc, OHCI_PHYACCESS, fun);
305 fun = OREAD(sc, OHCI_PHYACCESS);
306 if ((fun & PHYDEV_RDCMD) == 0 && (fun & PHYDEV_RDDONE) != 0)
321 ((fun >> PHYDEV_REGADD
2493 uint32_t fun; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dxtensa-isa.c315 isa->funcUnit_lookup_table[n].u.fun = n;
1733 return result->u.fun;
1738 xtensa_funcUnit_name (xtensa_isa isa, xtensa_funcUnit fun)
1741 CHECK_FUNCUNIT (intisa, fun, NULL);
1742 return intisa->funcUnits[fun].name;
1747 xtensa_funcUnit_num_copies (xtensa_isa isa, xtensa_funcUnit fun)
1750 CHECK_FUNCUNIT (intisa, fun, XTENSA_UNDEFINED);
1751 return intisa->funcUnits[fun].num_copies;
1726 xtensa_funcUnit_name(xtensa_isa isa, xtensa_funcUnit fun) argument
1735 xtensa_funcUnit_num_copies(xtensa_isa isa, xtensa_funcUnit fun) argument
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dbus.cpp501 #define BUS_SPACE_READ(size, type, fun) \
507 value = fun(handle + offset); \
516 #define BUS_SPACE_WRITE(size, type, fun) \
524 fun(value, handle + offset); \
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex4028 % For example, 'xrdef {$\leq $-fun}{page ...} made by @defun ^^

Completed in 222 milliseconds

12