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

/xsrc/external/mit/xorg-server.old/dist/test/
H A Dinput.c837 static void test_pad_to_int32(int i) function in typeref:typename:void
879 test_pad_to_int32(0);
880 test_pad_to_int32(0);
881 test_pad_to_int32(1);
882 test_pad_to_int32(2);
883 test_pad_to_int32(7);
884 test_pad_to_int32(8);
885 test_pad_to_int32(0xFF);
886 test_pad_to_int32(0x100);
887 test_pad_to_int32(
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c961 test_pad_to_int32(int i) function in typeref:typename:void
1019 test_pad_to_int32(0);
1020 test_pad_to_int32(1);
1021 test_pad_to_int32(2);
1022 test_pad_to_int32(3);
1023 test_pad_to_int32(7);
1024 test_pad_to_int32(8);
1025 test_pad_to_int32(0xFF);
1026 test_pad_to_int32(0x100);
1027 test_pad_to_int32(
[all...]

Completed in 4 milliseconds