Searched refs:maxN (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
H A Dpwhash_scryptsalsa208sha256.c22 unsigned long long maxN; local
31 maxN = opslimit / (*r * 4);
33 if ((uint64_t)(1) << *N_log2 > maxN / 2) {
38 maxN = memlimit / ((size_t) *r * 128);
40 if ((uint64_t)(1) << *N_log2 > maxN / 2) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
H A Dnouveau_nvkm_subdev_clk_pllnv04.c48 int minN = info->vco1.min_n, maxN = info->vco1.max_n; local
108 if (N > maxN)
/netbsd-current/sys/arch/x68k/stand/xxboot/
H A Dboot.S60 #define maxN (4) define
477 | two bytes from odd FDSEC+minR is (minR << 8 | maxN) and
478 | minN == maxN always.
498 | +4: (maxN) sector length
/netbsd-current/sys/dev/ic/
H A Digsfb_subr.c669 igsfb_calc_pll(int target, int *Mp, int *Np, int *Pp, int maxM, int maxN, argument
688 for (N = 1; N <= maxN; N++)

Completed in 283 milliseconds