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

12

/linux-master/drivers/message/fusion/lsi/
H A Dmpi_tool.h285 U64 BufferAddress; /* 28h */
H A Dmpi_init.h260 U64 WWID;
H A Dmpi_targ.h79 U64 PhysicalAddress64;
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c766 typedef U64 ZSTD_VecMask; /* Clarifies when we are interacting with a U64 representing a mask of matches */
802 U64 ZSTD_rotateRight_U64(U64 const value, U32 count) {
805 return (value >> count) | (U64)(value << ((0U - count) & 0x3F));
993 return ZSTD_rotateRight_U64((U64)matches[3] << 48 | (U64)matches[2] << 32 | (U64)matches[1] << 16 | (U64)matches[0], head);
1055 const U64 matche
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress.c88 const U64 hash = xxh64(&dictID, sizeof(U32), 0);
460 U64 windowSize = 0;
462 U64 frameContentSize = ZSTD_CONTENTSIZE_UNKNOWN;
818 static void ZSTD_DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, unsigned streaming)
917 RETURN_ERROR_IF((U64)(op-ostart) != dctx->fParams.frameContentSize,
931 ZSTD_DCtx_trace_end(dctx, (U64)(op-ostart), (U64)(ip-istart), /* streaming */ 0);
1945 && (U64)(size_t)(oend-op) >= zds->fParams.frameContentSize) {
1964 && (U64)(size_
[all...]
H A Dzstd_decompress_block.c498 U64 const add = 0x0101010101010101ull;
500 U64 sv = 0;
/linux-master/include/linux/
H A Dproperty.h394 __PROPERTY_ENTRY_ARRAY_LEN(_name_, u64_data, U64, _val_, _len_)
435 __PROPERTY_ENTRY_ELEMENT(_name_, u64_data, U64, _val_)
/linux-master/lib/lz4/
H A Dlz4_compress.c61 U64 sequence,
69 static const U64 prime5bytes = 889523592379ULL;
73 static const U64 prime8bytes = 11400714785074694791ULL;
/linux-master/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_tool.h481 U64 BufferAddress; /*0x0C */
/linux-master/lib/zstd/common/
H A Dhuf.h91 #define HUF_WORKSPACE_SIZE_U64 (HUF_WORKSPACE_SIZE / sizeof(U64))
302 size_t HUF_compress1X_wksp (void* dst, size_t dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog, void* workSpace, size_t wkspSize); /*< `workSpace` must be a table of at least HUF_WORKSPACE_SIZE_U64 U64 */
H A Dfse.h338 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE_U32(maxSymbolValue, tableLog) (((maxSymbolValue + 2) + (1ull << (tableLog)))/2 + sizeof(U64)/sizeof(U32) /* additional 8 bytes for potential table overwrite */)
H A Dbitstream.h322 return (bitContainer >> (start & regMask)) & ((((U64)1) << nbBits) - 1);
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.h1679 U64 q;

Completed in 303 milliseconds

12