HomeSort by relevance Sort by last modified time
    Searched full:totlen (Results 26 - 34 of 34) sorted by null

12

  /external/iputils/
ping.c 1136 int optlen, totlen; local
1141 totlen = hlen-sizeof(struct iphdr);
1144 while (totlen > 0) {
1148 totlen--;
1155 if (optlen < 2 || optlen > totlen)
1276 totlen -= optlen;
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 682 int totlen; /* output string length */ local
694 totlen = 0;
705 totlen += stoklen;
710 totlen += nsubtok; /*add spaces between subtokens*/
716 data = (char *) malloc( totlen ); /* allocate string */
720 memset(data, 0, totlen); /* clear it */
    [all...]
  /external/toybox/toys/posix/
ls.c 375 unsigned c, totlen = columns; local
384 totlen += (*len)-colsizes[c];
386 if (totlen > TT.screen_width) break;
  /external/tcpdump/
print-isakmp.c 928 int totlen; local
932 totlen = 4;
934 totlen = 4 + EXTRACT_16BITS(&p[2]);
935 if (ep < p + totlen) {
958 return p + totlen;
964 int totlen; local
968 totlen = 4;
970 totlen = 4 + EXTRACT_16BITS(&p[2]);
971 if (ep < p + totlen) {
988 return p + totlen;
    [all...]
  /external/libnl/lib/
msg.c 302 int totlen = NLMSG_ALIGN(nlh->nlmsg_len); local
304 *remaining -= totlen;
306 return (struct nlmsghdr *) ((unsigned char *) nlh + totlen);
attr.c 513 int totlen = NLA_ALIGN(nla->nla_len); local
515 *remaining -= totlen;
516 return (struct nlattr *) ((char *) nla + totlen);
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
j2k.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 525 mDNSu16 totlen; variable
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h     [all...]

Completed in 585 milliseconds

12