| /src/sys/crypto/chacha/ |
| chacha_selftest.c | 92 static const uint8_t expected1[64] = { 112 if (memcmp(out, expected1, 64)) { 90 static const uint8_t expected1[64] = { local
|
| /src/usr.bin/rpcgen/ |
| rpc_util.c | 301 expected1(tok_kind exp1) function
|
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-parse.c | 2252 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 }; 2257 rust_lex_test_sequence (parser, "23.g()", ARRAY_SIZE (expected1), expected1); 2383 const int expected1[] = { IDENT, DECIMAL_INTEGER, 0 }; 2384 rust_lex_test_sequence (&parser, "r#thread 23", ARRAY_SIZE (expected1), 2385 expected1); 2249 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 }; local 2380 const int expected1[] = { IDENT, DECIMAL_INTEGER, 0 }; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-parse.c | 2257 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 }; 2262 rust_lex_test_sequence (parser, "23.g()", ARRAY_SIZE (expected1), expected1); 2388 const int expected1[] = { IDENT, DECIMAL_INTEGER, 0 }; 2389 rust_lex_test_sequence (&parser, "r#thread 23", ARRAY_SIZE (expected1), 2390 expected1); 2254 const int expected1[] = { DECIMAL_INTEGER, '.', IDENT, '(', ')', 0 }; local 2385 const int expected1[] = { IDENT, DECIMAL_INTEGER, 0 }; local
|
| /src/external/mit/expat/dist/tests/ |
| basic_tests.c | 3866 const XML_Char *expected1 = XCS("Hi"); local 3882 CharData_CheckXMLChars(&storage, expected1);
|