HomeSort by relevance Sort by last modified time
    Searched refs:nslots (Results 1 - 21 of 21) 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...]
  /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.27/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/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;
  /toolchain/binutils/binutils-2.27/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/python/cpython2/Objects/
typeobject.c 2099 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 2293 Py_ssize_t i, nbases, nslots, slotoffset, name_size; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
dwarf.c 7430 unsigned int nslots; local
7465 section->name, nslots); local
7482 section->name, nslots); local
    [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...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 1047 milliseconds