/external/tcpdump/ |
print-icmp6.c | 180 const u_int8_t *ep, *q; local 183 ep = p + l; 184 while (l > 0 && q < ep) { 243 const u_char *ep; local 249 /* 'ep' points to the end of available data. */ 250 ep = snapend; 461 icmp6_rrenum_print(bp, ep); 465 icmp6_nodeinfo_print(length, bp, ep); 524 const u_char *ep; local 533 /* 'ep' points to the end of available data. * 606 const u_char *cp, *ep; local 730 const u_char *ep; local [all...] |
print-udp.c | 207 rtcp_print(const u_char *hdr, const u_char *ep) 217 if ((u_char *)(rh + 1) > ep) { 219 return (ep); 232 if ((u_char *)(sr + 1) > ep) { 234 return (ep); 271 if ((u_char *)(rr + 1) > ep) { 273 return (ep); 426 register const u_char *ep = bp + length; local 432 if (ep > snapend) 433 ep = snapend [all...] |
print-wb.c | 262 const u_char *ep = snapend; local 270 while (--n >= 0 && (u_char *)(ps + 1) <= ep) { 279 for (ie = io + ps->nid; io < ie && (u_char *)(io + 1) <= ep; ++io) { 287 return ((u_char *)ps <= ep? 0 : -1);
|
print-dhcp6.c | 319 dhcp6opt_print(const u_char *cp, const u_char *ep) 334 if (cp == ep) 336 while (cp < ep) { 337 if (ep < cp + sizeof(*dh6o)) 341 if (ep < cp + sizeof(*dh6o) + optlen) 675 const u_char *ep; local 681 ep = (u_char *)snapend; 682 if (cp + length < ep) 683 ep = cp + length; 753 dhcp6opt_print(extp, ep); [all...] |
print-isakmp.c | 347 isakmp_attrmap_print(const u_char *p, const u_char *ep, 359 if (ep < p + totlen) { 361 return ep + 1; 386 isakmp_attr_print(const u_char *p, const u_char *ep) 397 if (ep < p + totlen) { 399 return ep + 1; 420 const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, 469 cp = isakmp_sub_print(ISAKMP_NPTYPE_P, ext, ep, phase, doi, proto0, 480 const u_char *ep, u_int32_t phase, u_int32_t doi0, 503 cp = isakmp_sub_print(ISAKMP_NPTYPE_T, ext, ep, phase, doi0 1285 const u_char *ep; local 1397 const u_char *ep; local [all...] |
/system/core/toolbox/grep/ |
grep.c | 320 char *ep; local 422 l = strtoull(optarg, &ep, 10); 426 else if (ep[0] != '\0') { 511 mcount = strtoull(optarg, &ep, 10); 515 else if (ep[0] != '\0') {
|
/external/ipsec-tools/src/racoon/ |
isakmp.c | 1425 struct isakmp_parse_t *p, *ep; local [all...] |
oakley.c | 2826 u_char *p, *ep; local [all...] |
/external/libmtp/src/ |
libusb-glue.c | 114 static int usb_clear_stall_feature(PTP_USB* ptp_usb, int ep); 115 static int usb_get_endpoint_status(PTP_USB* ptp_usb, int ep, uint16_t* status); 1734 struct usb_endpoint_descriptor *ep; local [all...] |
/external/libpcap/ |
optimize.c | 290 propedom(ep) 291 struct edge *ep; 293 SET_INSERT(ep->edom, ep->id); 294 if (ep->succ) { 295 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords); 296 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords); 1310 fold_edge(child, ep) 1427 struct edge *ep; local 1520 struct edge *ep; local [all...] |
/external/libpng/ |
pngwutil.c | 860 png_sPLT_entryp ep; local 879 for (ep = spalette->entries; ep<spalette->entries + spalette->nentries; ep++) 883 entrybuf[0] = (png_byte)ep->red; 884 entrybuf[1] = (png_byte)ep->green; 885 entrybuf[2] = (png_byte)ep->blue; 886 entrybuf[3] = (png_byte)ep->alpha; 887 png_save_uint_16(entrybuf + 4, ep->frequency); 891 png_save_uint_16(entrybuf + 0, ep->red) [all...] |
pngrutil.c | 1810 png_charp ep; local [all...] |
/external/libusb/libusb/os/ |
darwin_usb.c | 116 static int ep_to_pipeRef(struct libusb_device_handle *dev_handle, uint8_t ep, uint8_t *pipep, uint8_t *ifcp) { 124 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep); local 131 if (cInterface->endpoint_addrs[i] == ep) { 142 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); local [all...] |
/external/libusb_aah/libusb/os/ |
darwin_usb.c | 129 static int ep_to_pipeRef(struct libusb_device_handle *dev_handle, uint8_t ep, uint8_t *pipep, uint8_t *ifcp) { 137 usbi_info (HANDLE_CTX(dev_handle), "converting ep address 0x%02x to pipeRef and interface", ep); local 144 if (cInterface->endpoint_addrs[i] == ep) { 155 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); local [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 655 const mDNSu8 *ep = ptr; local 657 if (!ptr) { DisplayError(srcaddr, ep, end, "KNOWN ANSWER"); return; } 669 const mDNSu8 *ep = ptr; local 671 if (!ptr) { DisplayError(srcaddr, ep, end, "AUTHORITY"); return; } 679 const mDNSu8 *ep = ptr; local 681 if (!ptr) { DisplayError(srcaddr, ep, end, "ADDITIONAL"); return; } 702 const mDNSu8 *ep = ptr; local 704 if (!ptr) { DisplayError(srcaddr, ep, end, "QUESTION"); return; } 713 const mDNSu8 *ep = ptr; local 715 if (!ptr) { DisplayError(srcaddr, ep, end, "ANSWER"); return; 733 const mDNSu8 *ep = ptr; local 742 const mDNSu8 *ep = ptr; local [all...] |
/external/mksh/src/ |
jobs.c | 1417 struct env *ep; local [all...] |
main.c | 927 struct env *ep; local 936 ep = (void *)(cp - ALLOC_SIZE); 938 ainit(&ep->area); 939 ep->oenv = e; 940 ep->loc = e->loc; 941 ep->savefd = NULL; 942 ep->temps = NULL; 943 ep->yyrecursive_statep = NULL; 944 ep->type = type; 945 ep->flags = 0 953 struct env *ep = e; local 1035 struct env *ep; local 1069 struct env *ep; local [all...] |
funcs.c | 2307 struct env *ep; local 2339 struct env *ep, *last_ep = NULL; local [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwutil.c | 812 png_sPLT_entryp ep; local 833 for (ep = spalette->entries; ep<spalette->entries+spalette->nentries; ep++) 837 entrybuf[0] = (png_byte)ep->red; 838 entrybuf[1] = (png_byte)ep->green; 839 entrybuf[2] = (png_byte)ep->blue; 840 entrybuf[3] = (png_byte)ep->alpha; 841 png_save_uint_16(entrybuf + 4, ep->frequency); 845 png_save_uint_16(entrybuf + 0, ep->red) [all...] |
/external/regex-re2/re2/ |
parse.cc | 1581 const char* ep = s->data() + s->size(); local [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
CalendarTest.java | 836 ContentValues ep = new ContentValues(); local [all...] |
/bionic/libc/netbsd/net/ |
getaddrinfo.c | 338 char *ep; local 345 ep = NULL; 347 v = strtoul(p, &ep, 10); 348 if (errno == 0 && ep && *ep == '\0' && v <= UINT_MAX) 1245 char *ep; local 1280 lscopeid = strtoul(scope, &ep, 10); 1282 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid) 1306 char *bp, *ep; local [all...] |
/external/bison/lib/ |
vasnprintf.c | 900 decode_long_double (long double x, int *ep, mpn_t *mp) 975 *ep = exp - LDBL_MANT_BIT; 988 decode_double (double x, int *ep, mpn_t *mp) 3194 const char *ep; local 3345 const char *ep; local 3807 const char *ep; local 3988 const char *ep; local 4280 const char *ep; local 4473 const char *ep; local [all...] |
/external/kernel-headers/original/linux/ |
usb.h | 1178 struct usb_host_endpoint *ep; local [all...] |
/external/opencv/cvaux/src/ |
cvtrifocal.cpp | 999 double ep = 1 - (double)numGoodPoints \/ (double)numPoints; local [all...] |