Searched refs:ecomp (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/semver/ranges/ |
D | outside.js | 15 let gtfn, ltefn, ltfn, comp, ecomp variable 22 ecomp = '>=' 29 ecomp = '<=' 64 if (high.operator === comp || high.operator === ecomp) { 73 } else if (low.operator === ecomp && ltfn(version, low.semver)) {
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_device.c | 310 struct usb_endpoint_ss_comp_descriptor *ecomp, in usb_init_endpoint() argument 322 ep->ecomp = ecomp; in usb_init_endpoint() 336 if ((udev->speed == USB_SPEED_SUPER) && (ecomp != NULL) && in usb_init_endpoint() 338 ((UE_GET_BULK_STREAMS(ecomp->bmAttributes) != 0))) { in usb_init_endpoint() 750 void *ecomp; in usb_config_parse() local 752 ecomp = usb_ed_comp_foreach(udev->cdesc, (void *)ed); in usb_config_parse() 753 if (ecomp != NULL) in usb_config_parse() 757 ips.iface_index, ed, ecomp, ep); in usb_config_parse()
|
D | usb_transfer.c | 330 struct usb_endpoint_ss_comp_descriptor *ecomp; in usbd_transfer_setup_sub() local 351 ecomp = xfer->endpoint->ecomp; in usbd_transfer_setup_sub() 388 if (ecomp != NULL) in usbd_transfer_setup_sub() 389 xfer->max_packet_count += ecomp->bMaxBurst; in usbd_transfer_setup_sub() 400 if (ecomp != NULL) { in usbd_transfer_setup_sub() 404 ecomp->bmAttributes) + 1; in usbd_transfer_setup_sub()
|
D | usbdi.h | 139 struct usb_endpoint_ss_comp_descriptor *ecomp; member
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 2005 mult = xfer->endpoint->ecomp ? in xhci_setup_generic_chain() 2006 UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes) in xhci_setup_generic_chain() 2456 struct usb_endpoint_ss_comp_descriptor *ecomp; in xhci_configure_endpoint_by_xfer() local 2462 ecomp = xfer->endpoint->ecomp; in xhci_configure_endpoint_by_xfer() 2490 (ecomp != NULL) ? UE_GET_SS_ISO_MULT(ecomp->bmAttributes) + 1 : 1, in xhci_configure_endpoint_by_xfer()
|
/third_party/pcre2/pcre2/testdata/ |
D | testinput4 | 2699 /\p{emojicomponent}\p{ecomp}/g,utf
|
D | testoutput4 | 4322 /\p{emojicomponent}\p{ecomp}/g,utf
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 3032 let gtfn, ltefn, ltfn, comp, ecomp; 3039 ecomp = ">="; 3046 ecomp = "<="; 3070 if (high.operator === comp || high.operator === ecomp) { 3075 } else if (low.operator === ecomp && ltfn(version2, low.semver)) {
|