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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 187 extern size_t htab_size (htab_t);
tree-flow-inline.h 62 hti->limit = hti->slot + htab_size (table);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 187 extern size_t htab_size (htab_t);
tree-flow-inline.h 62 hti->limit = hti->slot + htab_size (table);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 187 extern size_t htab_size (htab_t);
tree-flow-inline.h 62 hti->limit = hti->slot + htab_size (table);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 187 extern size_t htab_size (htab_t);
tree-flow-inline.h 62 hti->limit = hti->slot + htab_size (table);
  /external/valgrind/main/exp-sgcheck/
sg_main.c 1223 UWord htab_size; \/* size of hash table, MAY ONLY BE A POWER OF 2 *\/ member in struct:_StackFrame
    [all...]
  /external/libusb_aah/libusb/os/
windows_usb.c 356 unsigned long htab_size, htab_filled; variable
391 htab_size = nel;
396 htab_table = (htab_entry*)calloc(htab_size + 1, sizeof(htab_entry));
413 for (i=0; i<htab_size; i++) {
445 hval = r % htab_size;
461 hval2 = 1 + hval % (htab_size - 2);
466 idx = htab_size + idx - hval2;
488 if (htab_filled >= htab_size) {
489 usbi_err(NULL, "hash table is full (%d entries)", htab_size);
783 htab_create(ctx, HTAB_SIZE);
    [all...]

Completed in 154 milliseconds