Home
last modified time | relevance | path

Searched refs:INDEX_SIZE (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc296 const size_t INDEX_SIZE = static_cast<size_t>(1ull << INDEX_BITS); in TEST() local
309 std::array<uint64_t, 4> is = {{0, 1, INDEX_SIZE / 2 + 1, INDEX_SIZE - 1}}; in TEST()
320 uint64_t index = p % INDEX_SIZE; in TEST()