Searched refs:protection_level2 (Results 1 – 1 of 1) sorted by relevance
916 float protection_level2 = code_params_[code_index2].protection_level; in TEST_F() local925 if ((protection_level2 > protection_level1 && length2 >= length1) || in TEST_F()926 (protection_level2 == protection_level1 && length2 > length1)) { in TEST_F()