/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cciss_defs.h | 44 #define BYTE __u8 macro 59 BYTE Dev; 60 BYTE Bus:6; 61 BYTE Mode:2; /* b00 */ 64 BYTE DevLSB; 65 BYTE DevMSB:6; 66 BYTE Mode:2; /* b01 */ 69 BYTE Dev:5; 70 BYTE Bus:3; 71 BYTE Tar [all...] |
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | cciss_defs.h | 44 #define BYTE __u8 macro 59 BYTE Dev; 60 BYTE Bus:6; 61 BYTE Mode:2; /* b00 */ 64 BYTE DevLSB; 65 BYTE DevMSB:6; 66 BYTE Mode:2; /* b01 */ 69 BYTE Dev:5; 70 BYTE Bus:3; 71 BYTE Tar [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cciss_defs.h | 47 #define BYTE __u8 macro 57 BYTE Dev; 58 BYTE Bus : 6; 59 BYTE Mode : 2; 62 BYTE DevLSB; 63 BYTE DevMSB : 6; 64 BYTE Mode : 2; 67 BYTE Dev : 5; 68 BYTE Bus : 3; 69 BYTE Tar [all...] |
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cciss_defs.h | 47 #define BYTE __u8 macro 57 BYTE Dev; 58 BYTE Bus : 6; 59 BYTE Mode : 2; 62 BYTE DevLSB; 63 BYTE DevMSB : 6; 64 BYTE Mode : 2; 67 BYTE Dev : 5; 68 BYTE Bus : 3; 69 BYTE Tar [all...] |
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | cciss_defs.h | 34 #define BYTE __u8 macro 44 BYTE Dev; 45 BYTE Bus:6; 46 BYTE Mode:2; 49 BYTE DevLSB; 50 BYTE DevMSB:6; 51 BYTE Mode:2; 54 BYTE Dev:5; 55 BYTE Bus:3; 56 BYTE Tar [all...] |
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4_compress.c | 92 const BYTE *p, in LZ4_putPositionOnHash() 96 const BYTE *srcBase) in LZ4_putPositionOnHash() 101 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() 124 const BYTE *p, in LZ4_putPosition() 127 const BYTE *srcBase) in LZ4_putPosition() 134 static const BYTE *LZ4_getPositionOnHash( in LZ4_getPositionOnHash() 138 const BYTE *srcBase) in LZ4_getPositionOnHash() 141 const BYTE **hashTable = (const BYTE **) tableBas in LZ4_getPositionOnHash() [all...] |
H A D | lz4hc_compress.c | 61 static void LZ4HC_init(LZ4HC_CCtx_internal *hc4, const BYTE *start) in LZ4HC_init() 75 const BYTE *ip) in LZ4HC_Insert() 79 const BYTE * const base = hc4->base; in LZ4HC_Insert() 101 const BYTE *ip, in LZ4HC_InsertAndFindBestMatch() 102 const BYTE * const iLimit, in LZ4HC_InsertAndFindBestMatch() 103 const BYTE **matchpos, in LZ4HC_InsertAndFindBestMatch() 108 const BYTE * const base = hc4->base; in LZ4HC_InsertAndFindBestMatch() 109 const BYTE * const dictBase = hc4->dictBase; in LZ4HC_InsertAndFindBestMatch() 126 const BYTE * const match = base + matchIndex; in LZ4HC_InsertAndFindBestMatch() 139 const BYTE * cons in LZ4HC_InsertAndFindBestMatch() [all...] |
H A D | lz4_decompress.c | 76 const BYTE * const lowPrefix, in LZ4_decompress_generic() 78 const BYTE * const dictStart, in LZ4_decompress_generic() 83 const BYTE *ip = (const BYTE *) src; in LZ4_decompress_generic() 84 const BYTE * const iend = ip + srcSize; in LZ4_decompress_generic() 86 BYTE *op = (BYTE *) dst; in LZ4_decompress_generic() 87 BYTE * const oend = op + outputSize; in LZ4_decompress_generic() 88 BYTE *cpy; in LZ4_decompress_generic() 90 const BYTE * cons in LZ4_decompress_generic() [all...] |
H A D | lz4defs.h | 48 typedef uint8_t BYTE; typedef 173 BYTE *d = (BYTE *)dstPtr; in LZ4_wildCopy() 174 const BYTE *s = (const BYTE *)srcPtr; in LZ4_wildCopy() 175 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy() 194 const BYTE *pIn, in LZ4_count() 195 const BYTE *pMatch, in LZ4_count() 196 const BYTE *pInLimi in LZ4_count() [all...] |
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4_compress.c | 92 const BYTE *p, in LZ4_putPositionOnHash() 96 const BYTE *srcBase) in LZ4_putPositionOnHash() 101 const BYTE **hashTable = (const BYTE **)tableBase; in LZ4_putPositionOnHash() 124 const BYTE *p, in LZ4_putPosition() 127 const BYTE *srcBase) in LZ4_putPosition() 134 static const BYTE *LZ4_getPositionOnHash( in LZ4_getPositionOnHash() 138 const BYTE *srcBase) in LZ4_getPositionOnHash() 141 const BYTE **hashTable = (const BYTE **) tableBas in LZ4_getPositionOnHash() [all...] |
H A D | lz4hc_compress.c | 61 static void LZ4HC_init(LZ4HC_CCtx_internal *hc4, const BYTE *start) in LZ4HC_init() 75 const BYTE *ip) in LZ4HC_Insert() 79 const BYTE * const base = hc4->base; in LZ4HC_Insert() 101 const BYTE *ip, in LZ4HC_InsertAndFindBestMatch() 102 const BYTE * const iLimit, in LZ4HC_InsertAndFindBestMatch() 103 const BYTE **matchpos, in LZ4HC_InsertAndFindBestMatch() 108 const BYTE * const base = hc4->base; in LZ4HC_InsertAndFindBestMatch() 109 const BYTE * const dictBase = hc4->dictBase; in LZ4HC_InsertAndFindBestMatch() 126 const BYTE * const match = base + matchIndex; in LZ4HC_InsertAndFindBestMatch() 139 const BYTE * cons in LZ4HC_InsertAndFindBestMatch() [all...] |
H A D | lz4_decompress.c | 76 const BYTE * const lowPrefix, in LZ4_decompress_generic() 78 const BYTE * const dictStart, in LZ4_decompress_generic() 83 const BYTE *ip = (const BYTE *) src; in LZ4_decompress_generic() 84 const BYTE * const iend = ip + srcSize; in LZ4_decompress_generic() 86 BYTE *op = (BYTE *) dst; in LZ4_decompress_generic() 87 BYTE * const oend = op + outputSize; in LZ4_decompress_generic() 88 BYTE *cpy; in LZ4_decompress_generic() 90 const BYTE * cons in LZ4_decompress_generic() [all...] |
/kernel/linux/linux-6.6/lib/zstd/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* cons 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* cons in ZSTD_compressBlock_doubleFast_noDict_generic() [all...] |
H A D | hist.c | 17 #include "../common/mem.h" /* U32, BYTE, etc. */ 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)( in HIST_count_parallel_wksp() [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* cons in ZSTD_compressBlock_fast_noDict_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 curr, 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 = (curr>=dictLimit) ? base + curr : dictBase + curr; in ZSTD_insertDUBT1() 78 const BYTE* const iend = (curr>=dictLimit) ? inputEnd : dictBase + dictLimit; in ZSTD_insertDUBT1() 79 const BYTE* const dictEnd = dictBase + dictLimit; in ZSTD_insertDUBT1() 80 const BYTE* cons in ZSTD_insertDUBT1() [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* pAncho in ZSTD_ldm_countBackwardsMatch_2segments() [all...] |
/kernel/linux/linux-5.10/lib/zstd/ |
H A D | huf_decompress.c | 68 BYTE maxTableLog; 69 BYTE tableType; 70 BYTE tableLog; 71 BYTE reserved; 86 BYTE byte; 87 BYTE nbBits; 99 BYTE *huffWeight; in HUF_readDTableX2_wksp() 104 huffWeight = (BYTE *)((U32 *)workspace + spaceUsed32); in HUF_readDTableX2_wksp() 125 dtd.tableLog = (BYTE)tableLog; in HUF_readDTableX2_wksp() 147 D.byte = (BYTE) in HUF_readDTableX2_wksp() [all...] |
H A D | compress.c | 54 const BYTE *nextSrc; /* next block here to continue on curr prefix */ 55 const BYTE *base; /* All regular indexes relative to this position */ 56 const BYTE *dictBase; /* extDict indexes relative to this position */ 320 zc->seqStore.llCode = (BYTE *)ptr; in ZSTD_resetCCtx_advanced() 438 memcpy((BYTE *)dst + ZSTD_blockHeaderSize, src, srcSize); in ZSTD_noCompressBlock() 445 BYTE *const ostart = (BYTE * const)dst; in ZSTD_noCompressLiterals() 452 case 1: /* 2 - 1 - 5 */ ostart[0] = (BYTE)((U32)set_basic + (srcSize << 3)); break; in ZSTD_noCompressLiterals() 464 BYTE *const ostart = (BYTE * cons in ZSTD_compressRleLiteralsBlock() [all...] |
H A D | huf_compress.c | 84 BYTE *const ostart = (BYTE *)dst; in HUF_compressWeights_wksp() 85 BYTE *op = ostart; in HUF_compressWeights_wksp() 86 BYTE *const oend = ostart + dstSize; in HUF_compressWeights_wksp() 146 BYTE nbBits; 154 BYTE *op = (BYTE *)dst; in HUF_writeCTable_wksp() 157 BYTE *bitsToWeight; in HUF_writeCTable_wksp() 158 BYTE *huffWeight; in HUF_writeCTable_wksp() 161 bitsToWeight = (BYTE *)((U3 in HUF_writeCTable_wksp() [all...] |
H A D | fse_compress.c | 206 BYTE *const ostart = (BYTE *)header; in FSE_writeNCount_generic() 207 BYTE *out = ostart; in FSE_writeNCount_generic() 208 BYTE *const oend = ostart + headerBufferSize; in FSE_writeNCount_generic() 239 out[0] = (BYTE)bitStream; in FSE_writeNCount_generic() 240 out[1] = (BYTE)(bitStream >> 8); in FSE_writeNCount_generic() 254 out[0] = (BYTE)bitStream; in FSE_writeNCount_generic() 255 out[1] = (BYTE)(bitStream >> 8); in FSE_writeNCount_generic() 280 out[0] = (BYTE)bitStream; in FSE_writeNCount_generic() 281 out[1] = (BYTE)(bitStrea in FSE_writeNCount_generic() [all...] |
H A D | decompress.c | 96 const BYTE *litPtr; 100 BYTE litBuffer[ZSTD_BLOCKSIZE_ABSOLUTEMAX + WILDCOPY_OVERLENGTH]; 101 BYTE headerBuffer[ZSTD_FRAMEHEADERSIZE_MAX]; 194 BYTE const fhd = ((const BYTE *)src)[4]; in ZSTD_frameHeaderSize() 209 const BYTE *ip = (const BYTE *)src; in ZSTD_getFrameParams() 233 BYTE const fhdByte = ip[4]; in ZSTD_getFrameParams() 246 BYTE const wlByte = ip[pos++]; in ZSTD_getFrameParams() 330 skippableSize = ZSTD_readLE32((const BYTE *)sr in ZSTD_findDecompressedSize() [all...] |
/kernel/linux/linux-6.6/lib/zstd/decompress/ |
H A D | huf_decompress.c | 128 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; 139 static size_t HUF_initDStream(BYTE const* ip) { in HUF_initDStream() 140 BYTE const lastByte = ip[7]; in HUF_initDStream() 147 BYTE const* ip[4]; 148 BYTE* op[4]; 151 BYTE const* ilimit; 152 BYTE* oen [all...] |
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_OVERLENGTH; 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*)sr in ZSTD_buildSeqTable() [all...] |