HomeSort by relevance Sort by last modified time
    Searched defs:ep (Results 151 - 175 of 269) sorted by null

1 2 3 4 5 67 8 91011

  /external/libusb/libusb/os/
darwin_usb.c 174 static int ep_to_pipeRef(struct libusb_device_handle *dev_handle, uint8_t ep, uint8_t *pipep, uint8_t *ifcp, struct darwin_interface **interface_out) {
182 usbi_dbg ("converting ep address 0x%02x to pipeRef and interface", ep);
189 if (cInterface->endpoint_addrs[i] == ep) {
206 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); local
    [all...]
  /external/mksh/src/
misc.c 1552 char *cp, *dp, *ep; local
    [all...]
funcs.c 2146 struct env *ep; local
2179 struct env *ep, *last_ep = NULL; local
    [all...]
  /external/opencv/cvaux/src/
cvtrifocal.cpp 999 double ep = 1 - (double)numGoodPoints \/ (double)numPoints; local
    [all...]
  /external/pdfium/third_party/libpng16/
pngrtran.c 2383 png_bytep ep = sp + row_info->rowbytes; \/* end+1 *\/ local
2444 png_bytep ep = sp + row_info->rowbytes; \/* end+1 *\/ local
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 327 register PyDictEntry *ep; local
332 ep = &ep0[i];
333 if (ep->me_key == NULL || ep->me_key == key)
334 return ep;
336 if (ep->me_key == dummy)
337 freeslot = ep;
339 if (ep->me_hash == hash) {
340 startkey = ep->me_key;
346 if (ep0 == mp->ma_table && ep->me_key == startkey)
415 register PyDictEntry *ep; local
486 PyDictEntry *ep; local
547 register PyDictEntry *ep; local
575 register PyDictEntry *ep; local
601 PyDictEntry *oldtable, *newtable, *ep; local
712 PyDictEntry *ep; local
761 PyDictEntry *ep; local
856 register PyDictEntry *ep; local
893 PyDictEntry *ep, *table; local
978 register PyDictEntry *ep; local
1005 register PyDictEntry *ep; local
1032 register PyDictEntry *ep; local
1074 PyDictEntry *ep = mp->ma_table + i; local
1198 PyDictEntry *ep; local
1255 PyDictEntry *ep; local
1289 PyDictEntry *ep; local
1325 PyDictEntry *ep; local
1941 PyDictEntry *ep; local
1971 PyDictEntry *ep; local
2000 PyDictEntry *ep; local
2036 PyDictEntry *ep; local
2081 PyDictEntry *ep; local
2314 PyDictEntry *ep; local
2331 PyDictEntry *ep; local
2559 register PyDictEntry *ep; local
2631 register PyDictEntry *ep; local
2703 register PyDictEntry *ep; local
    [all...]
  /external/syslinux/com32/lib/libpng/
pngrutil.c 1787 png_charp ep; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1012 char *ep; local
1015 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16);
1016 p = ep;
    [all...]
  /system/core/logcat/
logcat.cpp 632 char* ep = t.strptime(cp, "%m-%d %H:%M:%S.%q"); local
633 if (ep) return ep;
634 ep = t.strptime(cp, "%Y-%m-%d %H:%M:%S.%q");
635 if (ep) return ep;
680 char* ep = parseTime(t, line.c_str()); local
681 if (!ep || (*ep != ' ')) continue;
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-v850.c 2080 unsigned long ep; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
UsbDeviceTestActivity.java 100 private boolean isZeroTransferExpected(int transferSize, @NonNull UsbEndpoint ep) {
101 return mDoesCompanionZeroTerminate && transferSize % ep.getMaxPacketSize() == 0;
439 UsbEndpoint ep = iface.getEndpoint(i); local
440 if (ep.getDirection() == direction) {
441 return ep;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 960 struct dirent *ep; local
994 ep = readdir(dirp); local
996 if (ep == NULL) {
1007 if (ep->FileName[0] == L'.' &&
1008 (NAMLEN(ep) == 1 ||
1009 (ep->FileName[1] == L'.' && NAMLEN(ep) == 2)))
1011 if(wcstombs(MBname, ep->FileName, NAME_MAX) == -1) {
    [all...]
  /external/libevent/test/
regress.c 1834 struct event **ep = arg; local
    [all...]
  /external/libpng/contrib/libtests/
pngstest.c 454 char *ep; local
455 unsigned long format = strtoul(arg, &ep, 0);
457 if (ep > arg && *ep == 0 && format < FORMAT_COUNT)
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 3648 char *cp, *bufend, *ep; local
3741 char *buf, *em, *ep; local
    [all...]
  /external/python/cpython3/Objects/
dictobject.c 694 PyDictKeyEntry *ep0, *ep; local
714 ep = &ep0[ix];
715 assert(ep->me_key != NULL);
716 if (ep->me_key == key) {
717 *value_addr = &ep->me_value;
722 if (ep->me_hash == hash) {
723 startkey = ep->me_key;
731 if (dk == mp->ma_keys && ep->me_key == startkey) {
733 *value_addr = &ep->me_value;
763 ep = &ep0[ix]
808 PyDictKeyEntry *ep, *ep0 = DK_ENTRIES(mp->ma_keys); local
884 PyDictKeyEntry *ep, *ep0 = DK_ENTRIES(mp->ma_keys); local
951 PyDictKeyEntry *ep, *ep0 = DK_ENTRIES(mp->ma_keys); local
1078 PyDictKeyEntry *ep, *ep0 = DK_ENTRIES(mp->ma_keys); local
1115 PyDictKeyEntry *ep, *ep0; local
1218 PyDictKeyEntry *ep; local
1293 PyDictKeyEntry *ep = &ep0[i]; local
1600 PyDictKeyEntry *ep; local
1837 PyDictKeyEntry *ep; local
2179 PyDictKeyEntry *ep; local
2223 PyDictKeyEntry *ep; local
2269 PyDictKeyEntry *ep; local
2719 PyDictKeyEntry *ep = &DK_ENTRIES(a->ma_keys)[i]; local
2882 PyDictKeyEntry *ep, *ep0; local
2965 PyDictKeyEntry *ep0, *ep; local
    [all...]
  /external/tcpdump/
print-bgp.c 2787 const u_char *ep; local
    [all...]
print-icmp6.c 613 const uint8_t *ep, *q; local
616 ep = p + l;
617 while (l > 0 && q < ep) {
878 const u_char *ep; local
884 /* 'ep' points to the end of available data. */
885 ep = ndo->ndo_snapend;
1166 const u_char *ep; local
1248 const u_char *cp, *ep, *domp; local
1394 const u_char *ep; local
    [all...]
print-isakmp.c 635 const u_char *ep, uint32_t phase,
743 if (ep < (const u_char *)(p)) { \
878 const u_char *cp, const u_char *ep)
881 const u_char *end = ep - 20;
883 int len = ep - cp;
891 elen = ep - end;
1013 const u_char *ep, uint32_t phase, uint32_t doi0 _U_,
1060 cp = ikev1_sub_print(ndo, ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0,
1072 const u_char *ep, uint32_t phase, uint32_t doi0,
2817 const u_char *ep; local
2977 const u_char *ep; local
3036 const u_char *ep; local
    [all...]
  /packages/apps/Email/tests/src/com/android/email/provider/
ProviderTests.java 2251 EmailProvider ep = getProvider(); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 959 struct dirent *ep; local
993 ep = readdir(dirp); local
995 if (ep == NULL) {
1006 if (ep->FileName[0] == L'.' &&
1007 (NAMLEN(ep) == 1 ||
1008 (ep->FileName[1] == L'.' && NAMLEN(ep) == 2)))
1010 if(wcstombs(MBname, ep->FileName, NAME_MAX) == -1) {
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c 1404 register char * ep; local
    [all...]
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
libcpuset.c 3209 struct cpuset_fts_entry *ep; \/* the latest new list entry *\/ local
3360 struct cpuset_fts_entry *ep = cs_entry; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/
nis.h 140 } ep; member in struct:nis_server
  /external/pcre/dist2/src/
pcre2test.c 3230 uint8_t *ep, *pp; local
    [all...]

Completed in 977 milliseconds

1 2 3 4 5 67 8 91011