Searched refs:nslots (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c219 apr_uint32_t nslots;
234 here, because the largest possible value for nslots is
239 nslots = (apr_uint32_t) wnslots;
240 SVN_ERR_ASSERT_NO_RETURN(wnslots == nslots);
241 blocks->max = nslots - 1;
243 blocks->slots = apr_palloc(pool, nslots * sizeof(*(blocks->slots)));
244 for (i = 0; i < nslots; ++i)
218 apr_uint32_t nslots; local
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctfmerge.c635 int throttle, nslots, i; local
638 nslots = atoi(getenv("CTFMERGE_MAX_SLOTS"));
640 nslots = MERGE_PHASE1_MAX_SLOTS;
647 nslots = MIN(nslots, (nfiles + wq->wq_maxbatchsz - 1) /
650 wq->wq_wip = xcalloc(sizeof (wip_t) * nslots);
651 wq->wq_nwipslots = nslots;
652 wq->wq_nthreads = MIN(sysconf(_SC_NPROCESSORS_ONLN) * 3 / 2, nslots);
666 for (i = 0; i < nslots; i++) {
/freebsd-13-stable/crypto/openssh/
H A Dssh-pkcs11.c57 CK_ULONG nslots; member in struct:pkcs11_provider
102 for (i = 0; i < p->nslots; i++) {
651 if ((rv = f->C_GetSlotList(CK_TRUE, NULL, &p->nslots)) != CKR_OK) {
655 if (p->nslots == 0) {
660 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
661 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
667 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
670 for (i = 0; i < p->nslots; i++) {
/freebsd-13-stable/tools/tools/ath/common/
H A Ddumpregs.h92 void register_keycache(u_int nslots,
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_dirhash.c351 u_int dirblocks, i, narrays, nblocks, nslots; local
378 nslots = ip->i_size / DIRECTSIZ(1);
379 nslots = (nslots * 3 + 1) / 2;
380 narrays = howmany(nslots, DH_NBLKOFF);
381 nslots = narrays * DH_NBLKOFF;
403 dh->dh_hlen = nslots;
/freebsd-13-stable/tools/tools/ath/athregs/
H A Ddumpregs.c323 register_keycache(u_int nslots, argument
332 keyregs = (struct dumpreg *) calloc(nslots, 8*sizeof(struct dumpreg));
334 errx(-1, "no space to %d keycache slots\n", nslots);
336 for (i = 0; i < nslots; i++) {
346 register_regs(keyregs, 8*nslots,
/freebsd-13-stable/tools/tools/ath/athpoke/
H A Dathpoke.c219 register_keycache(u_int nslots, argument
/freebsd-13-stable/tools/tools/ath/athdecode/
H A Dmain.c340 register_keycache(u_int nslots, argument

Completed in 291 milliseconds