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

  /external/libusb/libusb/
strerror.c 64 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
196 if ((errcode_index < 0) || (errcode_index >= LIBUSB_ERROR_COUNT)) {
198 errcode_index = LIBUSB_ERROR_COUNT - 1;
libusb.h     [all...]

Completed in 1452 milliseconds