MCPcopy Create free account
hub / github.com/F-Stack/f-stack / be64dec

Function be64dec

freebsd/sys/endian.h:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117static __inline uint64_t
118be64dec(const void *pp)
119{
120 uint8_t const *p = (uint8_t const *)pp;
121
122 return (((uint64_t)be32dec(p) << 32) | be32dec(p + 4));
123}
124
125static __inline uint16_t
126le16dec(const void *pp)

Callers 9

be64dec_vectFunction · 0.85
nvpair_unpack_numberFunction · 0.85
nvpair_unpack_descriptorFunction · 0.85
be64dec_vectFunction · 0.85
ktls_enable_rxFunction · 0.85
ktls_enable_txFunction · 0.85
gf128_readFunction · 0.85

Calls 1

be32decFunction · 0.85

Tested by

no test coverage detected