Home
last modified time | relevance | path

Searched refs:test_long (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dasn1_decode_test.c36 long test_long; member
40 ASN1_EMBED(ASN1_LONG_DATA, test_long, LONG),
46 static int test_long(void)
226 ADD_TEST(test_long); in setup_tests()
H A Dtest_test.c125 static int test_long(void) in test_long() function
559 ADD_TEST(test_long); in setup_tests()
H A Dasn1_encode_test.c188 long test_long; member
194 ASN1_SIMPLE(ASN1_LONG_DATA, test_long, LONG),
/freebsd/sys/contrib/x86emu/
H A Dx86emu.c149 static void test_long (struct x86emu *, uint32_t d, uint32_t s);
2774 test_long(emu, emu->x86.R_EAX, fetch_long_imm(emu)); in x86emuOp_test_AX_IMM()
3955 test_long(emu, destval, srcval); in x86emuOp32_opcF7_word_RM()
4636 common_binop_ns_word_long_rm_r(emu, test_word, test_long); in x86emu_exec_one_byte()
7852 test_long(struct x86emu *emu, uint32_t d, uint32_t s) in test_long() function