Searched refs:foundVal (Results 1 – 2 of 2) sorted by relevance
552 int32_t foundVal = keys[mid]; in DoSparseSwitch() local553 if (test_val < foundVal) { in DoSparseSwitch()555 } else if (test_val > foundVal) { in DoSparseSwitch()
101 int32_t foundVal = keys[mid]; in MterpDoSparseSwitch() local102 if (testVal < foundVal) { in MterpDoSparseSwitch()104 } else if (testVal > foundVal) { in MterpDoSparseSwitch()