Home
last modified time | relevance | path

Searched refs:ecomp (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/semver/ranges/
Doutside.js15 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/
Dusb_device.c310 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()
Dusb_transfer.c330 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()
Dusbdi.h139 struct usb_endpoint_ss_comp_descriptor *ecomp; member
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c2005 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/
Dtestinput42699 /\p{emojicomponent}\p{ecomp}/g,utf
Dtestoutput44322 /\p{emojicomponent}\p{ecomp}/g,utf
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs3032 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)) {