HomeSort by: relevance | last modified time | path
    Searched defs:maxN (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/x68k/stand/xxboot/
boot.S 60 #define maxN (4)
477 | two bytes from odd FDSEC+minR is (minR << 8 | maxN) and
478 | minN == maxN always.
498 | +4: (maxN) sector length
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/scryptsalsa208sha256/
pwhash_scryptsalsa208sha256.c 22 unsigned long long maxN;
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) {
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_pllnv04.c 48 int minN = info->vco1.min_n, maxN = info->vco1.max_n;
108 if (N > maxN)

Completed in 12 milliseconds