/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/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/llvm/lib/Target/PowerPC/ |
PPCHazardRecognizers.cpp | 88 unsigned &NSlots) { 95 NSlots = 1; 108 NSlots = 2; 120 NSlots = 4; 125 if (NSlots == 1 && PPC::getNonRecordFormOpcode(MCID->getOpcode()) != -1) 126 NSlots = 2; 131 return NSlots > 1; 150 unsigned NSlots; 151 if (MCID && mustComeFirst(MCID, NSlots) && CurSlots) 187 unsigned NSlots; [all...] |
PPCHazardRecognizers.h | 33 bool mustComeFirst(const MCInstrDesc *MCID, unsigned &NSlots);
|
/external/strace/ |
qualify.c | 38 unsigned int nslots; member in struct:number_set 67 if (new_nslots <= set->nslots) 70 memset(set->vec + set->nslots, 0, 71 sizeof(*set->vec) * (new_nslots - set->nslots)); 72 set->nslots = new_nslots; 85 return ((number / BITS_PER_SLOT < set->nslots) 99 if (set->nslots) 100 memset(set->vec, 0, sizeof(*set->vec) * set->nslots); 359 if (set[p].nslots) 361 sizeof(*set[p].vec) * set[p].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);
|
/external/selinux/libsepol/cil/src/ |
cil_symtab.c | 161 symtab->nslots = size; 272 for (i = 0; i < symtab->nslots; i++) { 284 symtab->nslots = 0;
|
cil_symtab.h | 69 uint32_t nslots; member in struct:cil_complex_symtab
|
/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++) {
|
/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;
|
/toolchain/binutils/binutils-2.25/gold/ |
dwp.cc | 1174 unsigned int nslots = local 1314 unsigned int nslots = local 1977 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...] |
/toolchain/binutils/binutils-2.25/binutils/ |
dwarf.c | 6940 unsigned int nslots; local 6969 section->name, nslots); local [all...] |
/prebuilts/misc/linux-x86/bison/ |
bison | |
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/lib/linux/ |
libomp-arm.so | |
libomp-x86.so | |
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/lib/linux/ |
libomp-arm.so | |
libomp-x86.so | |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/pydoc_data/ |
topics.py | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/ |
gtype.state | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/pydoc_data/ |
topics.py | [all...] |