Searched refs:test_i64_zext_i8 (Results 1 – 1 of 1) sorted by relevance
426 test_i64_zext_i8(unsigned char in, uint64_t expected) { in test_i64_zext_i8() function613 failed += test_i64_zext_i8(0xff, 0x00000000000000ffLLU); in main()614 failed += test_i64_zext_i8(0xa0, 0x00000000000000a0LLU); in main()