Searched refs:mytest (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_vb.c757 int temp, mytest, result, i, j; local in function:SISDoSense
766 mytest = test;
768 temp = (type >> 8) | (mytest & 0x00ff);
771 mytest >>= 8;
772 mytest &= 0x7f;
775 temp &= mytest;
776 if(temp == mytest) result++;

Completed in 3 milliseconds