HomeSort by: relevance | last modified time | path
    Searched refs:cdcd (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libm/noieee_src/
trig.h 202 vc(C2, 2.4801587285601038265E-5 ,0d00,38d0,098f,cdcd, -15, .D00D00CDCD098F)
  /src/sys/dev/usb/
xhci.c 3862 const usb_cdc_descriptor_t *cdcd; local in function:xhci_get_essc_desc
3870 cdcd = (const usb_cdc_descriptor_t *)usb_find_desc(dev,
3872 if (cdcd == NULL)
3876 iter.cur = (const void *)cdcd;
3880 cdcd = (const usb_cdc_descriptor_t *)usb_desc_iter_next(&iter);
3881 if (cdcd == NULL)
3883 if (ep == 0 && cdcd->bDescriptorType == UDESC_ENDPOINT) {
3884 ep = ((const usb_endpoint_descriptor_t *)cdcd)->
3888 cdcd = (const usb_cdc_descriptor_t *)
3895 if (cdcd != NULL && cdcd->bDescriptorType == UDESC_ENDPOINT_SS_COMP)
    [all...]

Completed in 13 milliseconds