Home
last modified time | relevance | path

Searched refs:num_alloc (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssl/crypto/stack/
H A Dstack.c28 int num_alloc; member
63 ret->num_alloc = 0; in OPENSSL_sk_dup()
102 ret->num_alloc = 0; in OPENSSL_sk_deep_copy()
176 int num_alloc; in sk_reserve() local
185 num_alloc = st->num + n; in sk_reserve()
199 st->num_alloc = num_alloc; in sk_reserve()
204 if (num_alloc <= st->num_alloc) in sk_reserve()
206 num_alloc = compute_growth(num_alloc, st->num_alloc); in sk_reserve()
207 if (num_alloc == 0) { in sk_reserve()
211 } else if (num_alloc == st->num_alloc) { in sk_reserve()
[all …]
/freebsd-14.2/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c10 int num_alloc; member
/freebsd-14.2/libexec/rtld-elf/
H A Drtld.h331 unsigned int num_alloc; /* Allocated size of the array */ member
H A Drtld.c320 (dlp)->num_alloc = obj_count, \
1778 if (dlp->num_used < dlp->num_alloc) in donelist_check()
/freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/
H A Drx.c1087 int i, err, queue_size, allocator_pool_size, num_alloc;
1150 num_alloc = queue_size + allocator_pool_size;
1152 for (i = 0; i < num_alloc; i++) {