Searched defs:bits (Results 1 – 4 of 4) sorted by relevance
244 const Key bits, in park_until()286 void ParkingLot<Data>::unpark(const Key bits, Func&& func) { in unpark()
492 uint32_t bits = static_cast<uint32_t>(n * whole_bits_per_key_); in CreateFilter() local522 const uint32_t bits = static_cast<uint32_t>(len - 1) * 8; in KeyMayMatch() local
602 int bits; in PrepareOptionsForOpenDB() local
3248 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits()