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

/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c827 static void test_bytes_to_int32(int i) function in typeref:typename:void
863 test_bytes_to_int32(0);
864 test_bytes_to_int32(1);
865 test_bytes_to_int32(2);
866 test_bytes_to_int32(7);
867 test_bytes_to_int32(8);
868 test_bytes_to_int32(0xFF);
869 test_bytes_to_int32(0x100);
870 test_bytes_to_int32(0xFFFF);
871 test_bytes_to_int32(
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c949 test_bytes_to_int32(int i) function in typeref:typename:void
1003 test_bytes_to_int32(0);
1004 test_bytes_to_int32(1);
1005 test_bytes_to_int32(2);
1006 test_bytes_to_int32(7);
1007 test_bytes_to_int32(8);
1008 test_bytes_to_int32(0xFF);
1009 test_bytes_to_int32(0x100);
1010 test_bytes_to_int32(0xFFFF);
1011 test_bytes_to_int32(
[all...]

Completed in 5 milliseconds