Lines Matching refs:test_pad_to_int32
958 test_pad_to_int32(int i) in test_pad_to_int32() function
1016 test_pad_to_int32(0); in include_byte_padding_macros()
1017 test_pad_to_int32(1); in include_byte_padding_macros()
1018 test_pad_to_int32(2); in include_byte_padding_macros()
1019 test_pad_to_int32(3); in include_byte_padding_macros()
1020 test_pad_to_int32(7); in include_byte_padding_macros()
1021 test_pad_to_int32(8); in include_byte_padding_macros()
1022 test_pad_to_int32(0xFF); in include_byte_padding_macros()
1023 test_pad_to_int32(0x100); in include_byte_padding_macros()
1024 test_pad_to_int32(0xFFFF); in include_byte_padding_macros()
1025 test_pad_to_int32(0x10000); in include_byte_padding_macros()
1026 test_pad_to_int32(0xFFFFFF); in include_byte_padding_macros()
1027 test_pad_to_int32(0x1000000); in include_byte_padding_macros()
1028 test_pad_to_int32(INT_MAX - 4); in include_byte_padding_macros()
1029 test_pad_to_int32(INT_MAX - 3); in include_byte_padding_macros()