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

  /external/libusb_aah/libusb/os/
windows_usb.h 90 #define HTAB_SIZE 1021
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 64 milliseconds