Searched defs:sourcelen (Results 1 - 7 of 7) sorted by relevance

/external/zlib/src/contrib/puff/
H A Dpufftest.c95 unsigned long sourcelen, destlen; local
136 sourcelen = (unsigned long)len;
137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n",
143 len - sourcelen);
156 puff(dest, &destlen, source + skip, &sourcelen);
H A Dpuff.c747 * Inflate source to dest. On return, destlen and sourcelen are updated to the
753 * sourcelen are not updated to facilitate retrying from the beginning with the
793 unsigned long *sourcelen) /* amount of input available */
806 s.inlen = *sourcelen;
834 *sourcelen = s.incnt;
790 puff(unsigned char *dest, unsigned long *destlen, const unsigned char *source, unsigned long *sourcelen) argument
/external/dropbear/
H A Dkeyimport.c239 static int ber_read_id_len(void *source, int sourcelen, argument
244 if (sourcelen == 0)
252 p++, sourcelen--;
253 if (sourcelen == 0)
257 p++, sourcelen--;
260 p++, sourcelen--;
263 if (sourcelen == 0)
268 p++, sourcelen--;
269 if (sourcelen < n)
274 sourcelen
[all...]
/external/icu4c/test/cintltst/
H A Dncnvfbts.c292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
341 realSourceEnd = src + sourcelen;
389 sourcelen, targ-junkout);
H A Dncnvtst.c49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1366 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
1421 realSourceEnd = src + sourcelen;
1469 sourcelen, targ-junkout);
H A Dnccbtst.c2843 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
2894 realSourceEnd = src + sourcelen;
2971 sourcelen, targ-junkout);
3219 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
3270 realSourceEnd = src + sourcelen;
3328 sourcelen, targ-junkout);
H A Dnucnvtst.c529 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
578 realSourceEnd = src + sourcelen;
619 sourcelen, targ-junkout);

Completed in 3474 milliseconds