Home
last modified time | relevance | path

Searched defs:maxmem (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssl/crypto/evp/
H A Dpbe_scrypt.c39 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt_ex()
92 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in EVP_PBE_scrypt()
/freebsd/contrib/unbound/validator/
H A Dval_kcache.c54 size_t numtables, start_size, maxmem; in key_cache_create() local
/freebsd/contrib/lua/src/
H A Dltests.h52 unsigned long maxmem; member
/freebsd/contrib/unbound/util/storage/
H A Dslabhash.c49 size_t maxmem, lruhash_sizefunc_type sizefunc, in slabhash_create()
H A Dlruhash.c62 lruhash_create(size_t start_size, size_t maxmem, in lruhash_create()
/freebsd/usr.sbin/dumpcis/
H A Dcardinfo.h171 int maxmem; /* Max allowed memory windows */ member
/freebsd/contrib/unbound/services/cache/
H A Drrset.c66 size_t maxmem = (cfg?cfg->rrset_cache_size:HASH_DEFAULT_MAXMEM); in rrset_cache_create() local
H A Dinfra.c327 size_t maxmem = cfg->infra_cache_numhosts * (sizeof(struct infra_key)+ in infra_create() local
405 size_t maxmem; in infra_adjust() local
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dscrypt.c413 uint64_t N, uint64_t r, uint64_t p, uint64_t maxmem, in scrypt_alg()
/freebsd/sys/powerpc/powernv/
H A Dopal_pci.c243 uint64_t maxmem; in opalpci_attach() local
/freebsd/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c189 uint64_t ea, i, maxmem; in slb_init() local
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_alloc.cpp1074 void kmpc_get_poolstat(size_t *maxmem, size_t *allmem) { in kmpc_get_poolstat()
/freebsd/crypto/openssl/test/
H A Devp_kdf_test.c864 unsigned int nu = 1024, ru = 8, pu = 16, maxmem = 16; in test_kdf_scrypt() local
H A Devp_test.c2058 uint64_t N, r, p, maxmem; member