Searched refs:testVal (Results 1 – 1 of 1) sorted by relevance
60 extern "C" int32_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoSparseSwitch() argument101 if (testVal < foundVal) { in MterpDoSparseSwitch()103 } else if (testVal > foundVal) { in MterpDoSparseSwitch()112 extern "C" int32_t MterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoPackedSwitch() argument132 int index = testVal - firstKey; in MterpDoPackedSwitch()