Home
last modified time | relevance | path

Searched refs:expected_4byte (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c948 int expected_4byte; in test_bytes_to_int32() local
950 expected_4byte = (i + 3) / 4; in test_bytes_to_int32()
954 assert(expected_4byte == bytes_to_int32(i)); in test_bytes_to_int32()