Home
last modified time | relevance | path

Searched refs:ERRSTOP (Results 1 – 16 of 16) sorted by relevance

/dports/audio/afsp/AFsp-v8r2/audio/ResampAudio/
H A DRSfiltSpec.c34 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
74 ERRSTOP (RSM_BadKey, token); in RSfiltSpec()
101 ERRSTOP (RSM_BadInterp, token); in RSfiltSpec()
107 ERRSTOP (RSM_BadDelay, token); in RSfiltSpec()
114 ERRSTOP (RSM_BadFGain, token); in RSfiltSpec()
122 ERRSTOP (RSM_BadFCutoff, token); in RSfiltSpec()
128 ERRSTOP (RSM_BadAtten, token); in RSfiltSpec()
135 ERRSTOP (RSM_BadWinPar, token); in RSfiltSpec()
141 ERRSTOP (RSM_BadNCoef, token); in RSfiltSpec()
147 ERRSTOP (RSM_BadWinSpan, token); in RSfiltSpec()
[all …]
H A DRSoptions.c43 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
120 ERRSTOP (RSM_BadRatio, OptArg); in RSoptions()
127 ERRSTOP (RSM_BadAlign, OptArg); in RSoptions()
/dports/audio/afsp/AFsp-v8r2/audio/LPsyn/
H A DLSlpcPar.c47 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
106 ERRSTOP ("Invalid preemphasis value", Line); in LSlpcPar()
110 ERRSTOP ("Invalid window length", Line); in LSlpcPar()
114 ERRSTOP ("Invalid window offset value", Line); in LSlpcPar()
119 ERRSTOP ("Invalid window type", Line); in LSlpcPar()
123 ERRSTOP ("Invalid frame length", Line); in LSlpcPar()
127 ERRSTOP ("Invalid number of LPC coefficients", Line); in LSlpcPar()
131 ERRSTOP ("Invalid LPC bandwidth expansion factor", Line); in LSlpcPar()
/dports/audio/afsp/AFsp-v8r2/audio/LPanal/
H A DLPlpcPar.c48 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
107 ERRSTOP ("Invalid preemphasis value", Line); in LPlpcPar()
111 ERRSTOP ("Invalid window length", Line); in LPlpcPar()
115 ERRSTOP ("Invalid window offset value", Line); in LPlpcPar()
120 ERRSTOP ("Invalid window type", Line); in LPlpcPar()
124 ERRSTOP ("Invalid frame length", Line); in LPlpcPar()
128 ERRSTOP ("Invalid number of LPC coefficients", Line); in LPlpcPar()
132 ERRSTOP ("Invalid LPC bandwidth expansion factor", Line); in LPlpcPar()
/dports/audio/afsp/AFsp-v8r2/audio/PQevalAudio/Misc/
H A DPQoptions.c37 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
108 ERRSTOP (PQM_BadLevel, OptArg); in PQoptions()
114 ERRSTOP (PQM_BadInfo, OptArg); in PQoptions()
183 ERRSTOP (PQM_BadKey, token); in PQ_decOpt()
200 ERRSTOP (PQM_BadPCinit, token); in PQ_decOpt()
206 ERRSTOP (PQM_BadPDfactor, token); in PQ_decOpt()
233 ERRSTOP (PQM_BadEndMin, token); in PQ_decOpt()
240 ERRSTOP (PQM_BadEHSStart, token); in PQ_decOpt()
/dports/audio/afsp/AFsp-v8r2/audio/GenTone/
H A DGToptions.c41 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
108 ERRSTOP (GTM_BadFreq, OptArg); in GToptions()
115 ERRSTOP (GTM_BadRMS, OptArg); in GToptions()
122 ERRSTOP (GTM_BadAmpl, OptArg); in GToptions()
129 ERRSTOP (GTM_BadPhase, OptArg); in GToptions()
/dports/audio/afsp/AFsp-v8r2/libAO/
H A DAOdecFI.c42 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PGM, text, par) macro
93 ERRSTOP (AOM_BadFType, OptArg); in AOdecFI()
101 ERRSTOP (AOM_BadLimits, OptArg); in AOdecFI()
107 ERRSTOP (AOM_BadGain, OptArg); in AOdecFI()
114 ERRSTOP (AOM_BadNHPar, OptArg); in AOdecFI()
H A DAOdecFO.c39 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PGM, text, par) macro
105 ERRSTOP (AOM_BadNFrame, OptArg); in AOdecFO()
111 ERRSTOP (AOM_BadSFreq, OptArg); in AOdecFO()
129 ERRSTOP (AOM_BadSpkr, OptArg); in AOdecFO()
H A DAOdecHelp.c41 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PGM, text, par) macro
/dports/audio/afsp/AFsp-v8r2/audio/GenNoise/
H A DGNoptions.c39 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
105 ERRSTOP (GNM_BadStdDev, OptArg); in GNoptions()
112 ERRSTOP (GNM_BadSeed, OptArg); in GNoptions()
/dports/audio/afsp/AFsp-v8r2/audio/CompAudio/
H A DCAoptions.c40 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
110 ERRSTOP (CAM_BadDelay, OptArg); in CAoptions()
116 ERRSTOP (CAM_BadSegLen, OptArg); in CAoptions()
/dports/audio/afsp/AFsp-v8r2/audio/FiltAudio/
H A DFAoptions.c38 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
119 ERRSTOP (FAM_BadRatio, OptArg); in FAoptions()
125 ERRSTOP (FAM_BadAlign, OptArg); in FAoptions()
/dports/audio/afsp/AFsp-v8r2/audio/InfoAudio/
H A DIAoptions.c38 #define ERRSTOP(text,par) UThalt ("%s: %s: \"%s\"", PROGRAM, text, par) macro
103 ERRSTOP (IAM_BadInfoCode, OptArg); in IAoptions()
/dports/devel/autogen/autogen-5.18.16/autoopts/tpl/
H A Doptcode.tlib430 (if (not (exist? "allow-errors")) (emit tmp-val "ERRSTOP"))
/dports/chinese/dictd-database/dict-zh-1.6/src/data/
H A Dmoers2-dict-u820787 error stop 錯誤停機 ERRSTOP
H A Dmoers2-dict-b520787 error stop ���~���� ERRSTOP