Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/zstd/lib/deprecated/
HDzbuff_common.c23 unsigned ZBUFF_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZBUFF_isError()
26 const char* ZBUFF_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZBUFF_getErrorName()
/dragonfly/contrib/zstd/lib/dictBuilder/
HDzdict.c93 unsigned ZDICT_isError(size_t errorCode) { return ERR_isError(errorCode); } in ZDICT_isError()
95 const char* ZDICT_getErrorName(size_t errorCode) { return ERR_getErrorName(errorCode); } in ZDICT_getErrorName()
623 { size_t const errorCode = ZSTD_compressBegin_usingCDict(esr.zc, esr.dict); in ZDICT_countEStats() local
727 size_t pos = 0, errorCode; in ZDICT_analyzeEntropy() local
/dragonfly/contrib/zstd/programs/
HDbenchzstd.c829 { int const errorCode = BMK_loadFiles(dictBuffer, dictBufferSize, in BMK_benchFilesAdvanced() local
852 { int const errorCode = BMK_loadFiles(srcBuffer, benchedSize, in BMK_benchFilesAdvanced() local
HDfileio.c1194 LZ4F_errorCode_t const errorCode = LZ4F_createCompressionContext(&ctx, LZ4F_VERSION); in FIO_compressLz4Frame() local
2319 LZ4F_errorCode_t const errorCode = LZ4F_createDecompressionContext(&dCtx, LZ4F_VERSION); in FIO_decompressLz4Frame() local
/dragonfly/contrib/zstd/lib/compress/
HDfse_compress.c476 …size_t const errorCode = FSE_normalizeM2(normalizedCounter, tableLog, count, total, maxSymbolValue… in FSE_normalizeCount() local
/dragonfly/sys/dev/drm/amd/display/dc/
HDdm_services_types.h220 uint8_t errorCode; /* Byte 4 */ member