Home
last modified time | relevance | path

Searched refs:U32 (Results 1 – 25 of 78) sorted by relevance

1234

/linux-6.15/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_image.h33 U32 Signature; /*0x00 */
34 U32 Signature0; /*0x04 */
35 U32 Signature1; /*0x08 */
36 U32 Signature2; /*0x0C */
46 U32 ImageSize; /*0x2C */
48 U32 Checksum; /*0x34 */
49 U32 Reserved38; /*0x38 */
50 U32 Reserved3C; /*0x3C */
51 U32 Reserved40; /*0x40 */
59 U32 BootFlags; /*0x60 */
[all …]
H A Dmpi2_cnfg.h1026 U32
1075 U32
1402 U32
1425 U32
1427 U32
1429 U32
1439 U32
1463 U32
2375 U32
2377 U32
[all …]
H A Dmpi2.h856 U32 Word;
878 U32 FlagsLength;
879 U32 Address;
884 U32 FlagsLength;
890 U32 FlagsLength;
892 U32 Address32;
908 U32 Address;
925 U32 Address32;
1130 U32 Address;
1137 U32 Length;
[all …]
H A Dmpi2_ioc.h213 U32 Reserved5; /*0x10 */
514 U32 Reserved5; /*0x0C */
515 U32 Reserved6; /*0x10 */
519 U32 Reserved8; /*0x28 */
594 U32 Reserved1; /*0x08 */
625 U32 Reserved3; /*0x08 */
626 U32 Reserved4; /*0x0C */
778 U32 NewValue; /*0x04 */
798 U32 NewValue; /*0x0C */
848 U32 Flags; /*0x04 */
[all …]
H A Dmpi2_init.h112 U32 SkipCount; /*0x18 */
113 U32 DataLength; /*0x1C */
122 U32 Control; /*0x3C */
263 U32 SkipCount; /*0x18 */
264 U32 DataLength; /*0x1C */
274 U32 Control; /*0x3C */
361 U32 IOCLogInfo; /*0x10 */
525 U32 Reserved3; /*0x10 */
526 U32 Reserved4; /*0x14 */
527 U32 Reserved5; /*0x18 */
[all …]
/linux-6.15/lib/zstd/compress/
H A Dzstd_compress_internal.h576 MEM_STATIC U32 ZSTD_LLcode(U32 litLength) in ZSTD_LLcode()
593 MEM_STATIC U32 ZSTD_MLcode(U32 mlBase) in ZSTD_MLcode()
644 U32 const cBlockHeader24 = lastBlock + (((U32)bt_raw)<<1) + (U32)(srcSize << 3); in ZSTD_noCompressBlock()
657 U32 const cBlockHeader = lastBlock + (((U32)bt_rle)<<1) + (U32)(srcSize << 3); in ZSTD_rleCompressBlock()
780 pos, (U32)litLength, (U32)matchLength, (U32)offBase); in ZSTD_storeSeq()
810 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_updateRep()
834 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase, U32 const ll0) in ZSTD_newRep()
891 static U32 ZSTD_hash3(U32 u, U32 h, U32 s) { assert(h <= 32); return (((u << (32-24)) * prime3by… in ZSTD_hash3()
896 static U32 ZSTD_hash4(U32 u, U32 h, U32 s) { assert(h <= 32); return ((u * prime4bytes) ^ s) >> … in ZSTD_hash4()
1036 U32 const end = (U32)endT; in ZSTD_window_clear()
[all …]
H A Dzstd_lazy.c43 U32 const target = (U32)(ip - base); in ZSTD_updateDUBT()
77 U32 nbCompares, U32 btLow, in ZSTD_insertDUBT1()
183 U32 const curr = (U32)(ip-base); in ZSTD_DUBT_findBetterDictMatch()
257 U32 const curr = (U32)(ip-base); in ZSTD_DUBT_findBestMatch()
415 U32 const target = (U32)(ip - base); in ZSTD_dedicatedDictSearch_lazy_loadDictionary()
643 const U32 target = (U32)(ip - base); in ZSTD_insertAndFindFirstIndex_internal()
683 const U32 curr = (U32)(ip-base); in ZSTD_HcFindBestMatch()
866 U32 ZSTD_row_nextCachedHash(U32* cache, U32 const* hashTable, in ZSTD_row_nextCachedHash()
923 const U32 target = (U32)(ip - base); in ZSTD_row_update_internal()
1159 const U32 curr = (U32)(ip-base); in ZSTD_RowFindBestMatch()
[all …]
H A Dzstd_opt.c46 MEM_STATIC U32 ZSTD_bitWeight(U32 stat) in ZSTD_bitWeight()
54 MEM_STATIC U32 ZSTD_fracWeight(U32 rawStat) in ZSTD_fracWeight()
105 static U32
124 static U32 ZSTD_scaleStats(unsigned* table, U32 lastEltIndex, U32 logTarget) in ZSTD_scaleStats()
420 U32 const target = (U32)(ip - base); in ZSTD_insertAndFindFirstIndexHash3()
464 const U32 curr = (U32)(ip-base); in ZSTD_insertBt1()
569 U32 const target = (U32)(ip - base); in ZSTD_updateTree_internal()
590 U32
605 U32 const curr = (U32)(ip-base); in ZSTD_insertBtAndGetAllMatches()
824 U32*,
[all …]
H A Dzstd_fast.c38 U32 const curr = (U32)(ip - base); in ZSTD_fillHashTableForCDict()
44 { U32 p; in ZSTD_fillHashTableForCDict()
75 U32 const curr = (U32)(ip - base); in ZSTD_fillHashTableForCCtx()
132 U32 mval; in ZSTD_match4Found_branch()
223 U32 offcode; in ZSTD_compressBlock_fast_noDict_generic()
238 { U32 const curr = (U32)(ip0 - base); in ZSTD_compressBlock_fast_noDict_generic()
550 U32 curr = (U32)(ip0 - base); in ZSTD_compressBlock_fast_dictMatchState_generic()
601 U32 const offset = (U32) (ip0 - match); in ZSTD_compressBlock_fast_dictMatchState_generic()
645 U32 const current2 = (U32)(ip0-base); in ZSTD_compressBlock_fast_dictMatchState_generic()
763 { U32 const curr = (U32)(ip0 - base); in ZSTD_compressBlock_fast_extDict_generic()
[all …]
H A Dzstd_double_fast.c38 U32 const curr = (U32)(ip - base); in ZSTD_fillDoubleHashTableForCDict()
39 U32 i; in ZSTD_fillDoubleHashTableForCDict()
76 U32 const curr = (U32)(ip - base); in ZSTD_fillDoubleHashTableForCCtx()
77 U32 i; in ZSTD_fillDoubleHashTableForCCtx()
128 U32 offset; in ZSTD_compressBlock_doubleFast_noDict_generic()
129 U32 curr; in ZSTD_compressBlock_doubleFast_noDict_generic()
160 U32 const current = (U32)(ip - base); in ZSTD_compressBlock_doubleFast_noDict_generic()
396 U32 const curr = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
520 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
656 const U32 curr = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic()
[all …]
H A Dzstd_lazy.h31 U32 ZSTD_insertAndFindFirstIndex(ZSTD_MatchState_t* ms, const BYTE* ip);
36 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! use…
41 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
44 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
47 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
50 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
53 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
56 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
59 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
62 ZSTD_MatchState_t* ms, SeqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
[all …]
H A Dzstd_compress_literals.c43 U32 const flSize = 1 + (srcSize>31) + (srcSize>4095); in ZSTD_noCompressLiterals()
58 MEM_writeLE32(ostart, (U32)((U32)set_basic + (3<<2) + (srcSize<<4))); in ZSTD_noCompressLiterals()
65 DEBUGLOG(5, "Raw (uncompressed) literals: %u -> %u", (U32)srcSize, (U32)(srcSize + flSize)); in ZSTD_noCompressLiterals()
85 U32 const flSize = 1 + (srcSize>31) + (srcSize>4095); in ZSTD_compressRleLiteralsBlock()
99 MEM_writeLE32(ostart, (U32)((U32)set_rle + (3<<2) + (srcSize<<4))); in ZSTD_compressRleLiteralsBlock()
106 …teral (%02X: %u times) -> %u bytes encoded", ((const BYTE*)src)[0], (U32)srcSize, (U32)flSize + 1); in ZSTD_compressRleLiteralsBlock()
143 U32 singleStream = srcSize < 256; in ZSTD_compressLiterals()
214 … { U32 const lhc = hType + ((U32)(!singleStream) << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<14); in ZSTD_compressLiterals()
220 { U32 const lhc = hType + (2 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<18); in ZSTD_compressLiterals()
226 { U32 const lhc = hType + (3 << 2) + ((U32)srcSize<<4) + ((U32)cLitSize<<22); in ZSTD_compressLiterals()
[all …]
H A Dfse_compress.c102 { U32 u; in FSE_buildCTable_wksp()
125 U32 s; in FSE_buildCTable_wksp()
351 U32 minBitsSrc = ZSTD_highbit32((U32)(srcSize)) + 1; in FSE_minTableLog()
360 U32 maxBitsSrc = ZSTD_highbit32((U32)(srcSize - 1)) - minus; in FSE_optimalTableLog_internal()
383 U32 s; in FSE_normalizeM2()
388 U32 const lowThreshold = (U32)(total >> tableLog); in FSE_normalizeM2()
389 U32 lowOne = (U32)((total * 3) >> (tableLog + 1)); in FSE_normalizeM2()
454 U32 const sStart = (U32)(tmpTotal >> vStepLog); in FSE_normalizeM2()
455 U32 const sEnd = (U32)(end >> vStepLog); in FSE_normalizeM2()
485 U32 lowThreshold = (U32)(total >> tableLog); in FSE_normalizeCount()
[all …]
/linux-6.15/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h353 U32 Word32;
1882 U32 Did;
2283 U32 MaxLBA; /* 10h */
2284 U32 MaxLBAHigh; /* 14h */
2285 U32 StripeSize; /* 18h */
2286 U32 Reserved2; /* 1Ch */
2287 U32 Reserved3; /* 20h */
2318 U32 Reserved1; /* 48h */
2319 U32 Reserved2; /* 4Ch */
2511 U32 ControllerPhyDeviceInfo;/* 04h */
[all …]
H A Dmpi_fc.h69 U32 MsgContext; /* 08h */
79 U32 PortNameHigh; /* 00h */
80 U32 PortNameLow; /* 04h */
81 U32 NodeNameHigh; /* 08h */
82 U32 NodeNameLow; /* 0Ch */
96 U32 MsgContext; /* 08h */
99 U32 IOCLogInfo; /* 10h */
100 U32 TransferLength; /* 14h */
101 U32 TransactionContext; /* 18h */
102 U32 Rctl_Did; /* 1Ch */
[all …]
H A Dmpi_targ.h78 U32 PhysicalAddress32;
99 U32 MsgContext; /* 08h */
124 U32 MsgContext; /* 08h */
127 U32 IOCLogInfo; /* 10h */
140 U32 MsgContext; /* 08h */
144 U32 IOCLogInfo; /* 10h */
145 U32 ReplyWord; /* 14h */
158 U32 MsgContext; /* 08h */
162 U32 IOCLogInfo; /* 10h */
163 U32 ReplyWord; /* 14h */
[all …]
H A Dmpi_init.h87 U32 MsgContext; /* 08h */
89 U32 Control; /* 14h */
91 U32 DataLength; /* 28h */
92 U32 SenseBufferLowAddr; /* 2Ch */
159 U32 MsgContext; /* 08h */
163 U32 IOCLogInfo; /* 10h */
164 U32 TransferCount; /* 14h */
165 U32 SenseCount; /* 18h */
166 U32 ResponseInfo; /* 1Ch */
253 U32 Reserved2; /* 04h */
[all …]
H A Dmpi_ioc.h154 U32 MsgContext; /* 08h */
157 U32 HostMfaHighAddr; /* 10h */
158 U32 SenseBufferHighAddr; /* 14h */
159 U32 ReplyFifoHostSignalingAddr; /* 18h */
237 U32 Word;
451 U32 Data[]; /* 1Ch */
542 U32 TimeStamp; /* 00h */
543 U32 Reserved1; /* 04h */
554 U32 Reserved2; /* 04h */
702 U32 Lba;
[all …]
H A Dmpi_raid.h69 U32 MsgContext; /* 08h */
70 U32 Reserved2; /* 0Ch */
71 U32 ActionDataWord; /* 10h */
143 U32 MsgContext; /* 08h */
146 U32 IOCLogInfo; /* 10h */
147 U32 VolumeStatus; /* 14h */
148 U32 ActionData; /* 18h */
185 U32 MsgContext; /* 08h */
187 U32 Control; /* 14h */
189 U32 DataLength; /* 28h */
[all …]
H A Dmpi_sas.h110 U32 MsgContext; /* 08h */
111 U32 Reserved1; /* 0Ch */
113 U32 Reserved2; /* 18h */
114 U32 Reserved3; /* 1Ch */
138 U32 MsgContext; /* 08h */
142 U32 IOCLogInfo; /* 10h */
143 U32 Reserved3; /* 14h */
164 U32 MsgContext; /* 08h */
165 U32 Reserved1; /* 0Ch */
166 U32 Reserved2; /* 10h */
[all …]
H A Dmpi_tool.h56 U32 MsgContext; /* 08h */
59 U32 IOCLogInfo; /* 10h */
77 U32 MsgContext; /* 08h */
78 U32 Flags; /* 0Ch */
106 U32 MsgContext; /* 08h */
125 U32 MsgContext; /* 08h */
126 U32 Flags; /* 0Ch */
127 U32 Reserved3; /* 10h */
134 U32 DiagDataLength; /* 00h */
160 U32 MsgContext; /* 08h */
[all …]
/linux-6.15/lib/zstd/common/
H A Dbits.h17 MEM_STATIC unsigned ZSTD_countTrailingZeros32_fallback(U32 val) in ZSTD_countTrailingZeros32_fallback()
29 MEM_STATIC unsigned ZSTD_countTrailingZeros32(U32 val) in ZSTD_countTrailingZeros32()
56 MEM_STATIC unsigned ZSTD_countLeadingZeros32(U32 val) in ZSTD_countLeadingZeros32()
73 U32 mostSignificantWord = (U32)(val >> 32); in ZSTD_countTrailingZeros64()
74 U32 leastSignificantWord = (U32)val; in ZSTD_countTrailingZeros64()
91 U32 mostSignificantWord = (U32)(val >> 32); in ZSTD_countLeadingZeros64()
92 U32 leastSignificantWord = (U32)val; in ZSTD_countLeadingZeros64()
114 return ZSTD_countLeadingZeros32((U32)val) >> 3; in ZSTD_NbCommonBytes()
130 U64 ZSTD_rotateRight_U64(U64 const value, U32 count) { in ZSTD_rotateRight_U64()
137 U32 ZSTD_rotateRight_U32(U32 const value, U32 count) { in ZSTD_rotateRight_U32()
[all …]
H A Dmem.h38 typedef uint32_t U32; typedef
53 MEM_STATIC U32 MEM_read32(const void* memPtr);
63 MEM_STATIC U32 MEM_readLE24(const void* memPtr);
84 MEM_STATIC U32 MEM_swap32(U32 in);
117 MEM_STATIC U32 MEM_read32(const void *memPtr) in MEM_read32()
119 return get_unaligned((const U32 *)memPtr); in MEM_read32()
139 put_unaligned(value, (U32 *)memPtr); in MEM_write32()
201 MEM_writeLE32(memPtr, (U32)val); in MEM_writeLEST()
239 MEM_writeBE32(memPtr, (U32)val); in MEM_writeBEST()
244 MEM_STATIC U32 MEM_swap32(U32 in) in MEM_swap32()
[all …]
H A Dentropy_common.c52 U32 bitStream; in FSE_readNCount_body()
236 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats()
245 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body()
250 U32 weightTotal; in HUF_readStats_body()
265 { U32 n; in HUF_readStats_body()
280 { U32 n; for (n=0; n<oSize; n++) { in HUF_readStats_body()
292 { U32 const total = 1 << tableLog; in HUF_readStats_body()
305 *nbSymbolsPtr = (U32)(oSize+1); in HUF_readStats_body()
311 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body_default()
320 U32* nbSymbolsPtr, U32* tableLogPtr, in HUF_readStats_body_bmi2()
[all …]
/linux-6.15/lib/zstd/decompress/
H A Dzstd_decompress_internal.h31 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = {
38 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = {
64 U32 fastMode;
65 U32 tableLog;
72 U32 baseValue;
78 …TD_BUILD_FSE_TABLE_WKSP_SIZE_U32 ((ZSTD_BUILD_FSE_TABLE_WKSP_SIZE + sizeof(U32) - 1) / sizeof(U32))
86 U32 rep[ZSTD_REP_NUM];
145 U32 litEntropy;
146 U32 fseEntropy;
165 U32 dictID;
[all …]

1234