Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dzstd.h107 size_t functionResult) in ZSTD_getErrorCode() argument
109 if (!ZSTD_isError(functionResult)) in ZSTD_getErrorCode()
111 return (ZSTD_ErrorCode)(0 - functionResult); in ZSTD_getErrorCode()