Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_winusb.c1406 #define UNREF_SIZE_STEP 16 in winusb_get_device_list() macro
1408 unsigned int unref_size = UNREF_SIZE_STEP; in winusb_get_device_list()
1679 new_unref_list = realloc(unref_list, (unref_size + UNREF_SIZE_STEP) * sizeof(void *)); in winusb_get_device_list()
1685 unref_size += UNREF_SIZE_STEP; in winusb_get_device_list()