Searched refs:kSmallSwitchThreshold (Results 1 – 2 of 2) sorted by relevance
2094 if (entries <= kSmallSwitchThreshold) { in GenPackedSwitch()2124 if (entries <= kSmallSwitchThreshold) { in GenSparseSwitch()
233 static constexpr uint16_t kSmallSwitchThreshold = 5; variable