Searched refs:switchData (Results 1 – 1 of 1) sorted by relevance
721 extern "C" ssize_t NterpDoPackedSwitch(const uint16_t* switchData, int32_t testVal) in NterpDoPackedSwitch() argument735 uint16_t signature = *switchData++; in NterpDoPackedSwitch()738 uint16_t size = *switchData++; in NterpDoPackedSwitch()740 int32_t firstKey = *switchData++; in NterpDoPackedSwitch()741 firstKey |= (*switchData++) << 16; in NterpDoPackedSwitch()752 const int32_t* entries = reinterpret_cast<const int32_t*>(switchData); in NterpDoPackedSwitch()762 extern "C" ssize_t NterpDoSparseSwitch(const uint16_t* switchData, int32_t testVal) in NterpDoSparseSwitch() argument780 uint16_t signature = *switchData++; in NterpDoSparseSwitch()783 size = *switchData++; in NterpDoSparseSwitch()788 keys = reinterpret_cast<const int32_t*>(switchData); in NterpDoSparseSwitch()