Home
last modified time | relevance | path

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

/tools/usb/usbip/libsrc/
Dnames.c82 #define HASHSZ 16 macro
91 return num & (HASHSZ-1); in hashnum()
95 static struct vendor *vendors[HASHSZ] = { NULL, };
96 static struct product *products[HASHSZ] = { NULL, };
97 static struct class *classes[HASHSZ] = { NULL, };
98 static struct subclass *subclasses[HASHSZ] = { NULL, };
99 static struct protocol *protocols[HASHSZ] = { NULL, };