HomeSort by relevance Sort by last modified time
    Searched refs:ept (Results 1 - 4 of 4) 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;
  /system/core/fastboot/
usb_linux.c 105 struct usb_endpoint_descriptor *ept; local
216 ept = (void*) ptr;
217 len -= ept->bLength;
218 ptr += ept->bLength;
220 if((ept->bmAttributes & 0x03) != 0x02)
223 if(ept->bEndpointAddress & 0x80) {
224 in = ept->bEndpointAddress;
226 out = ept->bEndpointAddress;
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 84 double ept; /* Expected time uncertainty */ member in struct:gps_fix_t
    [all...]
  /external/oprofile/events/i386/nehalem/
events 55 event:0x4F counters:0,1,2,3 um:ept minimum:6000 name:EPT : Counts Extended Page Directory Entry accesses. The Extended Page Directory cache is used by Virtual Machine operating systems while the guest operating systems use the standard TLB caches.

Completed in 123 milliseconds