Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/lz4/
Dlz4frame_static.h73 typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes; /* enum is exposed, to hand… typedef
75 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
Dlz4frame.c204 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult) in LZ4F_getErrorCode()
207 return (LZ4F_errorCodes)(-(ptrdiff_t)functionResult); in LZ4F_getErrorCode()
210 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code) in err0r()