Lines Matching full:testval
2787 static u8 findPackedSwitchIndex(const u2* switchData, int testVal, uintptr_t pc)2820 index = testVal - firstKey;2839 static u8 findSparseSwitchIndex(const u2* switchData, int testVal, uintptr_t pc)2881 if (k == testVal) {2887 } else if (k > testVal) {