Home
last modified time | relevance | path

Searched defs:topbits (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
H A Dport.h330 const uint32 topbits = static_cast<uint32>(n >> 32); in Log2FloorNonZero64_Portable() local
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc5756 uint64_t topbits = (diff == 63) ? 0 : (~UINT64_C(0) << (diff + 1)); in Simulator() local

Completed in 18 milliseconds