Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c936 int expected_bytes; in test_bits_to_byte() local
938 expected_bytes = (i + 7) / 8; in test_bits_to_byte()
942 assert(expected_bytes == bits_to_bytes(i)); in test_bits_to_byte()
960 int expected_bytes; in test_pad_to_int32() local
962 expected_bytes = ((i + 3) / 4) * 4; in test_pad_to_int32()
966 assert(expected_bytes == pad_to_int32(i)); in test_pad_to_int32()
973 int expected_bytes = (((i + 3) / 4) * 4) - i; in test_padding_for_int32() local
977 assert(padding_for_int32(i) == expected_bytes); in test_padding_for_int32()
/OK3568_Linux_fs/kernel/include/linux/qed/
H A Dfcoe_common.h407 __le32 expected_bytes; member