Lines Matching refs:error
71 or an error code, which can be tested using FSE_isError() .
87 FSE_PUBLIC_API unsigned FSE_isError(size_t code); /* tells if a return value is an error code */
88 FSE_PUBLIC_API const char* FSE_getErrorName(size_t code); /* provides error code string (useful for debugging) */
100 if FSE_isError(return), it's an error code.
188 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
202 If there is an error (ex: invalid tableLog value), the function will return an ErrorCode (which can be tested using FSE_isError()).
208 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError(); ex : buffer size too small).
213 If there is an error, both functions will return an ErrorCode (which can be tested using FSE_isError()).
219 If there is an error, the function will return an ErrorCode (which can be tested using FSE_isError()).
274 If there is an error, the function will return an error code, which can be tested using FSE_isError().
279 If there is an error, the function will return an error code, which can be tested using FSE_isError().
284 If there is an error, the function will return an error code, which can be tested using FSE_isError(). (ex: dst buffer too small)
405 Note that BIT_initCStream() can produce an error code, so its result should be tested, using FSE_isError();
426 If there is an error, it returns an errorCode (which can be tested using FSE_isError()).
671 # error "FSE_DEFAULT_MEMORY_USAGE must be <= FSE_MAX_MEMORY_USAGE"
703 # error "FSE_MAX_TABLELOG > FSE_TABLELOG_ABSOLUTE_MAX is not supported"