MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / High32Bits

Function High32Bits

Bcore/src/main/cpp/base/bit_utils.h:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239inline uint32_t High32Bits(uint64_t value) {
240 return static_cast<uint32_t>(value >> 32);
241}
242
243// Check whether an N-bit two's-complement representation can hold value.
244template <typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected