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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 59 unsigned int nslots; /* Total slots in the entries array. */ member in struct:ht
99 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 59 unsigned int nslots; /* Total slots in the entries array. */ member in struct:ht
99 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
symtab.h 59 unsigned int nslots; /* Total slots in the entries array. */ member in struct:ht
99 unsigned int nslots, unsigned int nelements, bool own);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
symtab.h 59 unsigned int nslots; /* Total slots in the entries array. */ member in struct:ht
99 unsigned int nslots, unsigned int nelements, bool own);
  /external/elfutils/lib/
fixedsizehash.h 98 size_t nslots; local
138 result->nslots = nelems;
157 size_t idx = 1 + hval % htab->nslots;
169 hash = 1 + hval % (htab->nslots - 2);
174 idx = htab->nslots + idx - hash;
  /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;
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 634 static unsigned int nslots = 1; variable
643 for (i = 1; i < nslots; i++)
656 nslots = 1;
679 if (nslots <= n0)
695 memset (sv + nslots, 0, (n1 - nslots) * sizeof *sv);
696 nslots = n1;
  /external/openssh/
ssh-pkcs11.c 54 CK_ULONG nslots; member in struct:pkcs11_provider
99 for (i = 0; i < p->nslots; i++) {
535 if ((rv = f->C_GetSlotList(CK_TRUE, NULL, &p->nslots)) != CKR_OK) {
539 if (p->nslots == 0) {
543 p->slotlist = xcalloc(p->nslots, sizeof(CK_SLOT_ID));
544 if ((rv = f->C_GetSlotList(CK_TRUE, p->slotlist, &p->nslots))
549 p->slotinfo = xcalloc(p->nslots, sizeof(struct pkcs11_slotinfo));
552 for (i = 0; i < p->nslots; i++) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profiledata.cc 67 const int nslots = d + 2; // Number of slots needed in eviction buffer local
68 if (num_evicted_ + nslots > kBufferLength) {
71 assert(nslots <= kBufferLength);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profiledata.cc 67 const int nslots = d + 2; // Number of slots needed in eviction buffer local
68 if (num_evicted_ + nslots > kBufferLength) {
71 assert(nslots <= kBufferLength);
  /external/kernel-headers/original/linux/
cdrom.h 1034 __u8 nslots; member in struct:cdrom_mechstat_header
    [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...]

Completed in 370 milliseconds