Searched refs:got_len (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/lgpl3/gmp/dist/tests/misc/ |
| H A D | t-printf.c | 73 int got_len, want_len; in check_plain() local 114 got_len = vsprintf (got, fmt, ap); in check_plain() 116 if (got_len != want_len || strcmp (got, want) != 0) in check_plain() 122 printf (" got_len %d\n", got_len); in check_plain() 135 int got_len, want_len; in check_vsprintf() local 138 got_len = gmp_vsprintf (got, fmt, ap); in check_vsprintf() 140 if (got_len != want_len || strcmp (got, want) != 0) in check_vsprintf() 146 printf (" got_len %d\n", got_len); in check_vsprintf() 156 int got_len, want_len, fread_len; in check_vfprintf() local 162 got_len = gmp_vfprintf (check_vfprintf_fp, fmt, ap); in check_vfprintf() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | evp_test.c | 100 const void *got, size_t got_len) in memory_err_compare() argument 105 r = !TEST_mem_ne(expected, expected_len, got, got_len); in memory_err_compare() 107 r = TEST_mem_eq(expected, expected_len, got, got_len); in memory_err_compare() 404 unsigned int got_len; in digest_test_run() local 460 got_len = expected->output_len; in digest_test_run() 461 if (!EVP_DigestFinalXOF(mctx, got, got_len)) { in digest_test_run() 466 if (!EVP_DigestFinal(mctx, got, &got_len)) { in digest_test_run() 471 if (!TEST_int_eq(expected->output_len, got_len)) { in digest_test_run() 477 got, got_len)) in digest_test_run() 488 OPENSSL_cleanse(got, got_len); in digest_test_run() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | evp_test.c | 85 const void *got, size_t got_len) in memory_err_compare() argument 90 r = !TEST_mem_ne(expected, expected_len, got, got_len); in memory_err_compare() 92 r = TEST_mem_eq(expected, expected_len, got, got_len); in memory_err_compare() 385 unsigned int got_len; in digest_test_run() local 428 got_len = expected->output_len; in digest_test_run() 429 if (!EVP_DigestFinalXOF(mctx, got, got_len)) { in digest_test_run() 434 if (!EVP_DigestFinal(mctx, got, &got_len)) { in digest_test_run() 439 if (!TEST_int_eq(expected->output_len, got_len)) { in digest_test_run() 445 got, got_len)) in digest_test_run() 991 size_t got_len; in mac_test_run() local [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-microblaze.c | 775 check_got (int * got_type, int * got_len) in check_got() argument 790 *got_len = 6; in check_got() 795 *got_len = 3; in check_got() 800 *got_len = 3; in check_got() 811 past_got = atp + *got_len + 1; in check_got() 832 int got_len, got_type; in parse_cons_expression_microblaze() local 835 gotfree_copy = check_got (& got_type, & got_len); in parse_cons_expression_microblaze() 845 + got_len; in parse_cons_expression_microblaze()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-microblaze.c | 747 check_got (int * got_type, int * got_len) in check_got() argument 762 *got_len = 6; in check_got() 767 *got_len = 3; in check_got() 772 *got_len = 3; in check_got() 783 past_got = atp + *got_len + 1; in check_got() 804 int got_len, got_type; in parse_cons_expression_microblaze() local 807 gotfree_copy = check_got (& got_type, & got_len); in parse_cons_expression_microblaze() 817 + got_len; in parse_cons_expression_microblaze()
|