Searched refs:ac (Results 1 - 25 of 82) sorted by relevance

1234

/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_cmd.h36 int fluid_handle_help(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
37 int fluid_handle_quit(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
38 int fluid_handle_noteon(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
39 int fluid_handle_noteoff(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
40 int fluid_handle_cc(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
41 int fluid_handle_prog(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
42 int fluid_handle_select(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
43 int fluid_handle_inst(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
44 int fluid_handle_channels(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
45 int fluid_handle_load(fluid_synth_t* synth, int ac, cha
[all...]
H A Dfluid_midi_router.h36 int fluid_midi_router_handle_clear(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
37 int fluid_midi_router_handle_default(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
38 int fluid_midi_router_handle_begin(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
39 int fluid_midi_router_handle_chan(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
40 int fluid_midi_router_handle_par1(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
41 int fluid_midi_router_handle_par2(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
42 int fluid_midi_router_handle_end(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
H A Dfluid_cmd.c373 fluid_handle_noteon(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
375 if (ac < 3) {
387 fluid_handle_noteoff(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
389 if (ac < 2) {
401 fluid_handle_cc(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
403 if (ac < 3) {
415 fluid_handle_prog(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
417 if (ac < 2) {
429 fluid_handle_select(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
436 if (ac <
462 fluid_handle_inst(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
503 fluid_handle_channels(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
525 fluid_handle_load(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
567 fluid_handle_unload(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
589 fluid_handle_reload(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
608 fluid_handle_fonts(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
634 fluid_handle_mstat(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
654 fluid_handle_reverbpreset(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
673 fluid_handle_reverbsetroomsize(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
697 fluid_handle_reverbsetdamp(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
717 fluid_handle_reverbsetwidth(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
737 fluid_handle_reverbsetlevel(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
757 fluid_handle_reverb(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
780 fluid_handle_chorusnr(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
795 fluid_handle_choruslevel(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
811 fluid_handle_chorusspeed(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
826 fluid_handle_chorusdepth(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
839 fluid_handle_chorus(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
864 fluid_handle_echo(fluid_cmd_handler_t* handler, int ac, char** av, fluid_ostream_t out) argument
877 fluid_handle_source(fluid_cmd_handler_t* handler, int ac, char** av, fluid_ostream_t out) argument
892 fluid_handle_gain(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
916 fluid_handle_interp(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
941 fluid_handle_interpc(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
969 fluid_handle_tuning(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1007 fluid_handle_tune(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1059 fluid_handle_settuning(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1104 fluid_handle_resettuning(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1129 fluid_handle_tunings(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1151 fluid_handle_dumptuning(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1194 fluid_handle_set(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1215 fluid_handle_get(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1308 fluid_handle_settings(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1340 fluid_handle_info(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1416 fluid_handle_reset(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1423 fluid_handle_quit(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1430 fluid_handle_help(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1623 fluid_cmd_handler_handle(fluid_cmd_handler_t* handler, int ac, char** av, fluid_ostream_t out) argument
[all...]
H A Dfluid_ladspa.h210 int fluid_LADSPA_handle_clear(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
220 int fluid_LADSPA_handle_start(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
226 int fluid_LADSPA_handle_add(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
231 int fluid_LADSPA_handle_declnode(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
236 int fluid_LADSPA_handle_setnode(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out);
H A Dfluid_midi_router.c526 int fluid_midi_router_handle_clear(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
530 if (ac != 0) {
546 int fluid_midi_router_handle_default(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
550 if (ac != 0) {
572 int fluid_midi_router_handle_begin(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
577 if (ac != 1) {
614 int fluid_midi_router_handle_end(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
618 if (ac != 0) {
637 int fluid_midi_router_handle_chan(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
641 if (ac !
660 fluid_midi_router_handle_par1(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
683 fluid_midi_router_handle_par2(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
[all...]
H A Dfluid_ladspa.c210 fluid_LADSPA_handle_start(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out){ argument
988 int fluid_LADSPA_handle_add(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out){ argument
995 if (ac>=FLUID_LADSPA_MaxTokens){
1002 if (ac<2){
1019 CommandLine=FLUID_ARRAY(char*, (ac+3));assert(CommandLine);
1020 for (i=0; i<ac; i++){
1023 CommandLine[ac]=NULL;
1024 CommandLine[ac+1]=NULL;
1025 CommandLine[ac+2]=NULL;
1032 int fluid_LADSPA_handle_declnode(fluid_synth_t* synth, int ac, cha argument
1063 fluid_LADSPA_handle_setnode(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
1103 fluid_LADSPA_handle_clear(fluid_synth_t* synth, int ac, char** av, fluid_ostream_t out) argument
[all...]
/haiku-fatelf/src/bin/bash/support/
H A Dxcase.c42 main(ac, av)
43 int ac;
51 while ((c = getopt(ac, av, "lnu")) != EOF) {
68 ac -= optind;
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap.conf284 # appears in configure.ac, exclude some unnecessary files.
287 # of configure.ac, not the obsolescent-named configure.in. But if
291 grep '^[ ]*AM_GNU_GETTEXT(external\>' configure.ac > /dev/null &&
293 grep '^[ ]*AM_GNU_GETTEXT(\[external\]' configure.ac > /dev/null &&
H A Dbootstrap102 package=`sed -n "$extract_package_name" configure.ac` || exit
249 # Die if there is no AC_CONFIG_AUX_DIR($build_aux) line in configure.ac.
251 grep '^[ ]*AC_CONFIG_AUX_DIR(\['"$build_aux"'\])' configure.ac \
253 grep '^[ ]*AC_CONFIG_AUX_DIR('"$build_aux"')' configure.ac \
256 echo "$0: expected line not found in configure.ac. Add the following:" >&2
721 grep '^[ ]*AM_GNU_GETTEXT_VERSION(' configure.ac >/dev/null || \
726 cp configure.ac $bt2 &&
727 (cd $bt2 && ${AUTOPOINT-autopoint} && rm configure.ac) &&
747 grep -E '^[ ]*AC_CONFIG_HEADERS?\>' configure.ac >/dev/null ||
760 # AC_PROG_LIBTOOL, AM_PROG_LIBTOOL is used in configure.ac,
[all...]
/haiku-fatelf/src/kits/network/libbind/dst/
H A Dsupport.c100 u_int32_t ac; local
107 for (ac = 0; size > 1; size -= 2, kp += 2)
108 ac += ((*kp) << 8) + *(kp + 1);
111 ac += ((*kp) << 8);
112 ac += (ac >> 16) & 0xffff;
114 return (ac & 0xffff);
/haiku-fatelf/src/bin/gawk/
H A Dfixvers4 # the reality in configure.ac
25 line=`grep '^AM_INIT_AUTOMAKE' configure.ac`
/haiku-fatelf/src/libs/compat/freebsd_network/compat/net/
H A Dif_arp.h111 #define AC2IFP(ac) ((ac)->ac_ifp)
/haiku-fatelf/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_superg.h91 ieee80211_ff_flush(struct ieee80211com *ic, int ac) argument
95 if (sg != NULL && sg->ff_stageq[ac].depth)
96 ieee80211_ff_age(ic, &sg->ff_stageq[ac], 0x7fffffff);
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dpdp11-dis.c282 int ac = (opcode & 0xe0) >> 6; local
285 print_freg (ac, info);
293 int ac = (opcode & 0xe0) >> 6; local
299 print_freg (ac, info);
304 int ac = (opcode & 0xe0) >> 6; local
307 print_freg (ac, info);
315 int ac = (opcode & 0xe0) >> 6; local
321 print_freg (ac, info);
/haiku-fatelf/src/tools/hack_coff/
H A Dhack-coff.c32 main(int ac, char **av) argument
41 if (ac != 2) {
/haiku-fatelf/src/add-ons/mail_daemon/outbound_protocols/smtp/
H A Dmd5c.c80 #define FF(a, b, c, d, x, s, ac) { \
81 (a) += F ((b), (c), (d)) + (x) + (UINT4)(ac); \
85 #define GG(a, b, c, d, x, s, ac) { \
86 (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); \
90 #define HH(a, b, c, d, x, s, ac) { \
91 (a) += H ((b), (c), (d)) + (x) + (UINT4)(ac); \
95 #define II(a, b, c, d, x, s, ac) { \
96 (a) += I ((b), (c), (d)) + (x) + (UINT4)(ac); \
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DMD5.cpp80 #define FF(a, b, c, d, x, s, ac) { (a) += F (b, c, d) + (x) + (uint32_t)(ac); (a) = ROTATE_LEFT (a, s); (a) += (b); }
81 #define GG(a, b, c, d, x, s, ac) { (a) += G (b, c, d) + (x) + (uint32_t)(ac); (a) = ROTATE_LEFT (a, s); (a) += (b); }
82 #define HH(a, b, c, d, x, s, ac) { (a) += H (b, c, d) + (x) + (uint32_t)(ac); (a) = ROTATE_LEFT (a, s); (a) += (b); }
83 #define II(a, b, c, d, x, s, ac) { (a) += I (b, c, d) + (x) + (uint32_t)(ac); (a) = ROTATE_LEFT (a, s); (a) += (b); }
/haiku-fatelf/src/bin/network/ftpd/
H A Dmd5c.c109 #define FF(a, b, c, d, x, s, ac) { \
110 (a) += F ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
114 #define GG(a, b, c, d, x, s, ac) { \
115 (a) += G ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
119 #define HH(a, b, c, d, x, s, ac) { \
120 (a) += H ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
124 #define II(a, b, c, d, x, s, ac) { \
125 (a) += I ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
/haiku-fatelf/src/libs/crypt/
H A Dmd5c.c106 #define FF(a, b, c, d, x, s, ac) { \
107 (a) += F ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
111 #define GG(a, b, c, d, x, s, ac) { \
112 (a) += G ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
116 #define HH(a, b, c, d, x, s, ac) { \
117 (a) += H ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
121 #define II(a, b, c, d, x, s, ac) { \
122 (a) += I ((b), (c), (d)) + (x) + (u_int32_t)(ac); \
/haiku-fatelf/src/libs/pdflib/libs/pdcore/
H A Dpc_md5.c78 #define FF(a, b, c, d, x, s, ac) { \
79 (a) += F ((b), (c), (d)) + (x) + (MD5_UINT4)(ac); \
83 #define GG(a, b, c, d, x, s, ac) { \
84 (a) += G ((b), (c), (d)) + (x) + (MD5_UINT4)(ac); \
88 #define HH(a, b, c, d, x, s, ac) { \
89 (a) += H ((b), (c), (d)) + (x) + (MD5_UINT4)(ac); \
93 #define II(a, b, c, d, x, s, ac) { \
94 (a) += I ((b), (c), (d)) + (x) + (MD5_UINT4)(ac); \
/haiku-fatelf/src/libs/print/libgutenprint/scripts/
H A Dautogen.sh44 test -f $srcdir/configure.ac && sed "s/XXXRELEASE_DATE=XXX/RELEASE_DATE=\"`date '+%d %b %Y'`\"/" $srcdir/m4extra/stp_release.m4.in > $srcdir/m4/stp_release.m4
48 (grep "^AM_PROG_LIBTOOL" $srcdir/configure.ac >/dev/null) && {
58 grep "^AM_GNU_GETTEXT" $srcdir/configure.ac >/dev/null && {
59 grep "sed.*POTFILES" $srcdir/configure.ac >/dev/null || \
312 for coin in `find $srcdir -name configure.ac -print`
329 if grep "^AM_GNU_GETTEXT" configure.ac >/dev/null; then
330 if grep "sed.*POTFILES" configure.ac >/dev/null; then
331 : do nothing -- we still have an old unmodified configure.ac
351 if grep "^AM_PROG_LIBTOOL" configure.ac >/dev/null; then
357 if grep "^AM_CONFIG_HEADER" configure.ac >/de
[all...]
/haiku-fatelf/headers/libs/fluidsynth/fluidsynth/
H A Dshell.h52 typedef int (*fluid_cmd_func_t)(void* data, int ac, char** av, fluid_ostream_t out);
/haiku-fatelf/src/apps/pulse/
H A DMiniPulseView.cpp143 int32 ac = message->FindInt32("active_color"); local
147 active_color.red = (ac & 0xff000000) >> 24;
148 active_color.green = (ac & 0x00ff0000) >> 16;
149 active_color.blue = (ac & 0x0000ff00) >> 8;
/haiku-fatelf/src/bin/gdb/
H A Dmissing39 if test -f configure.ac; then
40 configure_ac=configure.ac
/haiku-fatelf/src/kits/network/libbind/nameser/
H A Dns_name.c744 int ac, bc; local
746 while (ac = *a, bc = *b, ac != 0 && bc != 0) {
747 if ((ac & NS_CMPRSFLGS) != 0 || (bc & NS_CMPRSFLGS) != 0) {
751 if (a + ac >= ae || b + bc >= be) {
755 if (ac != bc || strncasecmp((const char *) ++a,
756 (const char *) ++b, ac) != 0)
758 a += ac, b += bc;
760 return (ac == 0 && bc == 0);

Completed in 272 milliseconds

1234