HomeSort by relevance Sort by last modified time
    Searched refs:nslots (Results 1 - 21 of 21) 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);
  /toolchain/binutils/binutils-2.25/opcodes/
xtensa-dis.c 139 int bytes_fetched, size, maxsize, i, n, noperands, nslots; local
185 nslots = 0;
203 nslots = xtensa_format_num_slots (isa, fmt);
204 for (n = 0; n < nslots; n++)
222 if (nslots > 1)
226 for (n = 0; n < nslots; n++)
259 if (nslots > 1)
  /external/strace/
qualify.c 36 unsigned int nslots; member in struct:number_set
65 if (new_nslots <= set->nslots)
68 memset(set->vec + set->nslots, 0,
69 sizeof(*set->vec) * (new_nslots - set->nslots));
70 set->nslots = new_nslots;
83 return ((number / BITS_PER_SLOT < set->nslots)
97 if (set->nslots)
98 memset(set->vec, 0, sizeof(*set->vec) * set->nslots);
292 if (set[p].nslots)
294 sizeof(*set[p].vec) * set[p].nslots);
    [all...]
  /external/elfutils/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++) {
618 if ((rv = f->C_GetSlotList(CK_TRUE, NULL, &p->nslots)) != CKR_OK) {
622 if (p->nslots == 0) {
626 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
627 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
632 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
635 for (i = 0; i < p->nslots; i++) {
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 1170 unsigned int nslots = local
1310 unsigned int nslots = local
1973 const unsigned int nslots = index.hash_table_total_slots(); local
    [all...]
  /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/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...]
  /toolchain/binutils/binutils-2.25/binutils/
dwarf.c 6940 unsigned int nslots; local
6969 section->name, nslots); local
    [all...]
  /external/ltp/testcases/network/nfs/nfs_fsstress/
fsstress.c 96 int nslots; member in struct:flist
511 if (ftp->nfiles == ftp->nslots) {
512 ftp->nslots += FLIST_SLOT_INCR;
513 ftp->fents = realloc(ftp->fents, ftp->nslots * sizeof(fent_t));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/pydoc_data/
topics.py     [all...]
  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]

Completed in 792 milliseconds