Home
last modified time | relevance | path

Searched defs:u64 (Results 1 – 3 of 3) sorted by relevance

/btstack/port/samv71-xplained-atwilc3000/ASF/sam/utils/
H A Dcompiler.h313 U64 u64 ; member
708 #define bit_reverse64(u64) ((U64)(((U64)bit_reverse32((U64)(u64) >> 32)) |\ argument
871 #define MSW(u64) (((U32 *)&(u64))[1]) //!< Most significant word of \a u64. argument
872 #define LSW(u64) (((U32 *)&(u64))[0]) //!< Least significant word of \a u64. argument
873 #define MSH0(u64) (((U16 *)&(u64))[3]) //!< Most significant half-word of 1st rank of \a u64. argument
874 #define MSH1(u64) (((U16 *)&(u64))[2]) //!< Most significant half-word of 2nd rank of \a u64. argument
875 #define MSH2(u64) (((U16 *)&(u64))[1]) //!< Most significant half-word of 3rd rank of \a u64. argument
876 #define MSH3(u64) (((U16 *)&(u64))[0]) //!< Most significant half-word of 4th rank of \a u64. argument
877 #define LSH3(u64) MSH0(u64) //!< Least significant half-word of 4th rank of \a u64. argument
878 #define LSH2(u64) MSH1(u64) //!< Least significant half-word of 3rd rank of \a u64. argument
[all …]
/btstack/3rd-party/lc3-google/src/
H A Dmdct_neon.h36 static const union { float f[2]; uint64_t u64; } in neon_fft_5() member
/btstack/3rd-party/lwip/core/src/include/lwip/apps/
H A Dsnmp_core.h150 u64_t u64; member