Home
last modified time | relevance | path

Searched defs:bits (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/synchronization/
DParkingLot.h244 const Key bits, in park_until()
286 void ParkingLot<Data>::unpark(const Key bits, Func&& func) { in unpark()
/rocksdb-6.9/table/block_based/
Dfilter_policy.cc492 uint32_t bits = static_cast<uint32_t>(n * whole_bits_per_key_); in CreateFilter() local
522 const uint32_t bits = static_cast<uint32_t>(len - 1) * 8; in KeyMayMatch() local
/rocksdb-6.9/tools/
Dldb_cmd.cc602 int bits; in PrepareOptionsForOpenDB() local
/rocksdb-6.9/third-party/gtest-1.8.1/fused-src/gtest/
Dgtest-all.cc3248 inline UInt32 ChopLowBits(UInt32* bits, int n) { in ChopLowBits()