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

/external/chromium_org/third_party/libusb/src/libusb/
H A 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)) {
180 errcode_index = LIBUSB_ERROR_COUNT - 1;
H A Dlibusb.h1097 /* NB: Remember to update LIBUSB_ERROR_COUNT below as well as the
1105 #define LIBUSB_ERROR_COUNT 14 macro

Completed in 47 milliseconds