Searched refs:decodeUInt64ByteSwapped (Results 1 – 1 of 1) sorted by relevance
105 static inline uint64_t decodeUInt64ByteSwapped(const uint8_t* data) { in decodeUInt64ByteSwapped() function150 dst[i] = (int64_t)(do_byte_swap ? decodeUInt64ByteSwapped(src) in THP_decodeInt64Buffer()220 x = (do_byte_swap ? decodeUInt64ByteSwapped(src) : decodeUInt64(src)); in THP_decodeDoubleBuffer()270 x = (do_byte_swap ? decodeUInt64ByteSwapped(src) : decodeUInt64(src)); in THP_decodeComplexDoubleBuffer()272 y = (do_byte_swap ? decodeUInt64ByteSwapped(src) : decodeUInt64(src)); in THP_decodeComplexDoubleBuffer()