Home
last modified time | relevance | path

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

/third_party/libusb/libusb/
Dstrerror.c52 … const char * const usbi_localized_errors[ARRAYSIZE(usbi_locale_supported)][LIBUSB_ERROR_COUNT] = {
146 static const char * const (*usbi_error_strings)[LIBUSB_ERROR_COUNT] = &usbi_localized_errors[0];
217 if (errcode_index < 0 || errcode_index >= LIBUSB_ERROR_COUNT) { in libusb_strerror()
219 errcode_index = LIBUSB_ERROR_COUNT - 1; in libusb_strerror()
Dlibusb.h1095 #define LIBUSB_ERROR_COUNT 14 macro