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

/linux-master/samples/kfifo/
H A Drecord-example.c51 typedef STRUCT_KFIFO_REC_1(FIFO_SIZE) mytest; typedef
53 static mytest test;
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c2355 int temp, mytest, result, i, j; local
2360 mytest = test;
2362 temp = (type >> 8) | (mytest & 0x00ff);
2365 mytest >>= 8;
2366 mytest &= 0x7f;
2369 temp &= mytest;
2370 if (temp == mytest)

Completed in 152 milliseconds