/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_ioctl.h | 43 #define BYTE uint8_t macro 52 BYTE Dev; 53 BYTE Bus:6; 54 BYTE Mode:2; /* b00 */ 57 BYTE DevLSB; 58 BYTE DevMSB:6; 59 BYTE Mode:2; /* b01 */ 62 BYTE Dev:5; 63 BYTE Bus:3; 64 BYTE Targ:6; [all …]
|
/freebsd/contrib/ntp/include/ |
H A D | hopf6039.h | 19 typedef unsigned char BYTE; typedef 24 #define LOBYTE(w) ((BYTE)(w)) 25 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF)) 58 BYTE wVisible; 59 BYTE wMode; 60 BYTE wSat0; 61 BYTE wRat0; 62 BYTE wSat1; 63 BYTE wRat1; 64 BYTE wSat2; [all …]
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 43 const BYTE* literals, size_t litSize, in ZSTD_compressSubBlock_literal() 49 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock_literal() 50 BYTE* const oend = ostart + dstSize; in ZSTD_compressSubBlock_literal() 51 BYTE* op = ostart + lhSize; in ZSTD_compressSubBlock_literal() 118 ostart[4] = (BYTE)(cLitSize >> 10); in ZSTD_compressSubBlock_literal() 162 … const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock_sequences() 168 BYTE* const ostart = (BYTE*)dst; in ZSTD_compressSubBlock_sequences() 169 BYTE* const oend = ostart + dstCapacity; in ZSTD_compressSubBlock_sequences() 170 BYTE* op = ostart; in ZSTD_compressSubBlock_sequences() 171 BYTE* seqHead; in ZSTD_compressSubBlock_sequences() [all …]
|
H A D | zstd_double_fast.c | 24 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTable() 25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable() 26 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillDoubleHashTable() 60 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_noDict_generic() 61 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_doubleFast_noDict_generic() 62 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_noDict_generic() 66 const BYTE* const prefixLowest = base + prefixLowestIndex; in ZSTD_compressBlock_doubleFast_noDict_generic() 67 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_doubleFast_noDict_generic() 68 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_noDict_generic() 79 const BYTE* nextStep; in ZSTD_compressBlock_doubleFast_noDict_generic() [all …]
|
H A D | zstd_ldm.c | 66 BYTE const* data, size_t minMatchLength) in ZSTD_ldm_gear_reset() 97 BYTE const* data, size_t size, in ZSTD_ldm_gear_feed() 184 BYTE* const pOffset = ldmState->bucketOffsets + hash; in ZSTD_ldm_insertEntry() 188 *pOffset = (BYTE)((offset + 1) & ((1u << ldmParams.bucketSizeLog) - 1)); in ZSTD_ldm_insertEntry() 197 const BYTE* pIn, const BYTE* pAnchor, in ZSTD_ldm_countBackwardsMatch() 198 const BYTE* pMatch, const BYTE* pMatchBase) in ZSTD_ldm_countBackwardsMatch() 215 const BYTE* pIn, const BYTE* pAnchor, in ZSTD_ldm_countBackwardsMatch_2segments() 216 const BYTE* pMatch, const BYTE* pMatchBase, in ZSTD_ldm_countBackwardsMatch_2segments() 217 const BYTE* pExtDictStart, const BYTE* pExtDictEnd) in ZSTD_ldm_countBackwardsMatch_2segments() 240 const BYTE* const iend = (const BYTE*)end; in ZSTD_ldm_fillFastTables() [all …]
|
H A D | zstd_fast.c | 23 const BYTE* const base = ms->window.base; in ZSTD_fillHashTable() 24 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTable() 25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillHashTable() 103 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_fast_noDict_generic() 104 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_noDict_generic() 107 const BYTE* const prefixStart = base + prefixStartIndex; in ZSTD_compressBlock_fast_noDict_generic() 108 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_fast_noDict_generic() 109 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_fast_noDict_generic() 111 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_noDict_generic() 112 const BYTE* ip0 = istart; in ZSTD_compressBlock_fast_noDict_generic() [all …]
|
H A D | hist.c | 32 const BYTE* ip = (const BYTE*)src; in HIST_count_simple() 33 const BYTE* const end = ip + srcSize; in HIST_count_simple() 72 const BYTE* ip = (const BYTE*)source; in HIST_count_parallel_wksp() 73 const BYTE* const iend = ip+sourceSize; in HIST_count_parallel_wksp() 94 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp() 95 Counting2[(BYTE)(c>>8) ]++; in HIST_count_parallel_wksp() 96 Counting3[(BYTE)(c>>16)]++; in HIST_count_parallel_wksp() 99 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp() 100 Counting2[(BYTE)(c>>8) ]++; in HIST_count_parallel_wksp() 101 Counting3[(BYTE)(c>>16)]++; in HIST_count_parallel_wksp() [all …]
|
H A D | zstd_cwksp.h | 154 BYTE allocFailed; 254 void* const alloc = (BYTE*)ws->allocStart - bytes; in ZSTD_cwksp_reserve_internal_buffer_space() 304 void* const objectEnd = (BYTE*)alloc + bytesToAlign; in ZSTD_cwksp_internal_advance_phase() 349 alloc = (BYTE *)alloc + ZSTD_CWKSP_ASAN_REDZONE_SIZE; in ZSTD_cwksp_reserve_internal() 362 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes) in ZSTD_cwksp_reserve_buffer() 364 return (BYTE*)ZSTD_cwksp_reserve_internal(ws, bytes, ZSTD_cwksp_alloc_buffers); in ZSTD_cwksp_reserve_buffer() 394 end = (BYTE *)alloc + bytes; in ZSTD_cwksp_reserve_table() 428 void* end = (BYTE*)alloc + roundedBytes; in ZSTD_cwksp_reserve_object() 432 end = (BYTE *)end + 2 * ZSTD_CWKSP_ASAN_REDZONE_SIZE; in ZSTD_cwksp_reserve_object() 454 alloc = (BYTE*)alloc + ZSTD_CWKSP_ASAN_REDZONE_SIZE; in ZSTD_cwksp_reserve_object() [all …]
|
/freebsd/sys/contrib/zstd/lib/legacy/ |
H A D | zstd_v01.c | 118 #define FSE_FUNCTION_TYPE BYTE 171 typedef uint8_t BYTE; typedef 179 typedef unsigned char BYTE; typedef 220 … const union { U32 i; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in FSE_isLittleEndian() 265 const BYTE* p = (const BYTE*)memPtr; in FSE_readLE16() 276 const BYTE* p = (const BYTE*)memPtr; in FSE_readLE32() 288 const BYTE* p = (const BYTE*)memPtr; in FSE_readLE64() 452 tableDecode[i].nbBits = (BYTE) (tableLog - FSE_highbit32 ((U32)nextState) ); in FSE_buildDTable() 481 const BYTE* const istart = (const BYTE*) headerBuffer; in FSE_readNCount() 482 const BYTE* const iend = istart + hbSize; in FSE_readNCount() [all …]
|
H A D | zstd_v02.c | 97 typedef uint8_t BYTE; typedef 105 typedef unsigned char BYTE; 142 … const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in MEM_isLittleEndian() 202 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() 215 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() 216 p[0] = (BYTE)val; in MEM_writeLE16() 217 p[1] = (BYTE)(val>>8); in MEM_writeLE16() 223 return MEM_readLE16(memPtr) + (((const BYTE*)memPtr)[2] << 16); in MEM_readLE24() 232 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32() 244 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64() [all …]
|
H A D | zstd_v03.c | 98 typedef uint8_t BYTE; typedef 106 typedef unsigned char BYTE; 143 … const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in MEM_isLittleEndian() 204 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() 217 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() 218 p[0] = (BYTE)val; in MEM_writeLE16() 219 p[1] = (BYTE)(val>>8); in MEM_writeLE16() 225 return MEM_readLE16(memPtr) + (((const BYTE*)memPtr)[2] << 16); in MEM_readLE24() 234 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32() 245 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64() [all …]
|
H A D | zstd_v04.c | 60 typedef uint8_t BYTE; typedef 68 typedef unsigned char BYTE; 114 … const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in MEM_isLittleEndian() 174 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() 187 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() 188 p[0] = (BYTE)val; in MEM_writeLE16() 189 p[1] = (BYTE)(val>>8); in MEM_writeLE16() 195 return MEM_readLE16(memPtr) + (((const BYTE*)memPtr)[2] << 16); in MEM_readLE24() 204 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32() 216 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64() [all …]
|
H A D | zstd_v05.c | 88 typedef uint8_t BYTE; typedef 96 typedef unsigned char BYTE; 133 … const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in MEM_isLittleEndian() 206 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() 216 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() 217 p[0] = (BYTE)val; in MEM_writeLE16() 218 p[1] = (BYTE)(val>>8); in MEM_writeLE16() 227 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32() 238 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64() 511 const BYTE* ip = (const BYTE*)src; in ZSTDv05_wildcopy() [all …]
|
H A D | zstd_v06.c | 90 typedef uint8_t BYTE; typedef 98 typedef unsigned char BYTE; 135 … const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in MEM_isLittleEndian() 229 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() 239 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() 240 p[0] = (BYTE)val; in MEM_writeLE16() 241 p[1] = (BYTE)(val>>8); in MEM_writeLE16() 546 const BYTE* ip = (const BYTE*)src; in ZSTDv06_wildcopy() 547 BYTE* op = (BYTE*)dst; in ZSTDv06_wildcopy() 548 BYTE* const oend = op + length; in ZSTDv06_wildcopy() [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_superblock.c | 32 BYTE hufDesBuffer[500]; /* TODO give name to this value */ 45 BYTE fseTablesBuffer[500]; /* TODO give name to this value */ 68 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildSuperBlockEntropy_literal() 69 BYTE* const wkspEnd = wkspStart + wkspSize; in ZSTD_buildSuperBlockEntropy_literal() 70 BYTE* const countWkspStart = wkspStart; in ZSTD_buildSuperBlockEntropy_literal() 73 BYTE* const nodeWksp = countWkspStart + countWkspSize; in ZSTD_buildSuperBlockEntropy_literal() 101 …{ size_t const largest = HIST_count_wksp (countWksp, &maxSymbolValue, (const BYTE*)src, srcSize,… in ZSTD_buildSuperBlockEntropy_literal() 170 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildSuperBlockEntropy_sequences() 171 BYTE* const wkspEnd = wkspStart + wkspSize; in ZSTD_buildSuperBlockEntropy_sequences() 172 BYTE* const countWkspStart = wkspStart; in ZSTD_buildSuperBlockEntropy_sequences() [all …]
|
H A D | zstd_fast.c | 23 const BYTE* const base = ms->window.base; in ZSTD_fillHashTable() 24 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillHashTable() 25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillHashTable() 57 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_fast_generic() 58 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_fast_generic() 60 const BYTE* ip0 = istart; in ZSTD_compressBlock_fast_generic() 61 const BYTE* ip1; in ZSTD_compressBlock_fast_generic() 62 const BYTE* anchor = istart; in ZSTD_compressBlock_fast_generic() 65 const BYTE* const prefixStart = base + prefixStartIndex; in ZSTD_compressBlock_fast_generic() 66 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_fast_generic() [all …]
|
H A D | zstd_lazy.c | 21 const BYTE* ip, const BYTE* iend, in ZSTD_updateDUBT() 32 const BYTE* const base = ms->window.base; in ZSTD_updateDUBT() 65 U32 current, const BYTE* inputEnd, in ZSTD_insertDUBT1() 74 const BYTE* const base = ms->window.base; in ZSTD_insertDUBT1() 75 const BYTE* const dictBase = ms->window.dictBase; in ZSTD_insertDUBT1() 77 const BYTE* const ip = (current>=dictLimit) ? base + current : dictBase + current; in ZSTD_insertDUBT1() 78 const BYTE* const iend = (current>=dictLimit) ? inputEnd : dictBase + dictLimit; in ZSTD_insertDUBT1() 79 const BYTE* const dictEnd = dictBase + dictLimit; in ZSTD_insertDUBT1() 80 const BYTE* const prefixStart = base + dictLimit; in ZSTD_insertDUBT1() 81 const BYTE* match; in ZSTD_insertDUBT1() [all …]
|
H A D | zstd_ldm.c | 113 BYTE* const bucketOffsets = ldmState->bucketOffsets; in ZSTD_ldm_insertEntry() 152 const BYTE* pIn, const BYTE* pAnchor, in ZSTD_ldm_countBackwardsMatch() 153 const BYTE* pMatch, const BYTE* pBase) in ZSTD_ldm_countBackwardsMatch() 174 const BYTE* const iend = (const BYTE*)end; in ZSTD_ldm_fillFastTables() 208 U64 lastHash, const BYTE* lastHashed, in ZSTD_ldm_fillLdmHashTable() 209 const BYTE* iend, const BYTE* base, in ZSTD_ldm_fillLdmHashTable() 213 const BYTE* cur = lastHashed + 1; in ZSTD_ldm_fillLdmHashTable() 228 ldmState_t* state, const BYTE* ip, in ZSTD_ldm_fillHashTable() 229 const BYTE* iend, ldmParams_t const* params) in ZSTD_ldm_fillHashTable() 247 static void ZSTD_ldm_limitTableUpdate(ZSTD_matchState_t* ms, const BYTE* anchor) in ZSTD_ldm_limitTableUpdate() [all …]
|
H A D | hist.c | 32 const BYTE* ip = (const BYTE*)src; in HIST_count_simple() 33 const BYTE* const end = ip + srcSize; in HIST_count_simple() 72 const BYTE* ip = (const BYTE*)source; in HIST_count_parallel_wksp() 73 const BYTE* const iend = ip+sourceSize; in HIST_count_parallel_wksp() 95 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp() 96 Counting2[(BYTE)(c>>8) ]++; in HIST_count_parallel_wksp() 97 Counting3[(BYTE)(c>>16)]++; in HIST_count_parallel_wksp() 100 Counting1[(BYTE) c ]++; in HIST_count_parallel_wksp() 101 Counting2[(BYTE)(c>>8) ]++; in HIST_count_parallel_wksp() 102 Counting3[(BYTE)(c>>16)]++; in HIST_count_parallel_wksp() [all …]
|
H A D | zstd_double_fast.c | 24 const BYTE* const base = ms->window.base; in ZSTD_fillDoubleHashTable() 25 const BYTE* ip = base + ms->nextToUpdate; in ZSTD_fillDoubleHashTable() 26 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE; in ZSTD_fillDoubleHashTable() 61 const BYTE* const base = ms->window.base; in ZSTD_compressBlock_doubleFast_generic() 62 const BYTE* const istart = (const BYTE*)src; in ZSTD_compressBlock_doubleFast_generic() 63 const BYTE* ip = istart; in ZSTD_compressBlock_doubleFast_generic() 64 const BYTE* anchor = istart; in ZSTD_compressBlock_doubleFast_generic() 68 const BYTE* const prefixLowest = base + prefixLowestIndex; in ZSTD_compressBlock_doubleFast_generic() 69 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_doubleFast_generic() 70 const BYTE* const ilimit = iend - HASH_READ_SIZE; in ZSTD_compressBlock_doubleFast_generic() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | lz4.c | 254 typedef uint8_t BYTE; typedef 264 typedef unsigned char BYTE; typedef 305 … const union { U32 u; BYTE c[4]; } one = { 1 }; /* don't use static : performance detrimental */ in LZ4_isLittleEndian() 347 const BYTE* p = (const BYTE*)memPtr; in LZ4_readLE16() 356 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy8() 357 const BYTE* s = (const BYTE*)srcPtr; in LZ4_wildCopy8() 358 BYTE* const e = (BYTE*)dstEnd; in LZ4_wildCopy8() 383 LZ4_memcpy_using_offset_base(BYTE* dstPtr, const BYTE* srcPtr, BYTE* dstEnd, const size_t offset) in LZ4_memcpy_using_offset_base() 411 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy32() 412 const BYTE* s = (const BYTE*)srcPtr; in LZ4_wildCopy32() [all …]
|
H A D | lz4_zfs.c | 287 #define BYTE uint8_t macro 352 #define INITBASE(base) const BYTE* const base = ip 360 #define HTYPE const BYTE * 386 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \ 483 const BYTE *ip = (BYTE *) source; in LZ4_compressCtx() 485 const BYTE *anchor = ip; in LZ4_compressCtx() 486 const BYTE *const iend = ip + isize; in LZ4_compressCtx() 487 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() 488 const BYTE *const mflimit = iend - MFLIMIT; in LZ4_compressCtx() 491 BYTE *op = (BYTE *) dest; in LZ4_compressCtx() [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/common/lz4/ |
H A D | lz4.c | 281 #define BYTE uint8_t macro 351 #define INITBASE(base) const BYTE* const base = ip 359 #define HTYPE const BYTE * 385 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \ 483 const BYTE *ip = (const BYTE *) source; in LZ4_compressCtx() 485 const BYTE *anchor = ip; in LZ4_compressCtx() 486 const BYTE *const iend = ip + isize; in LZ4_compressCtx() 487 const BYTE *const oend = (BYTE *) dest + osize; in LZ4_compressCtx() 488 const BYTE *const mflimit = iend - MFLIMIT; in LZ4_compressCtx() 491 BYTE *op = (BYTE *) dest; in LZ4_compressCtx() [all …]
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 85 { const BYTE* const istart = (const BYTE*) src; in ZSTD_decodeLiteralsBlock() 358 cell->nbAdditionalBits = (BYTE)nbAddBits; in ZSTD_buildSeqTable_rle() 421 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable() 424 tableDecode[u].nbAdditionalBits = (BYTE)nbAdditionalBits[symbol]; in ZSTD_buildFSETable() 444 RETURN_ERROR_IF((*(const BYTE*)src) > max, corruption_detected, ""); in ZSTD_buildSeqTable() 445 { U32 const symbol = *(const BYTE*)src; in ZSTD_buildSeqTable() 483 const BYTE* const istart = (const BYTE* const)src; in ZSTD_decodeSeqHeaders() 484 const BYTE* const iend = istart + srcSize; in ZSTD_decodeSeqHeaders() 485 const BYTE* ip = istart; in ZSTD_decodeSeqHeaders() 579 HINT_INLINE void ZSTD_overlapCopy8(BYTE** op, BYTE const** ip, size_t offset) { in ZSTD_overlapCopy8() [all …]
|
/freebsd/sys/contrib/zstd/lib/decompress/ |
H A D | zstd_decompress_block.c | 79 dctx->litBuffer = (BYTE*)dst + ZSTD_BLOCKSIZE_MAX + WILDCOPY_OVERLENGTH; in ZSTD_allocateLiteralsBuffer() 88 …dctx->litBuffer = (BYTE*)dst + expectedWriteSize - litSize + ZSTD_LITBUFFEREXTRASIZE - WILDCOPY_OV… in ZSTD_allocateLiteralsBuffer() 93 dctx->litBuffer = (BYTE*)dst + expectedWriteSize - litSize; in ZSTD_allocateLiteralsBuffer() 94 dctx->litBufferEnd = (BYTE*)dst + expectedWriteSize; in ZSTD_allocateLiteralsBuffer() 126 { const BYTE* const istart = (const BYTE*) src; in ZSTD_decodeLiteralsBlock() 454 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body() 554 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) ); in ZSTD_buildFSETable_body() 617 RETURN_ERROR_IF((*(const BYTE*)src) > max, corruption_detected, ""); in ZSTD_buildSeqTable() 618 { U32 const symbol = *(const BYTE*)src; in ZSTD_buildSeqTable() 656 const BYTE* const istart = (const BYTE*)src; in ZSTD_decodeSeqHeaders() [all …]
|