Searched refs:firstKey (Results 1 – 1 of 1) sorted by relevance
129 int32_t firstKey = *switchData++; in MterpDoPackedSwitch() local130 firstKey |= (*switchData++) << 16; in MterpDoPackedSwitch()132 int index = testVal - firstKey; in MterpDoPackedSwitch()