Searched refs:mytest (Results 1 – 1 of 1) sorted by relevance
2656 int temp, mytest, result, i, j; local2661 mytest = test;2663 temp = (type >> 8) | (mytest & 0x00ff);2666 mytest >>= 8;2667 mytest &= 0x7f;2670 temp &= mytest;2671 if(temp == mytest) result++;