Home | History | Annotate | Download | only in arm

Lines Matching refs:testVal

2792 static u8 findPackedSwitchIndex(const u2* switchData, int testVal, uintptr_t pc)
2825 index = testVal - firstKey;
2844 static u8 findSparseSwitchIndex(const u2* switchData, int testVal, uintptr_t pc)
2886 if (k == testVal) {
2892 } else if (k > testVal) {