Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/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
540 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),
/netbsd-src/crypto/external/bsd/openssl/dist/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),
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dstdalign.m430 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];
/netbsd-src/common/lib/libx86emu/
H A Dx86emu.c153 static void test_long (struct X86EMU *, uint32_t d, uint32_t s);
2688 test_long(emu, emu->x86.R_EAX, fetch_long_imm(emu)); in x86emuOp_test_AX_IMM()
3799 test_long(emu, destval, srcval); in x86emuOp32_opcF7_word_RM()
4476 common_binop_ns_word_long_rm_r(emu, test_word, test_long); in X86EMU_exec_one_byte()
7589 test_long(struct X86EMU *emu, uint32_t d, uint32_t s) in test_long() function
/netbsd-src/external/gpl3/gdb/dist/gnulib/
H A Dconfigure33379 char test_long[ao (long int) % _Alignof (long int) == 0 ? 1 : -1];