Home
last modified time | relevance | path

Searched refs:echos (Results 1 – 25 of 1467) sorted by relevance

12345678910>>...59

/dports/audio/sox/sox-14.4.2/src/
H A Dechos.c144 echos->pointer[i] = echos->sumsamples; in sox_echos_start()
145 echos->sumsamples += echos->samples[i]; in sox_echos_start()
154 if ( sum_in_volume * echos->in_gain > 1.0 / echos->out_gain ) in sox_echos_start()
182 … d_out += echos->delay_buf[echos->counter[j] + echos->pointer[j]] * echos->decay[j]; in sox_echos_flow()
191 echos->delay_buf[echos->counter[j] + echos->pointer[j]] = d_in; in sox_echos_flow()
193 echos->delay_buf[echos->counter[j] + echos->pointer[j]] = in sox_echos_flow()
194echos->delay_buf[echos->counter[j-1] + echos->pointer[j-1]] + d_in; in sox_echos_flow()
222 … d_out += echos->delay_buf[echos->counter[j] + echos->pointer[j]] * echos->decay[j]; in sox_echos_drain()
231 echos->delay_buf[echos->counter[j] + echos->pointer[j]] = d_in; in sox_echos_drain()
233 echos->delay_buf[echos->counter[j] + echos->pointer[j]] = in sox_echos_drain()
[all …]
/dports/devel/ncurses/ncurses-6.3/misc/
H A Dncurses-config.in294 --prefix echos the package-prefix of ${THIS}
295 --exec-prefix echos the executable-prefix of ${THIS}
298 --libs echos the libraries needed to link with ${THIS}
302 --libs-only-other echos linker options other than -L/-l
304 --version echos the release+patchdate version of ${THIS}
305 --abi-version echos the ABI version of ${THIS}
306 --mouse-version echos the mouse-interface version of ${THIS}
309 --datadir echos the directory containing ${THIS} data
313 --terminfo echos the \$TERMINFO terminfo database path
314 --terminfo-dirs echos the \$TERMINFO_DIRS directory list
[all …]
/dports/graphics/libsixel/sixel-1.8.6/tools/
H A Dlibsixel-config.in67 --prefix echos the package-prefix of libsixel
68 --exec-prefix echos the executable-prefix of libsixel
70 --cflags echos the C compiler flags needed to compile with libsixel
71 --libs echos the libraries needed to link with libsixel
73 --version echos the release+patchdate version of libsixel
74 --abi-version echos the ABI version of libsixel
76 --bindir echos the directory containing libsixel programs
77 --datadir echos the directory containing libsixel data
78 --libdir echos the directory containing libsixel libraries
79 --mandir echos the directory containing libsixel manpages
/dports/lang/gnu-cobol/gnucobol-3.1.2/bin/
H A Dcob-config.in43 --prefix echos the package-prefix of ${THIS}
44 --exec-prefix echos the executable-prefix of ${THIS}
46 --cflags echos the C compiler flags needed to compile with ${THIS}
47 --libs echos the libraries needed to link with ${THIS}
49 --version echos the release+patchdate version of ${THIS}
51 --bindir echos the directory containing ${THIS} programs
52 --datadir echos the directory containing ${THIS} data
53 --includedir echos the directory containing ${THIS} header files
54 --libdir echos the directory containing ${THIS} libraries
55 --mandir echos the directory containing ${THIS} manpages
/dports/ports-mgmt/dialog4ports-static/dialog-1.1-20120706/
H A Ddialog-config.in109 --prefix echos the package-prefix of ${THIS}
111 --exec-prefix echos the executable-prefix of ${THIS}
114 --cflags echos the C compiler flags needed to compile with ${THIS}
115 --libs echos the libraries needed to link with ${THIS}
117 --version echos the release+patchdate version of ${THIS}
118 --abi-version echos the ABI version of ${THIS}
120 --bindir echos the directory containing ${THIS} programs
121 --datadir echos the directory containing ${THIS} data
122 --libdir echos the directory containing ${THIS} libraries
123 --mandir echos the directory containing ${THIS} manpages
/dports/editors/textadept/cdk-5.0-20200923/
H A Dcdk-config.in110 --prefix echos the package-prefix of ${THIS}
112 --exec-prefix echos the executable-prefix of ${THIS}
115 --cflags echos the C compiler flags needed to compile with ${THIS}
116 --libs echos the libraries needed to link with ${THIS}
118 --version echos the release+patchdate version of ${THIS}
119 --abi-version echos the ABI version of ${THIS}
121 --bindir echos the directory containing ${THIS} programs
122 --datadir echos the directory containing ${THIS} data
123 --libdir echos the directory containing ${THIS} libraries
124 --mandir echos the directory containing ${THIS} manpages
/dports/devel/cdk/cdk-5.0-20161210/
H A Dcdk-config.in110 --prefix echos the package-prefix of ${THIS}
112 --exec-prefix echos the executable-prefix of ${THIS}
115 --cflags echos the C compiler flags needed to compile with ${THIS}
116 --libs echos the libraries needed to link with ${THIS}
118 --version echos the release+patchdate version of ${THIS}
119 --abi-version echos the ABI version of ${THIS}
121 --bindir echos the directory containing ${THIS} programs
122 --datadir echos the directory containing ${THIS} data
123 --libdir echos the directory containing ${THIS} libraries
124 --mandir echos the directory containing ${THIS} manpages
/dports/devel/cdialog/dialog-1.3-20201126/
H A Ddialog-config.in224 --prefix echos the package-prefix of ${THIS}
226 --exec-prefix echos the executable-prefix of ${THIS}
230 --libs echos the libraries needed to link with ${THIS}
232 --libs-only-L echos -L linker options (search path) for ${THIS}
233 --libs-only-l echos -l linker options (libraries) for ${THIS}
234 --libs-only-other echos linker options other than -L/-l
236 --version echos the release+patchdate version of ${THIS}
237 --abi-version echos the ABI version of ${THIS}
239 --bindir echos the directory containing ${THIS} programs
240 --datadir echos the directory containing ${THIS} data
[all …]
/dports/news/golded+/golded-plus/golded+/goldlib/gcfg/
H A Dgedacfg.cpp166 echos = 0; in EchoListClass()
187 for(n=0; n<echos; n++) in FreeAll()
190 echos = 0; in FreeAll()
254 echolist[echos] = (EchoList*)throw_calloc(1, sizeof(EchoList)); in AddEcho()
255 strxcpy(echolist[echos]->echoid, echoid, sizeof(Echo)); in AddEcho()
257 sprintf(echolist[echos]->path, "%u", atoi(path)); in AddEcho()
274 strxcpy(echolist[echos]->desc, desc, sizeof(Desc)); in AddEcho()
275 echos++; in AddEcho()
287 if(echos) { in FindEcho()
290 for(int n=0; n<echos; n++) { in FindEcho()
[all …]
H A Dgxareas.cpp39 int echos; in ReadAreasBBS() local
55 echos = echolist.Echos(); in ReadAreasBBS()
56 for(int n=echos_before; n<echos; n++) { in ReadAreasBBS()
/dports/devel/global/global-6.6.7/htags/
H A Dasm.l44 #define ECHO echos(LEXTEXT)
68 <ASM,PREPROCESSOR_LINE>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
69 <C_COMMENT>"*/" { ECHO; echos(comment_end); yy_pop_state(); }
76 <ASM,PREPROCESSOR_LINE>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
132 echos(path);
135 echos(path);
150 echos(comment_begin);
H A Dcpp.l44 #define ECHO echos(LEXTEXT)
68 <CPP,PREPROCESSOR_LINE>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
69 <C_COMMENT>"*/" { ECHO; echos(comment_end); yy_pop_state(); }
76 <CPP,PREPROCESSOR_LINE>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
132 echos(path);
135 echos(path);
H A Dphp.l49 #define ECHO echos(LEXTEXT)
86 <PHP>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
87 <C_COMMENT>"*/" { ECHO; echos(comment_end); yy_pop_state(); }
89 <PHP>"#" { echos(comment_begin); ECHO; yy_push_state(SHELL_COMMENT); }
90 <PHP>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
168 echos(path);
171 echos(path);
H A Dlexcommon.h90 echos(comment_begin); \
104 echos(comment_end); \
126 echos(comment_end); \
139 extern void echos(const char *);
H A Djava.l43 #define ECHO echos(LEXTEXT)
63 <JAVA>"/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
64 <C_COMMENT>"*/" { ECHO; echos(comment_end); yy_pop_state(); }
66 <JAVA>"//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
H A Dc.l44 #define ECHO echos(LEXTEXT)
73 "/*" { echos(comment_begin); ECHO; yy_push_state(C_COMMENT); }
75 <C_COMMENT>"*/" { ECHO; echos(comment_end); yy_pop_state(); }
83 "//" { echos(comment_begin); ECHO; yy_push_state(CPP_COMMENT); }
146 echos(path);
149 echos(path);
/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dtedana_wrapper.py173 echos = args.input variable
198 if len(args.TE) != len(echos):
200 "the number of input datasets ("+str(len(echos))+")!!\n")
237 for e in range(0,len(echos)):
240 cur_echo = afni_base.afni_name(echos[e])
242 mask_echo = afni_base.afni_name(echos[e])
254 out_echo = afni_base.afni_name(echos[e])
300 Zcat_all = afni_base.afni_name(echos[0])
/dports/devel/adacurses/AdaCurses-20180127/gen/
H A Dadacurses-config.in68 --cflags echos the gnat (Ada compiler) flags needed to compile with ${THIS}
69 --libs echos the gnat libraries needed to link with ${THIS}
71 --version echos the release+patchdate version of ${THIS}
75 If no options are given, echos the full set of flags needed by gnatmake.
/dports/devel/ncurses/ncurses-6.3/Ada95/gen/
H A Dadacurses-config.in69 --cflags echos the gnat (Ada compiler) flags needed to compile with ${THIS}
70 --libs echos the gnat libraries needed to link with ${THIS}
72 --version echos the release+patchdate version of ${THIS}
76 If no options are given, echos the full set of flags needed by gnatmake.
/dports/net/libwebsockets/libwebsockets-v4.2.2/minimal-examples/raw/minimal-raw-fallback-http-server/
H A DREADME.md37 |none|served|no tls|echos hello|LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG
38 |-s|echos http GET|served|echos hello|LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG, LWS…
39 |-s -h|served|served|echos hello|LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CONFIG, LWS_SERV…
40 |-s -u|redirected to https|served|echos hello|LWS_SERVER_OPTION_FALLBACK_TO_APPLY_LISTEN_ACCEPT_CON…
/dports/shells/bash/bash-5.1/tests/
H A Dprec.right1 `Say' echos its argument. Its return value is of no interest.
2 `Truth' echos its argument and returns a TRUE result.
3 `False' echos its argument and returns a FALSE result.
/dports/security/vault/vault-1.8.2/vendor/github.com/keybase/go-crypto/ssh/
H A Dclient_auth.go339 type KeyboardInteractiveChallenge func(user, instruction string, questions []string, echos []bool) …
401 var echos []bool
408 echos = append(echos, r[0] != 0)
416 answers, err := cb(msg.User, msg.Instruction, prompts, echos)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/golang.org/x/crypto/ssh/
H A Dclient_auth.go337 type KeyboardInteractiveChallenge func(user, instruction string, questions []string, echos []bool) …
399 var echos []bool
406 echos = append(echos, r[0] != 0)
414 answers, err := cb(msg.User, msg.Instruction, prompts, echos)
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/golang.org/x/crypto/ssh/
H A Dclient_auth.go339 type KeyboardInteractiveChallenge func(user, instruction string, questions []string, echos []bool) …
401 var echos []bool
408 echos = append(echos, r[0] != 0)
416 answers, err := cb(msg.User, msg.Instruction, prompts, echos)
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/golang.org/x/crypto/ssh/
H A Dclient_auth.go339 type KeyboardInteractiveChallenge func(user, instruction string, questions []string, echos []bool) …
401 var echos []bool
408 echos = append(echos, r[0] != 0)
416 answers, err := cb(msg.User, msg.Instruction, prompts, echos)

12345678910>>...59