Home
last modified time | relevance | path

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

/Linux-v5.10/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()