Searched refs:expected_4byte (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/test/ | ||
| H A D | input.c | 829 int expected_4byte; local in function:test_bytes_to_int32 830 expected_4byte = (i + 3)/4; 834 g_assert(expected_4byte == bytes_to_int32(i)); |
| /xsrc/external/mit/xorg-server/dist/test/ | ||
| H A D | input.c | 951 int expected_4byte; local in function:test_bytes_to_int32 953 expected_4byte = (i + 3) / 4; 957 assert(expected_4byte == bytes_to_int32(i)); |
Completed in 5 milliseconds