MCPcopy Create free account
hub / github.com/ElementsProject/elements / le64toh

Function le64toh

src/compat/endian.h:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146#if HAVE_DECL_LE64TOH == 0
147inline uint64_t le64toh(uint64_t little_endian_64bits)
148{
149 return bswap_64(little_endian_64bits);
150}
151#endif // HAVE_DECL_LE64TOH
152
153#else // WORDS_BIGENDIAN

Callers 3

ser_readdata64Function · 0.85
UnserMethod · 0.85
ReadLE64Function · 0.85

Calls 1

bswap_64Function · 0.85

Tested by

no test coverage detected