| /freebsd-12-stable/contrib/bc/tests/ |
| D | bcl.c | 55 BclNumber n, n2, n3, n4, n5, n6; in main() local 112 n4 = bcl_parse("-28390.9108273"); in main() 113 err(bcl_err(n4)); in main() 118 if (!bcl_num_neg(n4)) err(BCL_ERROR_FATAL_UNKNOWN_ERR); in main() 121 n3 = bcl_add(n3, n4); in main() 131 n4 = bcl_parse("8937458902.2890347"); in main() 132 err(bcl_err(n4)); in main() 133 e = bcl_divmod(bcl_dup(n4), n3, &n5, &n6); in main() 154 n4 = bcl_sqrt(n4); in main() 155 err(bcl_err(n4)); in main() [all …]
|
| /freebsd-12-stable/contrib/pjdfstest/tests/rename/ |
| D | 04.t | 16 n4=`namegen` 28 expect 0 -u 65534 -g 65534 rename ${n1}/${n3} ${n2}/${n4} 29 expect 0 -u 65534 -g 65534 rename ${n2}/${n4} ${n1}/${n3} 32 expect EACCES -u 65534 -g 65534 rename ${n1}/${n3} ${n1}/${n4} 33 expect EACCES -u 65534 -g 65534 rename ${n1}/${n3} ${n2}/${n4} 37 expect EACCES -u 65534 -g 65534 rename ${n1}/${n3} ${n2}/${n4}
|
| D | 05.t | 16 n4=`namegen` 28 expect 0 -u 65534 -g 65534 rename ${n1}/${n3} ${n2}/${n4} 29 expect 0 -u 65534 -g 65534 rename ${n2}/${n4} ${n1}/${n3} 32 expect EACCES -u 65534 -g 65534 rename ${n1}/${n3} ${n2}/${n4} 34 expect EACCES -u 65534 -g 65534 rename ${n1}/${n3} ${n1}/${n4}
|
| D | 10.t | 16 n4=`namegen` 18 expect 0 mkdir ${n4} 0755 20 cd ${n4} 157 expect 0 rmdir ${n4}
|
| D | 09.t | 16 n4=`namegen` 18 expect 0 mkdir ${n4} 0755 20 cd ${n4} 192 expect 0 rmdir ${n4}
|
| /freebsd-12-stable/contrib/pjdfstest/tests/link/ |
| D | 06.t | 16 n4=`namegen` 28 expect 0 -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 29 expect 0 -u 65534 -g 65534 unlink ${n2}/${n4} 32 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n1}/${n4} 33 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 37 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4}
|
| D | 07.t | 16 n4=`namegen` 28 expect 0 -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 29 expect 0 -u 65534 -g 65534 unlink ${n2}/${n4} 32 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n2}/${n4} 34 expect EACCES -u 65534 -g 65534 link ${n1}/${n3} ${n1}/${n4}
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libc/net/ |
| D | t_hostent.sh | 32 n4="sixthavenue.astron.com" 34 ans4="name=$n4, length=4, addrtype=2, aliases=[] addr_list=[$a4]\n" 72 atf_check -o inline:"$ans4" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t auto -4 $n4" 172 atf_check -o inline:"$ans4" -x "$HIJACK_DNS ${dir}/h_hostent ${res} -t dns -4 $n4"
|
| /freebsd-12-stable/contrib/gcclibs/libssp/ |
| D | strncat-chk.c | 64 size_t n4 = n >> 2; in __strncat_chk() local 97 } while (--n4 > 0); in __strncat_chk()
|
| /freebsd-12-stable/contrib/netbsd-tests/ipf/ |
| D | t_nat_exec.sh | 66 test_case n4 nattest text text 106 atf_add_test_case n4
|
| /freebsd-12-stable/bin/sh/tests/execution/ |
| D | set-n4.0 | 1 # $FreeBSD: stable/12/bin/sh/tests/execution/set-n4.0 222676 2011-06-04 11:28:42Z jilles $
|
| D | Makefile | 53 ${PACKAGE}FILES+= set-n4.0
|
| /freebsd-12-stable/crypto/openssl/crypto/ec/ |
| D | ecp_smpl.c | 617 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; in ec_GFp_simple_add() local 642 n4 = BN_CTX_get(ctx); in ec_GFp_simple_add() 680 if (!BN_copy(n4, b->Y)) in ec_GFp_simple_add() 693 if (!field_mul(group, n4, b->Y, n0, ctx)) in ec_GFp_simple_add() 701 if (!BN_mod_sub_quick(n6, n2, n4, p)) in ec_GFp_simple_add() 725 if (!BN_mod_add_quick(n2, n2, n4, p)) in ec_GFp_simple_add() 754 if (!field_sqr(group, n4, n5, ctx)) in ec_GFp_simple_add() 756 if (!field_mul(group, n3, n1, n4, ctx)) in ec_GFp_simple_add() 772 if (!field_mul(group, n5, n4, n5, ctx)) in ec_GFp_simple_add()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| D | SampleProfReader.cpp | 197 uint64_t count, n4; in ParseLine() local 204 n4 = AfterColon.find_first_of(' '); in ParseLine() 205 n4 = (n4 != StringRef::npos) ? n3 + n4 + 1 : Rest.size(); in ParseLine() 206 StringRef WordAfterColon = Rest.substr(n3 + 1, n4 - n3 - 1); in ParseLine() 219 if (n4 == Rest.size()) in ParseLine() 222 n3 = n4; in ParseLine()
|
| /freebsd-12-stable/crypto/heimdal/lib/asn1/ |
| D | check-der.c | 156 int i, n1, n2, n3, n4, n5, n6; in test_integer_more() local 163 n4 = ~n2; in test_integer_more() 170 test_one_int(n4); in test_integer_more()
|
| /freebsd-12-stable/share/i18n/csmapper/APPLE/ |
| D | UCS%DINGBATS.src | 37 # n05 1998-Feb-05 Update to match internal utom<n4>, ufrm<n14>, 45 # Matches internal ufrm<n4>.
|
| D | DINGBATS%UCS.src | 37 # n05 1998-Feb-05 Update to match internal utom<n4>, ufrm<n14>, 45 # Matches internal ufrm<n4>.
|
| D | UCS%TURKISH.src | 41 # Matches internal ufrm<n4>.
|
| D | TURKISH%UCS.src | 41 # Matches internal ufrm<n4>.
|
| D | UCS%ICELAND.src | 40 # n03 1997-Dec-14 Update to match internal utom<n4>, ufrm<n16>:
|
| D | ICELAND%UCS.src | 36 # n03 1997-Dec-14 Update to match internal utom<n4>, ufrm<n16>:
|
| /freebsd-12-stable/contrib/googletest/googletest/test/ |
| D | gtest_unittest.cc | 2197 int n1, int n2, int n3, int n4) { in AssertSumIsEven4() argument 2198 const int sum = n1 + n2 + n3 + n4; in AssertSumIsEven4() 2205 << " (" << n1 << " + " << n2 << " + " << n3 << " + " << n4 in AssertSumIsEven4() 2215 const char* e5, int n1, int n2, int n3, int n4, int n5) { in operator ()() 2216 const int sum = n1 + n2 + n3 + n4 + n5; in operator ()() 2224 << n1 << " + " << n2 << " + " << n3 << " + " << n4 << " + " << n5 in operator ()() 2310 const int n4 = 6; in TEST() local 2312 EXPECT_PRED_FORMAT4(AssertSumIsEven4, n1, n2, n3, n4); in TEST() 2333 int n4 = 0; in TEST() local 2336 n1++, n2++, n3++, n4++, n5++) in TEST() [all …]
|
| /freebsd-12-stable/contrib/netbsd-tests/bin/sh/ |
| D | t_cmdsub.sh | 352 atf_check -s exit:0 -o inline:'11\n7\n18\n4\n1\n' -e empty \
|
| /freebsd-12-stable/sys/powerpc/ps3/ |
| D | ps3-hvcall.h | 82 …de_value(uint64_t lpar_id, uint64_t n1, uint64_t n2, uint64_t n3, uint64_t n4, uint64_t *v1, uint6…
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/M68k/ |
| D | M68kInstrFormats.td | 113 MxBead n4 = MxBeadTerm, MxBead n5 = MxBeadTerm, 128 let Value{39-32} = n4.Value;
|