Searched refs:foundVal (Results 1 – 2 of 2) sorted by relevance
481 int32_t foundVal = keys[mid]; in DoSparseSwitch() local482 if (test_val < foundVal) { in DoSparseSwitch()484 } else if (test_val > foundVal) { in DoSparseSwitch()
804 int32_t foundVal = keys[mid]; in NterpDoSparseSwitch() local805 if (testVal < foundVal) { in NterpDoSparseSwitch()807 } else if (testVal > foundVal) { in NterpDoSparseSwitch()