Searched refs:expected1 (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsm3_internal_test.c31 static const unsigned char expected1[SM3_DIGEST_LENGTH] = { local
65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH))
H A Devp_extra_test.c4168 const unsigned char *expected1; member in struct:__anon98
4237 if (!TEST_mem_eq(t->expected1, t->expectedlen1, outbuf, outlen1 + outlen2)) {
/netbsd-current/usr.bin/rpcgen/
H A Drpc_util.h120 void expected1(tok_kind) __dead;
H A Drpc_scan.c81 expected1(expect);
H A Drpc_util.c301 expected1(tok_kind exp1) function
/netbsd-current/tests/dev/cgd/
H A Dt_cgdconfig.sh212 cat <<EOF >expected1
217 atf_check -o file:expected1 cgdconfig -T -f cgd.conf1
261 cat <<EOF >expected1
267 atf_check -o file:expected1 cgdconfig -T -f cgd.conf1
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drust-parse.c2236 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 };
2241 rust_lex_test_sequence (parser, "23.g()", ARRAY_SIZE (expected1), expected1);
2367 const int expected1[] = { IDENT, DECIMAL_INTEGER, 0 };
2368 rust_lex_test_sequence (&parser, "r#thread 23", ARRAY_SIZE (expected1),
2369 expected1);
2233 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 }; local
2364 const int expected1[] = { IDENT, DECIMAL_INTEGER, 0 }; local
/netbsd-current/sys/crypto/chacha/
H A Dchacha_selftest.c92 static const uint8_t expected1[64] = {
112 if (memcmp(out, expected1, 64)) {
90 static const uint8_t expected1[64] = { local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drust-exp.y2671 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 };
2676 rust_lex_test_sequence (parser, "23.g()", ARRAY_SIZE (expected1), expected1);
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Diteration.d1990 auto expected1 =
1998 assert(!expected1.empty);
1999 assert(e[0] == expected1.front[0]);
2000 assert(e[1].equal(expected1.front[1]));
2001 expected1.popFront();
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dstring.d6747 enum S expected1 = "\n\n";
6748 assert(testStr1.outdent() == expected1);
6749 static assert(testStr1.outdent() == expected1);
6751 assert(testStr1[0..$-1].outdent() == expected1);
6752 static assert(testStr1[0..$-1].outdent() == expected1);
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Diteration.d2412 auto expected1 =
2420 assert(!expected1.empty);
2421 assert(e[0] == expected1.front[0]);
2422 assert(e[1].equal(expected1.front[1]));
2423 expected1.popFront();
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstring.d7118 enum S expected1 = "\n\n";
7119 assert(testStr1.outdent() == expected1);
7120 static assert(testStr1.outdent() == expected1);
7122 assert(testStr1[0..$-1].outdent() == expected1);
7123 static assert(testStr1[0..$-1].outdent() == expected1);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c679 const unsigned char *expected1; member in struct:__anon442
748 if (!TEST_mem_eq(t->expected1, t->expectedlen1, outbuf, outlen1 + outlen2)) {
/netbsd-current/external/mit/expat/dist/tests/
H A Druntests.c4973 const XML_Char *expected1 = XCS("Hi"); local
4987 CharData_CheckXMLChars(&storage, expected1);

Completed in 505 milliseconds