Home
last modified time | relevance | path

Searched refs:ERR_INVALID_FORMAT (Results 1 – 7 of 7) sorted by relevance

/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/samples/parselib/src/main/cpp/wav/
H A DWavStreamReader.h55 static constexpr int ERR_INVALID_FORMAT = -1; variable
H A DWavStreamReader.cpp304 return ERR_INVALID_FORMAT; in getDataFloat()
/dports/databases/qof/qof-0.8.8/qof/
H A Dqofdate-p.h42 _(ERR_INVALID_FORMAT,) \
H A Dqofstrptime.c516 *error = ERR_INVALID_FORMAT; in strptime_internal()
/dports/net-mgmt/libsmi/libsmi-0.4.8/lib/
H A Derrormacros.h101 #define ERR_INVALID_FORMAT 100 macro
H A Derror.c296 { 2, ERR_INVALID_FORMAT, "invalid-format",
H A Dcheck.c442 smiPrintErrorAtLine(parser, ERR_INVALID_FORMAT, line, format); in smiCheckFormat()
444 smiPrintError(parser, ERR_INVALID_FORMAT, format); in smiCheckFormat()