Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest-kstrtox.c343 DECLARE_TEST_OK(s64, struct test_s64); in test_kstrtos64_ok()
344 static DEFINE_TEST_OK(struct test_s64, test_s64_ok) = { in test_kstrtos64_ok()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c605 static const s64 test_s64 = -0x123456789abcdef0ll; variable
663 fm10k_tlv_attr_put_s64(msg, FM10K_TEST_MSG_S64, test_s64); in fm10k_tlv_msg_test_generate_data()
811 if (!err && test_s64 != result_s64) in fm10k_tlv_msg_test()