Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest-kstrtox.c446 DECLARE_TEST_OK(s32, struct test_s32); in test_kstrtos32_ok()
447 static DEFINE_TEST_OK(struct test_s32, test_s32_ok) = { in test_kstrtos32_ok()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c606 static const s32 test_s32 = -0x1235678; variable
661 fm10k_tlv_attr_put_s32(msg, FM10K_TEST_MSG_S32, test_s32); in fm10k_tlv_msg_test_generate_data()
803 if (!err && test_s32 != result_s32) in fm10k_tlv_msg_test()