Searched defs:nslots (Results 1 - 4 of 4) sorted by relevance

/external/elfutils/lib/
H A Dfixedsizehash.h98 size_t nslots; local
138 result->nslots = nelems;
157 size_t idx = 1 + hval % htab->nslots;
169 hash = 1 + hval % (htab->nslots - 2);
174 idx = htab->nslots + idx - hash;
/external/bison/lib/
H A Dquotearg.c580 static unsigned int nslots = 1; local
593 if (nslots <= n0)
611 memset (slotvec + nslots, 0, (n1 - nslots) * sizeof *slotvec);
612 nslots = n1;
/external/openssh/
H A Dssh-pkcs11.c54 CK_ULONG nslots; member in struct:pkcs11_provider
99 for (i = 0; i < p->nslots; i++) {
535 if ((rv = f->C_GetSlotList(CK_TRUE, NULL, &p->nslots)) != CKR_OK) {
539 if (p->nslots == 0) {
543 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
544 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
549 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
552 for (i = 0; i < p->nslots; i++) {
/external/kernel-headers/original/linux/
H A Dcdrom.h1034 __u8 nslots; member in struct:cdrom_mechstat_header

Completed in 104 milliseconds