OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTAB_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h
61
#define
HTAB_SIZE
1021
windows_usb.c
456
unsigned long
htab_size
, htab_filled;
variable
491
htab_size
= nel;
496
htab_table = (htab_entry*) calloc(
htab_size
+ 1, sizeof(htab_entry));
513
for (i=0; i<
htab_size
; i++) {
548
hval = r %
htab_size
;
564
hval2 = 1 + hval % (
htab_size
- 2);
569
idx =
htab_size
+ idx - hval2;
591
if (htab_filled >=
htab_size
) {
592
usbi_err(NULL, "hash table is full (%d entries)",
htab_size
);
[
all
...]
Completed in 30 milliseconds