Home
last modified time | relevance | path

Searched refs:U64 (Results 1 – 25 of 39) sorted by relevance

12

/OK3568_Linux_fs/kernel/lib/zstd/
H A Dmem.h40 typedef uint64_t U64; typedef
63 ZSTD_STATIC U64 ZSTD_read64(const void *memPtr) { return get_unaligned((const U64 *)memPtr); } in ZSTD_read64()
71 ZSTD_STATIC void ZSTD_write64(void *memPtr, U64 value) { put_unaligned(value, (U64 *)memPtr); } in ZSTD_write64()
91 ZSTD_STATIC U64 ZSTD_readLE64(const void *memPtr) { return get_unaligned_le64(memPtr); } in ZSTD_readLE64()
93 ZSTD_STATIC void ZSTD_writeLE64(void *memPtr, U64 val64) { put_unaligned_le64(val64, memPtr); } in ZSTD_writeLE64()
108 ZSTD_writeLE64(memPtr, (U64)val); in ZSTD_writeLEST()
117 ZSTD_STATIC U64 ZSTD_readBE64(const void *memPtr) { return get_unaligned_be64(memPtr); } in ZSTD_readBE64()
119 ZSTD_STATIC void ZSTD_writeBE64(void *memPtr, U64 val64) { put_unaligned_be64(val64, memPtr); } in ZSTD_writeBE64()
134 ZSTD_writeBE64(memPtr, (U64)val); in ZSTD_writeBEST()
H A Dfse_compress.c587 U64 const vStepLog = 62 - tableLog; in FSE_normalizeM2()
588 U64 const mid = (1ULL << (vStepLog - 1)) - 1; in FSE_normalizeM2()
589U64 const rStep = div_u64((((U64)1 << vStepLog) * ToDistribute) + mid, (U32)total); /* scale on re… in FSE_normalizeM2()
590 U64 tmpTotal = mid; in FSE_normalizeM2()
593 U64 const end = tmpTotal + (count[s] * rStep); in FSE_normalizeM2()
622 U64 const scale = 62 - tableLog; in FSE_normalizeCount()
623 U64 const step = div_u64((U64)1 << 62, (U32)total); /* <== here, one division ! */ in FSE_normalizeCount()
624 U64 const vStep = 1ULL << (scale - 20); in FSE_normalizeCount()
644 U64 restToBeat = vStep * rtbTable[proba]; in FSE_normalizeCount()
645 proba += (count[s] * step) - ((U64)proba << scale) > restToBeat; in FSE_normalizeCount()
H A Dcompress.c73 U64 frameContentSize;
188 U64 const rSize = srcSize + dictSize + minSrcSize; in ZSTD_adjustCParams()
189 if (rSize < ((U64)1 << ZSTD_WINDOWLOG_MAX)) { in ZSTD_adjustCParams()
217 static size_t ZSTD_continueCCtx(ZSTD_CCtx *cctx, ZSTD_parameters params, U64 frameContentSize) in ZSTD_continueCCtx()
242 static size_t ZSTD_resetCCtx_advanced(ZSTD_CCtx *zc, ZSTD_parameters params, U64 frameContentSize, … in ZSTD_resetCCtx_advanced()
894 return (__builtin_ctzll((U64)val) >> 3); in ZSTD_NbCommonBytes()
960 static const U64 prime5bytes = 889523592379ULL;
961 static size_t ZSTD_hash5(U64 u, U32 h) { return (size_t)(((u << (64 - 40)) * prime5bytes) >> (64 - … in ZSTD_hash5()
964 static const U64 prime6bytes = 227718039650203ULL;
965 static size_t ZSTD_hash6(U64 u, U32 h) { return (size_t)(((u << (64 - 48)) * prime6bytes) >> (64 - … in ZSTD_hash6()
[all …]
/OK3568_Linux_fs/kernel/drivers/message/fusion/lsi/
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 FabricWWNN; /* 30h */
[all …]
H A Dmpi_type.h66 } U64; typedef
80 typedef U64 *PU64;
H A Dmpi.h367 U64 Address;
377 U64 Address64;
400 U64 Address;
412 U64 Address64;
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 */
H A Dmpi_raid.h165 U64 TotalBlocks; /* 00h */
166 U64 BlocksRemaining; /* 08h */
H A Dmpi_sas.h112 U64 SASAddress; /* 10h */
234 U64 SASAddress; /* 14h */
/OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h775 U64 WWID; /*0x00 */
776 U64 DeviceName; /*0x08 */
946 U64 UniqueValue; /*0x04 */
1030 U64
1032 U64
1034 U64
1068 U64
1643 U64 SASAddress; /*0x00 */
1653 U64 EnclosureLogicalID; /*0x00 */
1665 U64 DeviceName; /*0x00 */
[all …]
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 */
948 U64 SASAddress; /*0x04 */
963 U64 SASAddress; /*0x04 */
1046 U64 EnclosureLogicalID; /*0x04 */
[all …]
H A Dmpi2_type.h43 typedef __le64 U64 __attribute__ ((aligned(4))); typedef
54 typedef U64 *PU64;
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;
H A Dmpi2_raid.h222 U64 VolumeMaxLBA; /*0x10 */
277 U64 TotalBlocks; /*0x00 */
278 U64 BlocksRemaining; /*0x08 */
H A Dmpi2_sas.h116 U64 SASAddress; /*0x10 */
247 U64 LookupAddress; /*0x18 */
H A Dmpi2_pci.h64 U64 ErrorResponseBaseAddress; /*0x10 */
/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4defs.h52 typedef uint64_t U64; typedef
154 U64 a = get_unaligned((const U64 *)src); in LZ4_copy8()
156 put_unaligned(a, (U64 *)dst); in LZ4_copy8()
/OK3568_Linux_fs/external/security/librkcrypto/test/include/c_mode/
H A Dmodes_lcl.h15 # define U64(C) C##UI64 macro
19 # define U64(C) C##UL macro
23 # define U64(C) C##ULL macro
H A Dsm4_core.h24 #define U64(C) C##UL macro
26 #define U64(C) C##ULL
H A Ddes_core.h23 #define U64(C) C##UL macro
25 #define U64(C) C##ULL
H A Daes_core.h26 #define U64(C) C##UL macro
28 #define U64(C) C##ULL
H A Daes_locl.h72 #define U64(C) C##ULL macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dsha.h174 # define U64(C) C##UI64 macro
177 # define U64(C) C##UL macro
180 # define U64(C) C##ULL macro
/OK3568_Linux_fs/buildroot/package/ptpd2/
H A D0003-Solve-issue-25-Removing-type-U64-from-net-snmp-relat.patch4 Subject: [PATCH] Solve issue #25 - Removing type U64 from net-snmp related
21 - static U64 counter64_ret; \
/OK3568_Linux_fs/u-boot/lib/
H A Dlz4_wrapper.c31 typedef uint64_t U64; typedef

12