Searched defs:totlen (Results 1 - 5 of 5) sorted by relevance

/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
H A Dder_decode_sequence_flexi.c66 unsigned long err, type, len, totlen, x, y; local
74 totlen = 0;
337 totlen += y;
353 totlen += len;
371 *inlen = totlen;
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_mac.h247 ulong64 totlen, /* 64-bit counter used for IV and AAD */ member in struct:__anon817
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp671 int totlen; /* output string length */ local
683 totlen = 0;
694 totlen += stoklen;
699 totlen += nsubtok; /*add spaces between subtokens*/
705 data = (char *) malloc( totlen ); /* allocate string */
709 memset(data, 0, totlen); /* clear it */
/external/tcpdump/
H A Dprint-isakmp.c351 int totlen; local
356 totlen = 4;
358 totlen = 4 + EXTRACT_16BITS(&q[1]);
359 if (ep < p + totlen) {
382 return p + totlen;
389 int totlen; local
394 totlen = 4;
396 totlen = 4 + EXTRACT_16BITS(&q[1]);
397 if (ep < p + totlen) {
414 return p + totlen;
[all...]
/external/ping/
H A Dping.c1412 int optlen, totlen; local
1417 totlen = hlen-sizeof(struct iphdr);
1420 while (totlen > 0) {
1424 totlen--;
1431 if (optlen < 2 || optlen > totlen)
1552 totlen -= optlen;

Completed in 80 milliseconds