Searched refs:foundVal (Results 1 – 2 of 2) sorted by relevance
100 int32_t foundVal = keys[mid]; in MterpDoSparseSwitch() local101 if (testVal < foundVal) { in MterpDoSparseSwitch()103 } else if (testVal > foundVal) { in MterpDoSparseSwitch()
893 int32_t foundVal = keys[mid]; in DoSparseSwitch() local894 if (test_val < foundVal) { in DoSparseSwitch()896 } else if (test_val > foundVal) { in DoSparseSwitch()