Searched refs:U64 (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_type.h43 typedef __le64 U64 __attribute__ ((aligned(4))); typedef
54 typedef U64 *PU64;
H A Dmpi2_pci.h64 U64 ErrorResponseBaseAddress; /*0x10 */
H A Dmpi2_cnfg.h765 U64 WWID; /*0x00 */
766 U64 DeviceName; /*0x08 */
931 U64 UniqueValue; /*0x04 */
1012 U64
1014 U64
1016 U64
1050 U64
1613 U64 SASAddress; /*0x00 */
1623 U64 EnclosureLogicalID; /*0x00 */
1635 U64 DeviceNam
[all...]
H A Dmpi2_raid.h222 U64 VolumeMaxLBA; /*0x10 */
277 U64 TotalBlocks; /*0x00 */
278 U64 BlocksRemaining; /*0x08 */
H A Dmpi2_ioc.h222 U64 SystemRequestFrameBaseAddress; /*0x28 */
223 U64 ReplyDescriptorPostQueueAddress; /*0x30 */
224 U64 ReplyFreeQueueAddress; /*0x38 */
225 U64 TimeStamp; /*0x40 */
262 U64 RDPQBaseAddress; /* 0x00 */
591 U64 TimeStamp; /*0x00 */
727 U64 SASAddress; /*0x0C */
945 U64 SASAddress; /*0x04 */
960 U64 SASAddress; /*0x04 */
1040 U64 EnclosureLogicalI
[all...]
H A Dmpi2_sas.h116 U64 SASAddress; /*0x10 */
247 U64 LookupAddress; /*0x18 */
H A Dmpi2.h477 U64 Words;
629 U64 Words;
878 U64 Address;
886 U64 Address64;
909 U64 Address;
919 U64 Address64;
1129 U64 Address;
1165 U64 Address;
/linux-master/drivers/message/fusion/lsi/
H A Dmpi_type.h66 } U64; typedef in typeref:struct:_U64
80 typedef U64 *PU64;
H A Dmpi_cnfg.h726 U64 BaseWWID; /* 04h */
732 U64 ForceWWID[MPI_MANPAGE5_NUM_FORCEWWID]; /* 18h */
849 U64 UniqueValue; /* 04h */
1362 U64 WWPN; /* 00h */
1381 U64 SASAddress; /* 00h */
1400 U64 EnclosureLogicalID; /* 00h */
1460 U64 ReassignmentBaseWWID; /* 04h */
1739 U64 WWNN; /* 10h */
1740 U64 WWPN; /* 18h */
1745 U64 FabricWWN
[all...]
H A Dmpi_raid.h165 U64 TotalBlocks; /* 00h */
166 U64 BlocksRemaining; /* 08h */
H A Dmpi.h367 U64 Address;
377 U64 Address64;
400 U64 Address;
412 U64 Address64;
H A Dmpi_sas.h112 U64 SASAddress; /* 10h */
234 U64 SASAddress; /* 14h */
H A Dmpi_ioc.h605 U64 SASAddress; /* 10h */
830 U64 SASAddress; /* 04h */
896 U64 SASAddress; /* 04h */
914 U64 SASAddress; /* 04h */
932 U64 SASAddress; /* 04h */
948 U64 SASAddress; /* 08h */
/linux-master/lib/zstd/common/
H A Dmem.h39 typedef uint64_t U64; typedef
53 MEM_STATIC U64 MEM_read64(const void* memPtr);
58 MEM_STATIC void MEM_write64(void* memPtr, U64 value);
64 MEM_STATIC U64 MEM_readLE64(const void* memPtr);
70 MEM_STATIC void MEM_writeLE64(void* memPtr, U64 val64);
75 MEM_STATIC U64 MEM_readBE64(const void* memPtr);
79 MEM_STATIC void MEM_writeBE64(void* memPtr, U64 val64);
84 MEM_STATIC U64 MEM_swap64(U64 in);
121 MEM_STATIC U64 MEM_read6
[all...]
H A Dzstd_internal.h382 return __builtin_ctzll((U64)val);
392 return DeBruijnBytePos[((U64)((val & -(long long)val) * 0x0218A392CDABBD3FULL)) >> 58];
H A Dfse_decompress.c115 U64 const add = 0x0101010101010101ull;
117 U64 sv = 0;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c65 enum num_t { U64, first_t = U64, U32, S64, S32, last_t = S32 }; enumerator in enum:num_t
70 case U64: return (u64)x < (u64)y ? (u64)x : (u64)y;
81 case U64: return (u64)x > (u64)y ? (u64)x : (u64)y;
92 case U64: return (u64)x;
103 case U64: return "u64";
114 case U64: return false;
125 case U64: return S64;
136 case U64: return U64;
[all...]
/linux-master/lib/lz4/
H A Dlz4defs.h54 typedef uint64_t U64; typedef
156 U64 a = get_unaligned((const U64 *)src);
158 put_unaligned(a, (U64 *)dst);
/linux-master/lib/zstd/compress/
H A Dfse_compress.c120 { U64 const add = 0x0101010101010101ull;
122 U64 sv = 0;
454 { U64 const vStepLog = 62 - tableLog;
455 U64 const mid = (1ULL << (vStepLog-1)) - 1;
456 U64 const rStep = ZSTD_div64((((U64)1<<vStepLog) * ToDistribute) + mid, (U32)total); /* scale on remaining */
457 U64 tmpTotal = mid;
460 U64 const end = tmpTotal + (count[s] * rStep);
485 U64 const scale = 62 - tableLog;
486 U64 cons
[all...]
H A Dzstd_compress_internal.h693 return (__builtin_ctzll((U64)val) >> 3);
703 return DeBruijnBytePos[((U64)((val & -(long long)val) * 0x0218A392CDABBD3FULL)) >> 58];
793 static const U64 prime5bytes = 889523592379ULL;
794 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64-40)) * prime5bytes) >> (64-h)) ; }
797 static const U64 prime6bytes = 227718039650203ULL;
798 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64-48)) * prime6bytes) >> (64-h)) ; }
801 static const U64 prime7bytes = 58295818150454627ULL;
802 static size_t ZSTD_hash7(U64 u, U32 h) { return (size_t)(((u << (64-56)) * prime7bytes) >> (64-h)) ; }
805 static const U64 prime8bytes = 0xCF1BBCDCB7A56463ULL;
806 static size_t ZSTD_hash8(U64
[all...]
H A Dzstd_ldm.c24 U64 rolling;
25 U64 stopMask;
53 state->stopMask = (((U64)1 << hashRateLog) - 1) << (maxBitsInMask - hashRateLog);
56 state->stopMask = ((U64)1 << hashRateLog) - 1;
68 U64 hash = state->rolling;
101 U64 hash, mask;
292 U64 const xxhash = xxh64(split, minMatchLength, 0);
370 U64 const xxhash = xxh64(split, minMatchLength, 0);
H A Dzstd_ldm_geartab.h15 #include "../common/mem.h" /* U64 */
17 static UNUSED_ATTR const U64 ZSTD_ldm_gearTab[256] = {
H A Dzstd_compress.c1213 static U32 ZSTD_dictAndWindowLog(U32 windowLog, U64 srcSize, U64 dictSize)
1215 const U64 maxWindowSize = 1ULL << ZSTD_WINDOWLOG_MAX;
1223 U64 const windowSize = 1ULL << windowLog;
1224 U64 const dictAndWindowSize = dictSize + windowSize;
1252 const U64 minSrcSize = 513; /* (1<<9) + 1 */
1253 const U64 maxWindowResize = 1ULL << (ZSTD_WINDOWLOG_MAX-1);
1293 U32 const dictAndWindowLog = ZSTD_dictAndWindowLog(cPar.windowLog, (U64)srcSize, (U64)dictSize);
1333 const ZSTD_CCtx_params* CCtxParams, U64 srcSizeHin
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_internal.h76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64))
139 U64 processedCSize;
140 U64 decodedSize;
H A Dhuf_decompress.c149 U64 bits[4];
208 args->ip[0] = args->iend[1] - sizeof(U64);
209 args->ip[1] = args->iend[2] - sizeof(U64);
210 args->ip[2] = args->iend[3] - sizeof(U64);
211 args->ip[3] = (BYTE const*)src + srcSize - sizeof(U64);
280 * Packs 4 HUF_DEltX1 structs into a U64. This is used to lay down 4 entries at
283 static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) {
284 U64 D4;
442 U64 const D4 = HUF_DEltX1_set4(wksp->symbols[symbol + s], nbBits);
449 U64 cons
[all...]

Completed in 331 milliseconds

12