HomeSort by relevance Sort by last modified time
    Searched refs:LZ4F_errorCodes (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4frame.h 474 typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes;
476 LZ4FLIB_STATIC_API LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
lz4frame.c 244 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult)
247 return (LZ4F_errorCodes)(-(ptrdiff_t)functionResult);
250 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code)
    [all...]

Completed in 72 milliseconds