HomeSort by relevance Sort by last modified time
    Searched refs:nslots (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
symtab.h 58 unsigned int nslots; /* Total slots in the entries array. */ member in struct:ht
98 unsigned int nslots, unsigned int nelements, bool own);
  /external/elfutils/src/lib/
fixedsizehash.h 77 size_t nslots; local
117 result->nslots = nelems;
136 size_t idx = 1 + hval % htab->nslots;
148 hash = 1 + hval % (htab->nslots - 2);
153 idx = htab->nslots + idx - hash;
  /external/selinux/libsepol/cil/src/
cil_symtab.h 69 uint32_t nslots; member in struct:cil_complex_symtab
cil_symtab.c 161 symtab->nslots = size;
272 for (i = 0; i < symtab->nslots; i++) {
284 symtab->nslots = 0;
  /external/bison/lib/
quotearg.c 727 static unsigned int nslots = 1; variable
736 for (i = 1; i < nslots; i++)
749 nslots = 1;
772 if (nslots <= n0)
788 memset (sv + nslots, 0, (n1 - nslots) * sizeof *sv);
789 nslots = n1;
  /external/openssh/
ssh-pkcs11.c 56 CK_ULONG nslots; member in struct:pkcs11_provider
101 for (i = 0; i < p->nslots; i++) {
602 if ((rv = f->C_GetSlotList(CK_TRUE, NULL, &p->nslots)) != CKR_OK) {
606 if (p->nslots == 0) {
610 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
611 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
616 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
619 for (i = 0; i < p->nslots; i++) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py     [all...]

Completed in 722 milliseconds