Lines Matching refs:test_bytes_to_int32
946 test_bytes_to_int32(int i) in test_bytes_to_int32() function
1000 test_bytes_to_int32(0); in include_byte_padding_macros()
1001 test_bytes_to_int32(1); in include_byte_padding_macros()
1002 test_bytes_to_int32(2); in include_byte_padding_macros()
1003 test_bytes_to_int32(7); in include_byte_padding_macros()
1004 test_bytes_to_int32(8); in include_byte_padding_macros()
1005 test_bytes_to_int32(0xFF); in include_byte_padding_macros()
1006 test_bytes_to_int32(0x100); in include_byte_padding_macros()
1007 test_bytes_to_int32(0xFFFF); in include_byte_padding_macros()
1008 test_bytes_to_int32(0x10000); in include_byte_padding_macros()
1009 test_bytes_to_int32(0xFFFFFF); in include_byte_padding_macros()
1010 test_bytes_to_int32(0x1000000); in include_byte_padding_macros()
1011 test_bytes_to_int32(INT_MAX - 4); in include_byte_padding_macros()
1012 test_bytes_to_int32(INT_MAX - 3); in include_byte_padding_macros()