Searched refs:U32 (Results 1 - 25 of 72) sorted by relevance

123

/linux-master/drivers/message/fusion/lsi/
H A Dmpi_type.h54 typedef u_int32_t U32; typedef
58 U32 Low;
64 U32 Low;
65 U32 High;
78 typedef U32 *PU32;
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_Di
[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 ReplyWor
[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 DataLengt
[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 */
221 U32 PrimaryReferenceTa
[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 MsgContex
[all...]
H A Dmpi_cnfg.h353 U32 Word32;
512 U32 MsgContext; /* 08h */
515 U32 PageAddress; /* 18h */
543 U32 MsgContext; /* 08h */
546 U32 IOCLogInfo; /* 10h */
637 U32 HwSettings[MPI_MAN_PAGE_2_HW_SETTINGS_WORDS];/* 08h */
656 U32 Info[MPI_MAN_PAGE_3_INFO_WORDS];/* 08h */
666 U32 Reserved1; /* 04h */
675 U32 ISVolumeSettings; /* 48h */
676 U32 IMEVolumeSetting
[all...]
H A Dmpi_lan.h57 U32 MsgContext; /* 08h */
72 U32 MsgContext; /* 08h */
75 U32 IOCLogInfo; /* 10h */
76 U32 BufferContext; /* 14h */
91 U32 MsgContext; /* 08h */
92 U32 BucketCount; /* 0Ch */
107 U32 MsgContext; /* 08h */
110 U32 IOCLogInfo; /* 10h */
111 U32 BucketsRemaining; /* 14h */
112 U32 PacketOffse
[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 Reserved
[all...]
/linux-master/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_image.h33 U32 Signature; /*0x00 */
34 U32 Signature0; /*0x04 */
35 U32 Signature1; /*0x08 */
36 U32 Signature2; /*0x0C */
45 U32 IOCCapabilities; /*0x28 */
46 U32 ImageSize; /*0x2C */
47 U32 NextImageHeaderOffset; /*0x30 */
48 U32 Checksum; /*0x34 */
49 U32 Reserved38; /*0x38 */
50 U32 Reserved3
[all...]
H A Dmpi2_type.h42 typedef __le32 U32; typedef
53 typedef U32 *PU32;
/linux-master/lib/zstd/compress/
H A Dzstd_compress_literals.c19 U32 const flSize = 1 + (srcSize>31) + (srcSize>4095);
26 ostart[0] = (BYTE)((U32)set_basic + (srcSize<<3));
29 MEM_writeLE16(ostart, (U16)((U32)set_basic + (1<<2) + (srcSize<<4)));
32 MEM_writeLE32(ostart, (U32)((U32)set_basic + (3<<2) + (srcSize<<4)));
39 DEBUGLOG(5, "Raw literals: %u -> %u", (U32)srcSize, (U32)(srcSize + flSize));
46 U32 const flSize = 1 + (srcSize>31) + (srcSize>4095);
53 ostart[0] = (BYTE)((U32)set_rle + (srcSize<<3));
56 MEM_writeLE16(ostart, (U16)((U32)set_rl
[all...]
H A Dzstd_lazy.c22 U32 mls)
25 U32* const hashTable = ms->hashTable;
26 U32 const hashLog = cParams->hashLog;
28 U32* const bt = ms->chainTable;
29 U32 const btLog = cParams->chainLog - 1;
30 U32 const btMask = (1 << btLog) - 1;
33 U32 const target = (U32)(ip - base);
34 U32 idx = ms->nextToUpdate;
45 U32 cons
[all...]
H A Dzstd_opt.c40 MEM_STATIC U32 ZSTD_bitWeight(U32 stat)
45 MEM_STATIC U32 ZSTD_fracWeight(U32 rawStat)
47 U32 const stat = rawStat + 1;
48 U32 const hb = ZSTD_highbit32(stat);
49 U32 const BWeight = hb * BITCOST_MULTIPLIER;
50 U32 const FWeight = (stat << BITCOST_ACCURACY) >> hb;
51 U32 const weight = BWeight + FWeight;
60 MEM_STATIC double ZSTD_fCost(U32 pric
[all...]
H A Dzstd_compress_internal.h126 U32 off; /* Offset sumtype code for the match, using ZSTD_storeSeq() format */
127 U32 len; /* Raw length of match */
131 U32 offset; /* Offset of sequence */
132 U32 litLength; /* Length of literals prior to match */
133 U32 matchLength; /* Raw length of match */
149 U32 off;
150 U32 mlen;
151 U32 litlen;
152 U32 rep[ZSTD_REP_NUM];
166 U32 litSu
[all...]
H A Dzstd_lazy.h25 U32 ZSTD_insertAndFindFirstIndex(ZSTD_matchState_t* ms, const BYTE* ip);
30 void ZSTD_preserveUnsortedMark (U32* const table, U32 const size, U32 const reducerValue); /*! used in ZSTD_reduceIndex(). preemptively increase value of ZSTD_DUBT_UNSORTED_MARK */
33 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
36 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
39 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 re
[all...]
H A Dzstd_double_fast.c19 U32* const hashLarge = ms->hashTable;
20 U32 const hBitsL = cParams->hashLog;
21 U32 const mls = cParams->minMatch;
22 U32* const hashSmall = ms->chainTable;
23 U32 const hBitsS = cParams->chainLog;
27 const U32 fastHashFillStep = 3;
34 U32 const curr = (U32)(ip - base);
35 U32 i;
52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 re
[all...]
H A Dzstd_opt.h21 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
32 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
39 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_double_fast.h15 #include "../common/mem.h" /* U32 */
21 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_fast.h15 #include "../common/mem.h" /* U32 */
21 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
H A Dzstd_fast.c20 U32* const hashTable = ms->hashTable;
21 U32 const hBits = cParams->hashLog;
22 U32 const mls = cParams->minMatch;
26 const U32 fastHashFillStep = 3;
32 U32 const curr = (U32)(ip - base);
37 { U32 p;
94 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
96 U32 const mls, U32 cons
[all...]
/linux-master/lib/zstd/common/
H A Dmem.h37 typedef uint32_t U32; typedef
52 MEM_STATIC U32 MEM_read32(const void* memPtr);
57 MEM_STATIC void MEM_write32(void* memPtr, U32 value);
62 MEM_STATIC U32 MEM_readLE24(const void* memPtr);
63 MEM_STATIC U32 MEM_readLE32(const void* memPtr);
68 MEM_STATIC void MEM_writeLE24(void* memPtr, U32 val);
69 MEM_STATIC void MEM_writeLE32(void* memPtr, U32 val32);
74 MEM_STATIC U32 MEM_readBE32(const void* memPtr);
78 MEM_STATIC void MEM_writeBE32(void* memPtr, U32 val32);
83 MEM_STATIC U32 MEM_swap3
[all...]
H A Dentropy_common.c41 static U32 FSE_ctz(U32 val)
48 U32 count = 0;
68 U32 bitStream;
152 if ((bitStream & (threshold-1)) < (U32)max) {
247 `rankStats` is assumed to be a table of at least HUF_TABLELOG_MAX U32.
251 size_t HUF_readStats(BYTE* huffWeight, size_t hwSize, U32* rankStats,
252 U32* nbSymbolsPtr, U32* tableLogPtr,
255 U32 wks
[all...]
H A Dcpu.h23 U32 f1c;
24 U32 f1d;
25 U32 f7b;
26 U32 f7c;
30 U32 f1c = 0;
31 U32 f1d = 0;
32 U32 f7b = 0;
33 U32 f7c = 0;
39 U32 n;
48 U32 f1
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h22 #include "../common/mem.h" /* BYTE, U16, U32 */
30 static UNUSED_ATTR const U32 LL_base[MaxLL+1] = {
37 static UNUSED_ATTR const U32 OF_base[MaxOff+1] = {
49 static UNUSED_ATTR const U32 ML_base[MaxML+1] = {
63 U32 fastMode;
64 U32 tableLog;
71 U32 baseValue;
77 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32 ((ZSTD_BUILD_FSE_TABLE_WKSP_SIZE + sizeof(U32) - 1) / sizeof(U32))
84 U32 re
[all...]

Completed in 245 milliseconds

123