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

  /external/libusb/libusb/os/
windows_nt_common.c 121 #define HTAB_SIZE 1021
130 static unsigned long htab_size, htab_filled; variable
166 htab_size = nel;
171 htab_table = calloc(htab_size + 1, sizeof(htab_entry));
188 for (i = 0; i < htab_size; i++) {
223 hval = r % htab_size;
237 hval2 = 1 + hval % (htab_size - 2);
242 idx = htab_size + idx - hval2;
259 if (htab_filled >= htab_size) {
260 usbi_err(NULL, "hash table is full (%d entries)", htab_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
hashtab.h 187 extern size_t htab_size (htab_t);
tree-flow-inline.h 52 hti->limit = hti->slot + htab_size (table);
    [all...]
  /toolchain/binutils/binutils-2.27/include/
hashtab.h 182 extern size_t htab_size (htab_t);
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 213 #define htab_size(htab) ((htab)->size) macro
216 (htab_size) (htab_t htab) function
218 return htab_size (htab);
415 size_t size = htab_size (htab);
441 size_t size = htab_size (htab);
485 size_t size = htab_size (htab);
593 size = htab_size (htab);
642 size = htab_size (htab);
647 size = htab_size (htab);
746 if (slot < htab->entries || slot >= htab->entries + htab_size (htab
    [all...]
  /external/valgrind/exp-sgcheck/
sg_main.c 1229 UWord htab_size; \/* size of hash table, MAY ONLY BE A POWER OF 2 *\/ member in struct:_StackFrame
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elfxx-mips.c     [all...]

Completed in 173 milliseconds