OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSE_isError
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/common/
entropy_common.c
31
unsigned
FSE_isError
(size_t code) { return ERR_isError(code); }
63
if (
FSE_isError
(countSize)) return countSize;
273
if (
FSE_isError
(oSize)) return oSize;
fse_decompress.c
32
#define
FSE_isError
ERR_isError
264
if (
FSE_isError
(NCountLength)) return NCountLength;
zstd_internal.h
49
#define
FSE_isError
ERR_isError
/src/external/bsd/zstd/dist/lib/compress/
fse_compress.c
35
#define
FSE_isError
ERR_isError
505
if (
FSE_isError
(errorCode)) return errorCode;
565
if (
FSE_isError
(initError)) return 0; /* not enough space available to write a bitstream */ }
/src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c
429
static unsigned
FSE_isError
(size_t code) { return (code > (size_t)(-FSE_ERROR_maxCode)); }
793
if (
FSE_isError
(errorCode)) return errorCode;
873
if (
FSE_isError
(errorCode)) return errorCode;
879
if (
FSE_isError
(errorCode)) return errorCode;
964
if (
FSE_isError
(oSize)) return oSize;
1063
if (
FSE_isError
(errorCode)) return errorCode;
1065
if (
FSE_isError
(errorCode)) return errorCode;
1067
if (
FSE_isError
(errorCode)) return errorCode;
1069
if (
FSE_isError
(errorCode)) return errorCode;
1140
if (
FSE_isError
(errorCode)) return errorCode
[
all
...]
zstd_v03.c
1106
static unsigned
FSE_isError
(size_t code) { return ERR_isError(code); }
1293
if (
FSE_isError
(errorCode)) return errorCode;
1373
if (
FSE_isError
(errorCode)) return errorCode;
1379
if (
FSE_isError
(errorCode)) return errorCode;
1519
if (
FSE_isError
(oSize)) return oSize;
2554
if (
FSE_isError
(headerSize)) return ERROR(GENERIC);
2573
if (
FSE_isError
(headerSize)) return ERROR(GENERIC);
2591
if (
FSE_isError
(headerSize)) return ERROR(GENERIC);
zstd_v02.c
1106
static unsigned
FSE_isError
(size_t code) { return ERR_isError(code); }
1293
if (
FSE_isError
(errorCode)) return errorCode;
1373
if (
FSE_isError
(errorCode)) return errorCode;
1379
if (
FSE_isError
(errorCode)) return errorCode;
1523
if (
FSE_isError
(oSize)) return oSize;
2914
if (
FSE_isError
(headerSize)) return ERROR(GENERIC);
2933
if (
FSE_isError
(headerSize)) return ERROR(GENERIC);
2951
if (
FSE_isError
(headerSize)) return ERROR(GENERIC);
zstd_v04.c
379
or an error code, which can be tested using
FSE_isError
()
391
static unsigned
FSE_isError
(size_t code); /* tells if a return value is an error code */
423
or an errorCode, which can be tested using
FSE_isError
()
436
or an errorCode, which can be tested using
FSE_isError
() */
444
or an errorCode, which can be tested using
FSE_isError
() */
462
If there is an error, the function will return an error code, which can be tested using
FSE_isError
().
467
If there is an error, the function will return an error code, which can be tested using
FSE_isError
().
472
If there is an error, the function will return an error code, which can be tested using
FSE_isError
(). (ex: dst buffer too small)
1089
static unsigned
FSE_isError
(size_t code) { return ERR_isError(code); }
1278
if (
FSE_isError
(errorCode)) return errorCode
[
all
...]
Completed in 39 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026