Home
last modified time | relevance | path

Searched refs:code (Results 1 – 25 of 46) sorted by relevance

12

/lib/zstd/common/
A Dzstd_common.c37 unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError() argument
41 const char* ZSTD_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTD_getErrorName() argument
45 ZSTD_ErrorCode ZSTD_getErrorCode(size_t code) { return ERR_getErrorCode(code); } in ZSTD_getErrorCode() argument
49 const char* ZSTD_getErrorString(ZSTD_ErrorCode code) { return ERR_getErrorString(code); } in ZSTD_getErrorString() argument
A Derror_private.h45 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() argument
47 …ATIC ERR_enum ERR_getErrorCode(size_t code) { if (!ERR_isError(code)) return (ERR_enum)0; return (… in ERR_getErrorCode() argument
63 const char* ERR_getErrorString(ERR_enum code); /* error_private.c */
65 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() argument
67 return ERR_getErrorString(ERR_getErrorCode(code)); in ERR_getErrorName()
A Derror_private.c16 const char* ERR_getErrorString(ERR_enum code) in ERR_getErrorString() argument
19 (void)code; in ERR_getErrorString()
23 switch( code ) in ERR_getErrorString()
A Dentropy_common.c32 unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() argument
33 const char* FSE_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSE_getErrorName() argument
35 unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() argument
36 const char* HUF_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUF_getErrorName() argument
A Dhuf.h30 unsigned HUF_isError(size_t code); /*< tells if a return value is an error code */
31 const char* HUF_getErrorName(size_t code); /*< provides error code string (useful for debugging) */
/lib/crypto/arm64/
A Dsha2-armv8.pl195 $code.=<<___;
224 $code.=<<___;
252 $code.=<<___;
355 $code.=<<___;
378 $code.=<<___;
402 $code.=<<___;
413 $code.=<<___;
639 $code.=<<___;
692 $code.=<<___;
709 $code.=<<___;
[all …]
/lib/zlib_deflate/
A Ddeftree.c177 int code; /* code value */ in tr_static_init() local
186 for (code = 0; code < LENGTH_CODES-1; code++) { in tr_static_init()
187 base_length[code] = length; in tr_static_init()
197 length_code[length-1] = (uch)code; in tr_static_init()
201 for (code = 0 ; code < 16; code++) { in tr_static_init()
202 base_dist[code] = dist; in tr_static_init()
209 for ( ; code < D_CODES; code++) { in tr_static_init()
210 base_dist[code] = dist << 7; in tr_static_init()
456 next_code[bits] = code = (code + bl_count[bits-1]) << 1; in gen_codes()
984 code = length_code[lc];
[all …]
A Ddefutil.h45 ush code; /* bit string */ member
54 #define Code fc.code
299 unsigned code, /* the value to invert */ in bi_reverse() argument
305 res |= code & 1; in bi_reverse()
306 code >>= 1, res <<= 1; in bi_reverse()
/lib/zstd/
A Dzstd_decompress_module.c21 unsigned int zstd_is_error(size_t code) in zstd_is_error() argument
23 return ZSTD_isError(code); in zstd_is_error()
27 zstd_error_code zstd_get_error_code(size_t code) in zstd_get_error_code() argument
29 return ZSTD_getErrorCode(code); in zstd_get_error_code()
33 const char *zstd_get_error_name(size_t code) in zstd_get_error_name() argument
35 return ZSTD_getErrorName(code); in zstd_get_error_name()
/lib/zlib_inflate/
A Dinflate.h99 code const *lencode; /* starting table for length/literal codes */
100 code const *distcode; /* starting table for distance codes */
108 code *next; /* next available space in codes[] */
111 code codes[ENOUGH]; /* space for code tables */
A Dinffixed.h10 static const code lenfix[512] = {
87 static const code distfix[32] = {
A Dinftrees.h31 } code; typedef
57 unsigned codes, code **table,
A Dinftrees.c24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
39 code this; /* table entry for duplication */ in zlib_inflate_table()
40 code *next; /* next available space in table */ in zlib_inflate_table()
A Dinffast.c84 code const *lcode; /* local strm->lencode */ in inflate_fast()
85 code const *dcode; /* local strm->distcode */ in inflate_fast()
88 code this; /* retrieved table entry */ in inflate_fast()
A Dinflate.c342 code this; /* current decoding table entry */ in zlib_inflate()
343 code last; /* parent table entry */ in zlib_inflate()
493 state->lencode = (code const *)(state->next); in zlib_inflate()
559 state->lencode = (code const *)(state->next); in zlib_inflate()
568 state->distcode = (code const *)(state->next); in zlib_inflate()
/lib/crypto/arm/
A Dsha256-armv4.pl102 $code.=<<___;
142 $code.=<<___;
164 $code=<<___;
245 $code.=<<___;
460 $code.=<<___;
520 $code.=<<___;
544 $code.=<<___;
591 $code.=<<___;
626 $code.=<<___;
637 $code.=<<___;
[all …]
A Dsha512-armv4.pl93 $code.=<<___;
187 $code=<<___;
349 $code.=<<___;
401 $code.=<<___;
520 $code.=<<___;
563 $code.=<<___;
591 $code.=<<___;
610 $code.=<<___;
616 $code.=<<___;
636 $code.=<<___;
[all …]
/lib/crypto/x86/
A Dpoly1305-x86_64-cryptogams.pl151 $code.=<<___;
198 $code.=<<___;
246 $code.=<<___;
260 $code.=<<___;
293 $code.=<<___;
309 $code.=<<___;
317 $code.=<<___;
362 $code.=<<___;
394 $code.=<<___;
435 $code.=<<___;
[all …]
/lib/
A Ddecompress_unlzma.c75 uint32_t code; member
116 rc->code = 0; in rc_init()
127 rc->code = (rc->code << 8) | *rc->ptr++; in rc_init_code()
138 rc->code = (rc->code << 8) | *rc->ptr++; in rc_do_normalize()
159 return rc->code < t; in rc_is_bit_0()
171 rc->code -= rc->bound; in rc_update_bit_1()
194 if (rc->code >= rc->range) { in rc_direct_bit()
195 rc->code -= rc->range; in rc_direct_bit()
/lib/crypto/mips/
A Dpoly1305-mips.pl78 $code.=<<___;
230 $code.=<<___;
267 $code.=<<___;
436 $code.=<<___;
449 $code.=<<___;
550 $code.=<<___;
740 $code.=<<___;
764 $code.=<<___;
1146 $code.=<<___;
1155 $code.=<<___;
[all …]
/lib/xz/
A Dxz_dec_lzma2.c96 uint32_t code; member
472 rc->code = 0; in rc_reset()
486 rc->code = (rc->code << 8) + b->in[b->in_pos++]; in rc_read_init()
505 return rc->code == 0; in rc_is_finished()
513 rc->code = (rc->code << RC_SHIFT_BITS) + rc->in[rc->in_pos++]; in rc_normalize()
535 if (rc->code < bound) { in rc_bit()
541 rc->code -= bound; in rc_bit()
591 rc->code -= rc->range; in rc_direct()
592 mask = (uint32_t)0 - (rc->code >> 31); in rc_direct()
593 rc->code += rc->range & mask; in rc_direct()
/lib/crypto/
A DKconfig42 Blake2s library interface that require the generic code as a
60 library interface that require the generic code as a fallback, e.g.,
83 Curve25519 library interface that require the generic code as a
123 library interface that require the generic code as a fallback, e.g.,
/lib/zstd/compress/
A Dhist.c25 unsigned HIST_isError(size_t code) { return ERR_isError(code); } in HIST_isError() argument
A Dhist.h34 unsigned HIST_isError(size_t code); /*< tells if a return value is an error code */
/lib/crc/arm/
A Dcrc-t10dif-core.S69 #define CPU_LE(code...) argument
71 #define CPU_LE(code...) code argument

Completed in 102 milliseconds

12