/freebsd/usr.bin/factor/ |
H A D | factor.c | 168 const ubig *fact; /* The factor found. */ in pr_fact() local 186 for (fact = &prime[0]; !BN_is_one(val); ++fact) { in pr_fact() 189 if (BN_mod_word(val, (BN_ULONG)*fact) == 0) in pr_fact() 191 } while (++fact <= pr_limit); in pr_fact() 194 if (fact > pr_limit) { in pr_fact() 199 BN_set_word(bnfact, *(fact - 1)); in pr_fact() 215 printf(hflag ? " 0x%" PRIx64 "" : " %" PRIu64 "", *fact); in pr_fact() 216 BN_div_word(val, (BN_ULONG)*fact); in pr_fact() 217 } while (BN_mod_word(val, (BN_ULONG)*fact) == 0); in pr_fact()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | p.44 | 1 function fact(n) { 5 return n * fact(n-1) 7 { print $1 "! is " fact($1) }
|
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_clk_fract.c | 96 uint64_t tmp, fact; in clk_compute_fract_div() local 110 fact = n_rem / d_rem; in clk_compute_fract_div() 118 tmp = n_prev + fact * n_cur; in clk_compute_fract_div() 123 tmp = d_prev + fact * d_cur; in clk_compute_fract_div()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SRP_VBASE_new.pod | 39 to hide the fact that it doesn't have a verifier for a particular username, 65 the server to hide the fact that it doesn't have a verifier for a particular
|
H A D | X509_cmp.pod | 63 These functions in fact utilize the underlying B<memcmp> of the C library to do
|
H A D | RSA_check_key.pod | 27 in fact prime, and that B<n = p*q>.
|
/freebsd/tools/tools/find-sb/ |
H A D | README | 10 in fact something vaguely sane located at that spot on the disk. (There are
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | dfsan_flags.inc | 26 "(e.g., when comparing strings, ignore the fact that the output of the"
|
/freebsd/usr.sbin/cron/doc/ |
H A D | THANKS | 4 Many people have contributed to cron. Many more than I can remember, in fact.
|
/freebsd/tools/test/stress2/misc/ |
H A D | rdgsbase.sh | 47 any numbers from hwpmc, just the fact that the driver causes the series of
|
/freebsd/contrib/ntp/scripts/stats/ |
H A D | README | 18 The input file is deleted after processing. In fact, the shell scripts will
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_0_1.rst | 41 …Due to the fact that CBOR negative integers represent integers in the range :math:`[-1, -2^N]`, ``…
|
/freebsd/share/examples/drivers/ |
H A D | README | 34 and in fact the shell script will compile a kernel with the new
|
/freebsd/contrib/libucl/m4/ |
H A D | ax_lua.m4 | 368 function fact (n) 372 return n * fact(n-1) 375 print("fact(5) is " .. fact(5))'`] 376 AS_IF([test "$_ax_lua_factorial" = 'fact(5) is 120'],
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8183-kukui-kodama.dtsi | 329 * we're relying on the fact that this pin has a default
|
H A D | mt8183-kukui-krane.dtsi | 333 * we're relying on the fact that this pin has a default
|
H A D | mt8183-kukui-kakadu.dtsi | 341 * we're relying on the fact that this pin has a default
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 231 // ObjCObjectType with this as its base. In fact, this only ever 237 // ObjCObjectType with this as its base. In fact, this only ever
|
/freebsd/sys/contrib/zlib/ |
H A D | FAQ | 38 made with more input or output space. A Z_BUF_ERROR may in fact be 235 As far as we know, no. In fact, that was originally the whole point behind 331 efficient approach (and in fact exactly what the zlib format was designed 348 part of zlib. In fact none of the stuff in contrib is part of zlib. The
|
/freebsd/share/i18n/csmapper/JIS/ |
H A D | JISX0201-KANA%UCS.src | 49 # If you have carefully considered the fact that the mappings in
|
H A D | UCS%JISX0201-KANA.src | 49 # If you have carefully considered the fact that the mappings in
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ti-tsc-adc.txt | 49 charge step, so this does in fact function as a
|
/freebsd/contrib/unbound/doc/ |
H A D | FEATURES | 46 service. In fact for all DNS service so cache snooping is halted.
|
/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | exynos5420-arndale-octa.dts | 515 * fact controlled by LDO18EN. The eMMC does 760 * fact controlled by BUCK10EN. The eMMC does
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | nvidia,tegra114-pinmux.txt | 5 nvidia,tegra30-pinmux.txt. In fact, this document assumes that binding as
|