/src/games/factor/ |
factor.c | 209 const uint64_t *fact; /* The factor found. */ local in function:pr_fact 228 for (fact = &prime[0]; !BN_is_one(val); ++fact) { 231 if (BN_mod_word(val, (BN_ULONG)*fact) == 0) 233 } while (++fact <= pr_limit); 236 if (fact > pr_limit) { 241 BN_set_word(bnfact, *(fact - 1)); 261 pr_uint64(*fact, xflag); 262 BN_div_word(val, (BN_ULONG)*fact); 263 } while (BN_mod_word(val, (BN_ULONG)*fact) == 0) [all...] |
/src/libexec/ftpd/ |
cmds.c | 141 const char *name; /* name of fact */ 142 int enabled; /* if fact is enabled */ 144 /* function to display fact */ 588 fact_modify(const char *fact, FILE *fd, factelem *fe) 593 cprintf(fd, "%s=%04d%02d%02d%02d%02d%02d;", fact, 600 fact_perm(const char *fact, FILE *fd, factelem *fe) 619 cprintf(fd, "%s=", fact); 725 fact_size(const char *fact, FILE *fd, factelem *fe) 729 cprintf(fd, "%s=" LLF ";", fact, (LLT)fe->stat->st_size); 733 fact_type(const char *fact, FILE *fd, factelem *fe [all...] |
/src/usr.bin/audio/common/ |
wav.c | 323 * and a WAV "fact" to add: 326 * 38-41 "fact" 327 * 42-45 fact size 345 *fact = "fact", local in function:wav_prepare_header 484 memcpy(p, fact, 4);
|
/src/sys/arch/macppc/dev/ |
pbms.c | 698 detect_pos(int *sensors, int n_sensors, int threshold, int fact, 719 *pos_ret = w * fact / s;
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/ |
mt8183-kukui-kakadu.dtsi | 354 * we're relying on the fact that this pin has a default
|
mt8183-kukui-kodama.dtsi | 329 * we're relying on the fact that this pin has a default
|
mt8183-kukui-krane.dtsi | 333 * we're relying on the fact that this pin has a default
|
/src/usr.bin/make/unit-tests/ |
varname-empty.mk | 5 # There is no variable named "" at all, and this fact is used a lot in
|
directive-for-empty.mk | 18 # when in fact they aren't. 98 # This might be regarded another leaky abstraction, but it is in fact useful
|
varparse-errors.mk | 78 # or 'Bad modifier' when in fact the modifier was entirely correct, it was
|
varname.mk | 109 # In fact, this requirement is ignored for any expression that has a modifier.
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
exynos5420-arndale-octa.dts | 510 * fact controlled by LDO18EN. The eMMC does 755 * fact controlled by BUCK10EN. The eMMC does
|
rk3288-veyron-mickey.dts | 102 * with the fact that there are two passive cooling devices:
|
dra7-evm.dts | 385 * SDCD signal is not being used here - using the fact that GPIO mode
|
dra72-evm-common.dtsi | 425 * SDCD signal is not being used here - using the fact that GPIO mode
|
dra76-evm.dts | 413 * SDCD signal is not being used here - using the fact that GPIO mode
|
rk3288-veyron.dtsi | 266 * powered from vcc33_pmuio. In fact, on later boards
|
/src/distrib/syspkg/mk/ |
bsd.syspkg.mk | 77 # In point of fact, this will often be ./obj, as per bsd.obj.mk
|
/src/sys/external/isc/libsodium/dist/m4/ |
ax_pthread.m4 | 279 # support, and in fact it is often not straightforward to specify a
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
sc7180-trogdor.dtsi | 1381 * output-high here we're relying on the fact
|
sdm845-cheza.dtsi | 1220 * output-high here we're relying on the fact
|
/src/sys/external/isc/libsodium/dist/ |
aclocal.m4 | 1112 # There is notably a 21 bits limit for the UID and the GID. In fact,
|