Searched refs:test_le (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/tests/tcg/alpha/ |
H A D | test-cond.c | 68 {test_le, 0, 1}, 69 {test_le, 1, 0}, 70 {test_le, -1, 1},
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_tlv.c | 609 static const __le32 test_le[2] = { cpu_to_le32(0x12345678), variable 666 test_le, 8); in fm10k_tlv_msg_test_generate_data() 821 if (!err && memcmp(test_le, result_le, sizeof(test_le))) in fm10k_tlv_msg_test()
|
/openbmc/qemu/tests/unit/ |
H A D | test-int128.c | 120 static void test_le(void) in test_le() function 266 g_test_add_func("/int128/int128_le", test_le); in main()
|