Home | History | Annotate | Download | only in mips

Lines Matching refs:testVal

2873 static u8 findPackedSwitchIndex(const u2* switchData, int testVal)
2904 index = testVal - firstKey;
2926 static u8 findSparseSwitchIndex(const u2* switchData, int testVal)
2969 if (k == testVal) {
2976 if (k == testVal) {
2983 } else if (k > testVal) {