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

  /external/strace/
number_set.c 43 unsigned int nslots; member in struct:number_set
62 if (new_nslots <= set->nslots)
65 memset(set->vec + set->nslots, 0,
66 sizeof(*set->vec) * (new_nslots - set->nslots));
67 set->nslots = new_nslots;
74 return !(set && (set[idx].nslots || set[idx].not));
80 return set && ((number / BITS_PER_SLOT < set->nslots)
88 return set && ((number / BITS_PER_SLOT < set[idx].nslots)
112 if (set[i].nslots)
114 sizeof(*set[i].vec) * set[i].nslots);
    [all...]
  /external/elfutils/lib/
fixedsizehash.h 82 size_t nslots; local
122 result->nslots = nelems;
141 size_t idx = 1 + hval % htab->nslots;
153 hash = 1 + hval % (htab->nslots - 2);
158 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;
273 for (i = 0; i < symtab->nslots; i++) {
285 symtab->nslots = 0;
  /external/openssh/
ssh-pkcs11.c 56 CK_ULONG nslots; member in struct:pkcs11_provider
101 for (i = 0; i < p->nslots; i++) {
625 if ((rv = f->C_GetSlotList(CK_TRUE, NULL, &p->nslots)) != CKR_OK) {
629 if (p->nslots == 0) {
634 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
635 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
641 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
644 for (i = 0; i < p->nslots; i++) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
typeobject.c 2069 Py_ssize_t i, nbases, nslots, slotoffset, add_dict, add_weak; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
typeobject.c 2051 Py_ssize_t i, nbases, nslots, slotoffset, add_dict, add_weak; local
    [all...]
  /external/python/cpython2/Objects/
typeobject.c 2102 Py_ssize_t i, nbases, nslots, slotoffset; local
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 128 int nslots; member in struct:flist
573 flist[i].nslots = 0;
590 if (ftp->nfiles == ftp->nslots) {
591 ftp->nslots += FLIST_SLOT_INCR;
592 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
    [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 101 int nslots; member in struct:flist
546 flist[i].nslots = 0;
563 if (ftp->nfiles == ftp->nslots) {
564 ftp->nslots += FLIST_SLOT_INCR;
565 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
    [all...]
  /external/python/cpython3/Objects/
typeobject.c 2356 Py_ssize_t i, nbases, nslots, slotoffset, name_size; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 347 milliseconds