/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/ |
der_decode_sequence_flexi.c | 66 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/ |
tomcrypt_mac.h | 247 ulong64 totlen, /* 64-bit counter used for IV and AAD */ member in struct:__anon1628
|
/external/svox/pico/tts/ |
com_svox_picottsengine.cpp | 671 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 */ [all...] |
/external/tcpdump/ |
print-isakmp.c | 351 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...] |
/hardware/broadcom/wlan/bcm4329/src/shared/ |
bcmutils.c | 1391 int totlen; local 1421 int totlen; local [all...] |
/external/ping/ |
ping.c | 1412 int optlen, totlen; local [all...] |
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/ |
dhd_sdio.c | 2700 uint16 dlen, totlen; local [all...] |