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

  /external/elfutils/lib/
fixedsizehash.h 65 size_t nslots; local
105 result->nslots = nelems;
124 size_t idx = 1 + hval % htab->nslots;
136 hash = 1 + hval % (htab->nslots - 2);
141 idx = htab->nslots + idx - hash;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.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/bison/lib/
quotearg.c 580 static unsigned int nslots = 1; local
593 if (nslots <= n0)
611 memset (slotvec + nslots, 0, (n1 - nslots) * sizeof *slotvec);
612 nslots = n1;
  /external/bluetooth/hcidump/parser/
lmp.c 535 uint8_t nslots = LMP_U8(frm); local
555 printf("N_acc-slots %d N_poll %d\n", nslots, npoll);
573 uint8_t nslots = LMP_U8(frm); local
587 printf("N_acc-slots %d N_poll %d\n", nslots, npoll);
  /external/kernel-headers/original/linux/
cdrom.h 1034 __u8 nslots; member in struct:cdrom_mechstat_header
    [all...]

Completed in 330 milliseconds