| /src/external/gpl2/dtc/dist/tests/ |
| references.c | 68 int n1, n2, n3, n4, n5, n6, err; local 86 n5 = fdt_path_offset(fdt, "/node5"); 87 if (n5 < 0) 88 FAIL("fdt_path_offset(/node5): %s", fdt_strerror(n5)); 96 h5 = fdt_get_phandle(fdt, n5);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| async_test.c | 76 int n1 = 1, n2 = 2, n3 = 3, n4 = 4, n5 = 5; variable 95 isc_async_run(loop, append, &n5);
|
| job_test.c | 102 struct test_arg n5 = { .job = ISC_JOB_INITIALIZER, .arg.n = 5 }; variable in typeref:struct:test_arg 122 isc_job_run(mainloop, &n5.job, append, &n5);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecp_smpl.c | 620 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local 646 n5 = BN_CTX_get(ctx); 701 /* n5, n6 */ 702 if (!BN_mod_sub_quick(n5, n1, n3, p)) 706 /* n5 = n1 - n3 */ 709 if (BN_is_zero(n5)) { 735 if (!BN_copy(r->Z, n5)) 748 if (!field_mul(group, r->Z, n0, n5, ctx)) 752 /* Z_r = Z_a * Z_b * n5 */ 757 if (!field_sqr(group, n4, n5, ctx) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecp_smpl.c | 621 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local 647 n5 = BN_CTX_get(ctx); 702 /* n5, n6 */ 703 if (!BN_mod_sub_quick(n5, n1, n3, p)) 707 /* n5 = n1 - n3 */ 710 if (BN_is_zero(n5)) { 736 if (!BN_copy(r->Z, n5)) 749 if (!field_mul(group, r->Z, n0, n5, ctx)) 753 /* Z_r = Z_a * Z_b * n5 */ 758 if (!field_sqr(group, n4, n5, ctx) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
| ecp_smpl.c | 617 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local 643 n5 = BN_CTX_get(ctx); 698 /* n5, n6 */ 699 if (!BN_mod_sub_quick(n5, n1, n3, p)) 703 /* n5 = n1 - n3 */ 706 if (BN_is_zero(n5)) { 732 if (!BN_copy(r->Z, n5)) 745 if (!field_mul(group, r->Z, n0, n5, ctx)) 749 /* Z_r = Z_a * Z_b * n5 */ 754 if (!field_sqr(group, n4, n5, ctx) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| check-der.c | 159 int64_t i, n1, n2, n3, n4, n5, n6; local 167 n5 = (-1LL) & ~(0x3fLL << i); 174 test_one_int(n5);
|
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| SampleProfReader.cpp | 201 uint64_t n5 = AfterColon.find_first_of(':'); local 202 if (n5 == StringRef::npos) 204 n3 += n5 + 1;
|
| /src/external/bsd/top/dist/machine/ |
| m_aix43.c | 79 uint n0,n1,n2,n3,n4,n5,n6,n7,n8; member in struct:vmker
|
| m_aix5.c | 86 uint n0,n1,n2,n3,n4,n5,n6,n7,n8; member in struct:vmker
|