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