Searched refs:max_method (Results 1 – 1 of 1) sorted by relevance
1204 uint16_t max_method = std::numeric_limits<uint16_t>::max(); in GenerateTestProfile() local1206 uint16_t number_of_methods = max_method * method_ratio / 100; in GenerateTestProfile()1221 uint16_t method_idx = rand() % max_method; in GenerateTestProfile()