Searched refs:BYTE (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/arch/riscv/include/asm/
H A Dmodule.lds.h5 .plt : { BYTE(0) }
6 .got : { BYTE(0) }
7 .got.plt : { BYTE(0) }
/linux-master/arch/arm/include/asm/
H A Dmodule.lds.h4 .plt : { BYTE(0) }
5 .init.plt : { BYTE(0) }
/linux-master/arch/loongarch/include/asm/
H A Dmodule.lds.h5 .got 0 : { BYTE(0) }
6 .plt 0 : { BYTE(0) }
7 .plt.idx 0 : { BYTE(0) }
8 .ftrace_trampoline 0 : { BYTE(0) }
/linux-master/arch/arm64/include/asm/
H A Dmodule.lds.h2 .plt 0 : { BYTE(0) }
3 .init.plt 0 : { BYTE(0) }
4 .text.ftrace_trampoline 0 : { BYTE(0) }
/linux-master/include/uapi/linux/
H A Dcciss_defs.h44 #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...]
/linux-master/lib/zstd/compress/
H A Dhist.c17 #include "../common/mem.h" /* U32, BYTE, etc. */
32 const BYTE* ip = (const BYTE*)src;
33 const BYTE* const end = ip + srcSize;
72 const BYTE* ip = (const BYTE*)source;
73 const BYTE* const iend = ip+sourceSize;
94 Counting1[(BYTE) c ]++;
95 Counting2[(BYTE)(c>>8) ]++;
96 Counting3[(BYTE)(
[all...]
H A Dzstd_compress_superblock.c43 const BYTE* literals, size_t litSize,
49 BYTE* const ostart = (BYTE*)dst;
50 BYTE* const oend = ostart + dstSize;
51 BYTE* op = ostart + lhSize;
118 ostart[4] = (BYTE)(cLitSize >> 10);
162 const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode,
168 BYTE* cons
[all...]
H A Dzstd_double_fast.c24 const BYTE* const base = ms->window.base;
25 const BYTE* ip = base + ms->nextToUpdate;
26 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE;
60 const BYTE* const base = ms->window.base;
61 const BYTE* const istart = (const BYTE*)src;
62 const BYTE* anchor = istart;
66 const BYTE* const prefixLowest = base + prefixLowestIndex;
67 const BYTE* cons
[all...]
H A Dzstd_compress_sequences.h35 const BYTE* codeTable, size_t nbSeq,
42 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
43 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
44 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
H A Dzstd_compress_literals.c18 BYTE* const ostart = (BYTE*)dst;
26 ostart[0] = (BYTE)((U32)set_basic + (srcSize<<3));
45 BYTE* const ostart = (BYTE*)dst;
53 ostart[0] = (BYTE)((U32)set_rle + (srcSize<<3));
65 ostart[flSize] = *(const BYTE*)src;
81 BYTE* const ostart = (BYTE*)dst;
151 ostart[4] = (BYTE)(cLitSiz
[all...]
H A Dzstd_lazy.c21 const BYTE* ip, const BYTE* iend,
32 const BYTE* const base = ms->window.base;
65 U32 curr, const BYTE* inputEnd,
74 const BYTE* const base = ms->window.base;
75 const BYTE* const dictBase = ms->window.dictBase;
77 const BYTE* const ip = (curr>=dictLimit) ? base + curr : dictBase + curr;
78 const BYTE* const iend = (curr>=dictLimit) ? inputEnd : dictBase + dictLimit;
79 const BYTE* const dictEnd = dictBase + dictLimit;
80 const BYTE* cons
[all...]
H A Dzstd_fast.c23 const BYTE* const base = ms->window.base;
24 const BYTE* ip = base + ms->nextToUpdate;
25 const BYTE* const iend = ((const BYTE*)end) - HASH_READ_SIZE;
103 const BYTE* const base = ms->window.base;
104 const BYTE* const istart = (const BYTE*)src;
107 const BYTE* const prefixStart = base + prefixStartIndex;
108 const BYTE* const iend = istart + srcSize;
109 const BYTE* cons
[all...]
H A Dzstd_ldm.h25 ldmState_t* state, const BYTE* ip,
26 const BYTE* iend, ldmParams_t const* params);
H A Dzstd_ldm.c66 BYTE const* data, size_t minMatchLength)
97 BYTE const* data, size_t size,
184 BYTE* const pOffset = ldmState->bucketOffsets + hash;
188 *pOffset = (BYTE)((offset + 1) & ((1u << ldmParams.bucketSizeLog) - 1));
197 const BYTE* pIn, const BYTE* pAnchor,
198 const BYTE* pMatch, const BYTE* pMatchBase)
215 const BYTE* pIn, const BYTE* pAncho
[all...]
H A Dzstd_compress_sequences.c73 BYTE wksp[FSE_NCOUNTBOUND];
246 const BYTE* codeTable, size_t nbSeq,
251 BYTE* op = (BYTE*)dst;
252 const BYTE* const oend = op + dstCapacity;
257 FORWARD_IF_ERROR(FSE_buildCTable_rle(nextCTable, (BYTE)max), "");
293 FSE_CTable const* CTable_MatchLength, BYTE const* mlCodeTable,
294 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable,
295 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
334 BYTE cons
[all...]
H A Dzstd_cwksp.h151 BYTE allocFailed;
247 void* const alloc = (BYTE*)ws->allocStart - bytes;
297 void* const objectEnd = (BYTE*)alloc + bytesToAlign;
341 MEM_STATIC BYTE* ZSTD_cwksp_reserve_buffer(ZSTD_cwksp* ws, size_t bytes)
343 return (BYTE*)ZSTD_cwksp_reserve_internal(ws, bytes, ZSTD_cwksp_alloc_buffers);
373 end = (BYTE *)alloc + bytes;
402 void* end = (BYTE*)alloc + roundedBytes;
454 ZSTD_memset(ws->tableValidEnd, 0, (BYTE*)ws->tableEnd - (BYTE*)ws->tableValidEnd);
498 ws->workspaceEnd = (BYTE*)star
[all...]
H A Dhuf_compress.c60 BYTE* const aligned = (BYTE*)workspace + add;
91 BYTE* const ostart = (BYTE*) dst;
92 BYTE* op = ostart;
93 BYTE* const oend = ostart + dstSize;
165 BYTE bitsToWeight[HUF_TABLELOG_MAX + 1]; /* precomputed conversion table */
166 BYTE huffWeight[HUF_SYMBOLVALUE_MAX];
174 BYTE* op = (BYTE*)ds
[all...]
/linux-master/lib/lz4/
H A Dlz4hc_compress.c61 static void LZ4HC_init(LZ4HC_CCtx_internal *hc4, const BYTE *start)
75 const BYTE *ip)
79 const BYTE * const base = hc4->base;
101 const BYTE *ip,
102 const BYTE * const iLimit,
103 const BYTE **matchpos,
108 const BYTE * const base = hc4->base;
109 const BYTE * const dictBase = hc4->dictBase;
126 const BYTE * const match = base + matchIndex;
139 const BYTE * cons
[all...]
H A Dlz4_compress.c92 const BYTE *p,
96 const BYTE *srcBase)
101 const BYTE **hashTable = (const BYTE **)tableBase;
124 const BYTE *p,
127 const BYTE *srcBase)
134 static const BYTE *LZ4_getPositionOnHash(
138 const BYTE *srcBase)
141 const BYTE **hashTable = (const BYTE **) tableBas
[all...]
H A Dlz4defs.h50 typedef uint8_t BYTE; typedef
175 BYTE *d = (BYTE *)dstPtr;
176 const BYTE *s = (const BYTE *)srcPtr;
177 BYTE *const e = (BYTE *)dstEnd;
196 const BYTE *pIn,
197 const BYTE *pMatch,
198 const BYTE *pInLimi
[all...]
H A Dlz4_decompress.c76 const BYTE * const lowPrefix,
78 const BYTE * const dictStart,
83 const BYTE *ip = (const BYTE *) src;
84 const BYTE * const iend = ip + srcSize;
86 BYTE *op = (BYTE *) dst;
87 BYTE * const oend = op + outputSize;
88 BYTE *cpy;
90 const BYTE * cons
[all...]
/linux-master/lib/zstd/common/
H A Dzstd_internal.h184 BYTE copy16_buf[16];
210 ptrdiff_t diff = (BYTE*)dst - (const BYTE*)src;
211 const BYTE* ip = (const BYTE*)src;
212 BYTE* op = (BYTE*)dst;
213 BYTE* const oend = op + length;
292 BYTE* litStart;
293 BYTE* li
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c79 dctx->litBuffer = (BYTE*)dst + ZSTD_BLOCKSIZE_MAX + WILDCOPY_OVERLENGTH;
88 dctx->litBuffer = (BYTE*)dst + expectedWriteSize - litSize + ZSTD_LITBUFFEREXTRASIZE - WILDCOPY_OVERLENGTH;
93 dctx->litBuffer = (BYTE*)dst + expectedWriteSize - litSize;
94 dctx->litBufferEnd = (BYTE*)dst + expectedWriteSize;
126 { const BYTE* const istart = (const BYTE*) src;
454 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1);
554 tableDecode[u].nbBits = (BYTE) (tableLog - BIT_highbit32(nextState) );
617 RETURN_ERROR_IF((*(const BYTE*)sr
[all...]
H A Dzstd_decompress_internal.h22 #include "../common/mem.h" /* BYTE, U16, U32 */
69 BYTE nbAdditionalBits;
70 BYTE nbBits;
150 const BYTE* litPtr;
185 BYTE* litBuffer;
186 const BYTE* litBufferEnd;
188 BYTE litExtraBuffer[ZSTD_LITBUFFEREXTRASIZE + WILDCOPY_OVERLENGTH]; /* literal buffer can be split between storage within dst and within this scratch buffer */
189 BYTE headerBuffer[ZSTD_FRAMEHEADERSIZE_MAX];
H A Dhuf_decompress.c128 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc;
139 static size_t HUF_initDStream(BYTE const* ip) {
140 BYTE const lastByte = ip[7];
147 BYTE const* ip[4];
148 BYTE* op[4];
151 BYTE const* ilimit;
152 BYTE* oen
[all...]

Completed in 277 milliseconds

123