Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libusb/src/libusb/
Dstrerror.c61 static const char* usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
178 if ((errcode_index < 0) || (errcode_index >= LIBUSB_ERROR_COUNT)) { in libusb_strerror()
180 errcode_index = LIBUSB_ERROR_COUNT - 1; in libusb_strerror()
Dlibusb.h1105 #define LIBUSB_ERROR_COUNT 14 macro