Lines Matching refs:test_padding_for_int32
970 test_padding_for_int32(int i) in test_padding_for_int32() function
1033 test_padding_for_int32(0); in include_byte_padding_macros()
1034 test_padding_for_int32(1); in include_byte_padding_macros()
1035 test_padding_for_int32(2); in include_byte_padding_macros()
1036 test_padding_for_int32(3); in include_byte_padding_macros()
1037 test_padding_for_int32(7); in include_byte_padding_macros()
1038 test_padding_for_int32(8); in include_byte_padding_macros()
1039 test_padding_for_int32(0xFF); in include_byte_padding_macros()
1040 test_padding_for_int32(0x100); in include_byte_padding_macros()
1041 test_padding_for_int32(0xFFFF); in include_byte_padding_macros()
1042 test_padding_for_int32(0x10000); in include_byte_padding_macros()
1043 test_padding_for_int32(0xFFFFFF); in include_byte_padding_macros()
1044 test_padding_for_int32(0x1000000); in include_byte_padding_macros()
1045 test_padding_for_int32(INT_MAX - 4); in include_byte_padding_macros()
1046 test_padding_for_int32(INT_MAX - 3); in include_byte_padding_macros()