HomeSort by relevance Sort by last modified time
    Searched defs:ept (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
getcwd.c 65 char *ept, *eup, *up; local
78 ept = pt + size;
82 ept = pt + ptsize;
84 bpt = ept - 1;
124 memmove(pt, bpt, ept - bpt);
198 len = ept - bpt;
203 ept = pt + ptsize;
204 memmove(ept - len, bpt, len);
205 bpt = ept - len;
  /external/libmtp/util/
mtp-probe.c 206 enum ep_type ept; local
208 ept = get_ep_type(dirbuf);
209 if (ept == BULK_OUT_EP)
211 else if (ept == BULK_IN_EP)
213 else if (ept == INTERRUPT_IN_EP)
  /system/core/fastboot/
usb_linux.cpp 146 struct usb_endpoint_descriptor *ept; local
239 ept = (struct usb_endpoint_descriptor *)ptr;
240 len -= ept->bLength;
241 ptr += ept->bLength;
243 if((ept->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_BULK)
246 if(ept->bEndpointAddress & USB_ENDPOINT_DIR_MASK) {
247 in = ept->bEndpointAddress;
249 out = ept->bEndpointAddress;

Completed in 550 milliseconds