Searched refs:expected2 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsm3_internal_test.c52 static const unsigned char expected2[SM3_DIGEST_LENGTH] = { local
71 || !TEST_mem_eq(md2, SM3_DIGEST_LENGTH, expected2, SM3_DIGEST_LENGTH))
H A Devp_extra_test.c4169 const unsigned char *expected2; member in struct:__anon98
4271 if (!TEST_mem_eq(t->expected2, t->expectedlen2, outbuf, outlen1 + outlen2)) {
/netbsd-current/usr.bin/rpcgen/
H A Drpc_util.h121 void expected2(tok_kind, tok_kind) __dead;
H A Drpc_scan.c92 expected2(expect1, expect2);
H A Drpc_util.c309 expected2(tok_kind exp1, tok_kind exp2) function
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drust-parse.c2237 const int expected2[] = { INTEGER, '.', IDENT, '(', ')', 0 };
2242 rust_lex_test_sequence (parser, "23_0.g()", ARRAY_SIZE (expected2),
2243 expected2);
2370 const int expected2[] = { IDENT, '#', 0 };
2371 rust_lex_test_sequence (&parser, "r#", ARRAY_SIZE (expected2), expected2);
2234 const int expected2[] = { INTEGER, '.', IDENT, '(', ')', 0 }; local
2367 const int expected2[] = { IDENT, '#', 0 }; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drust-exp.y2672 const int expected2[] = { INTEGER, '.', IDENT, '(', ')', 0 };
2677 rust_lex_test_sequence (parser, "23_0.g()", ARRAY_SIZE (expected2),
2678 expected2);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d2005 auto expected2 =
2013 assert(!expected2.empty);
2014 assert(e[0] == expected2.front[0]);
2015 assert(e[1].equal(expected2.front[1]));
2016 expected2.popFront();
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2427 auto expected2 =
2435 assert(!expected2.empty);
2436 assert(e[0] == expected2.front[0]);
2437 assert(e[1].equal(expected2.front[1]));
2438 expected2.popFront();
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c680 const unsigned char *expected2; member in struct:__anon442
782 if (!TEST_mem_eq(t->expected2, t->expectedlen2, outbuf, outlen1 + outlen2)) {
/netbsd-current/external/mit/expat/dist/tests/
H A Druntests.c4974 const XML_Char *expected2 = XCS("HiHo"); local
4990 CharData_CheckXMLChars(&storage, expected2);

Completed in 310 milliseconds