DEVICE_DESC_LENGTH 460 third_party/libusb/src/libusb/os/darwin_usb.c memmove (buffer, &(priv->dev_descriptor), DEVICE_DESC_LENGTH); DEVICE_DESC_LENGTH 558 third_party/libusb/src/libusb/os/linux_usbfs.c memcpy(buffer, priv->descriptors, DEVICE_DESC_LENGTH); DEVICE_DESC_LENGTH 746 third_party/libusb/src/libusb/os/linux_usbfs.c descriptors += DEVICE_DESC_LENGTH; DEVICE_DESC_LENGTH 747 third_party/libusb/src/libusb/os/linux_usbfs.c size -= DEVICE_DESC_LENGTH; DEVICE_DESC_LENGTH 803 third_party/libusb/src/libusb/os/linux_usbfs.c descriptors += DEVICE_DESC_LENGTH; DEVICE_DESC_LENGTH 804 third_party/libusb/src/libusb/os/linux_usbfs.c size -= DEVICE_DESC_LENGTH; DEVICE_DESC_LENGTH 919 third_party/libusb/src/libusb/os/linux_usbfs.c if (priv->descriptors_len < DEVICE_DESC_LENGTH) { DEVICE_DESC_LENGTH 936 third_party/libusb/src/libusb/os/linux_usbfs.c (DEVICE_DESC_LENGTH + LIBUSB_DT_CONFIG_SIZE)) { DEVICE_DESC_LENGTH 939 third_party/libusb/src/libusb/os/linux_usbfs.c priv->descriptors + DEVICE_DESC_LENGTH, DEVICE_DESC_LENGTH 292 third_party/libusb/src/libusb/os/openbsd_usb.c memcpy(buf, &dpriv->ddesc, DEVICE_DESC_LENGTH); DEVICE_DESC_LENGTH 433 third_party/libusb/src/libusb/os/wince_usb.c memcpy(buffer, &priv->desc, DEVICE_DESC_LENGTH); DEVICE_DESC_LENGTH 1743 third_party/libusb/src/libusb/os/windows_usb.c memcpy(buffer, &(priv->dev_descriptor), DEVICE_DESC_LENGTH);