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

/external/elfutils/lib/
H A Dfixedsizehash.h65 size_t nslots; local
105 result->nslots = nelems;
124 size_t idx = 1 + hval % htab->nslots;
136 hash = 1 + hval % (htab->nslots - 2);
141 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/bluetooth/hcidump/parser/
H A Dlmp.c535 uint8_t nslots = LMP_U8(frm); local
555 printf("N_acc-slots %d N_poll %d\n", nslots, npoll);
573 uint8_t nslots = LMP_U8(frm); local
587 printf("N_acc-slots %d N_poll %d\n", nslots, npoll);
/external/kernel-headers/original/linux/
H A Dcdrom.h1034 __u8 nslots; member in struct:cdrom_mechstat_header

Completed in 60 milliseconds