Searched refs:uint_max (Results 1 – 1 of 1) sorted by relevance
297 static const uint64_t uint_max = static_cast<uint64_t>(UINT_MAX); in RandomInitDBOptions() local298 db_opt->WAL_size_limit_MB = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()299 db_opt->WAL_ttl_seconds = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()300 db_opt->bytes_per_sync = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()301 db_opt->delayed_write_rate = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()303 db_opt->max_manifest_file_size = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()304 db_opt->max_total_wal_size = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()305 db_opt->wal_bytes_per_sync = uint_max + rnd->Uniform(100000); in RandomInitDBOptions()364 static const uint64_t uint_max = static_cast<uint64_t>(UINT_MAX); in RandomInitCFOptions() local370 cf_opt->target_file_size_base = uint_max + rnd->Uniform(10000); in RandomInitCFOptions()[all …]