Home
last modified time | relevance | path

Searched refs:HASHSZ (Results 1 – 1 of 1) sorted by relevance

/tools/usb/usbip/libsrc/
A Dnames.c64 #define HASHSZ 16 macro
73 return num & (HASHSZ-1); in hashnum()
77 static struct vendor *vendors[HASHSZ] = { NULL, };
78 static struct product *products[HASHSZ] = { NULL, };
79 static struct class *classes[HASHSZ] = { NULL, };
80 static struct subclass *subclasses[HASHSZ] = { NULL, };
81 static struct protocol *protocols[HASHSZ] = { NULL, };

Completed in 4 milliseconds