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

  /external/lz4/lib/
lz4frame_static.h 73 typedef enum { LZ4F_LIST_ERRORS(LZ4F_GENERATE_ENUM) } LZ4F_errorCodes; /* enum is exposed, to handle specific errors; compare function result to -enum value */
75 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult);
lz4frame.c 204 LZ4F_errorCodes LZ4F_getErrorCode(size_t functionResult)
207 return (LZ4F_errorCodes)(-(ptrdiff_t)functionResult);
210 static LZ4F_errorCode_t err0r(LZ4F_errorCodes code)
    [all...]

Completed in 1707 milliseconds