Searched refs:MterpDoSparseSwitch (Results 1 – 2 of 2) sorted by relevance
599 extern "C" ssize_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal);602 return MterpDoSparseSwitch(switchData, testVal); in NterpDoSparseSwitch()
61 extern "C" ssize_t MterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) { in MterpDoSparseSwitch() function