Searched refs:foundVal (Results 1 – 2 of 2) sorted by relevance
716 int32_t foundVal = keys[mid]; in NterpDoSparseSwitch() local717 if (testVal < foundVal) { in NterpDoSparseSwitch()719 } else if (testVal > foundVal) { in NterpDoSparseSwitch()
736 int32_t foundVal = keys[mid]; in DoSparseSwitch() local737 if (test_val < foundVal) { in DoSparseSwitch()739 } else if (test_val > foundVal) { in DoSparseSwitch()