Searched defs:sourcelen (Results 1 - 11 of 11) 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.c750 * Inflate source to dest. On return, destlen and sourcelen are updated to the
756 * sourcelen are not updated to facilitate retrying from the beginning with the
796 unsigned long *sourcelen) /* amount of input available */
809 s.inlen = *sourcelen;
837 *sourcelen = s.incnt;
793 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/chromium_org/third_party/icu/source/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,
1347 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
1402 realSourceEnd = src + sourcelen;
1450 sourcelen, targ-junkout);
H A Dnccbtst.c2815 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
2866 realSourceEnd = src + sourcelen;
2943 sourcelen, targ-junkout);
3191 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
3242 realSourceEnd = src + sourcelen;
3300 sourcelen, targ-junkout);
H A Dnucnvtst.c511 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
560 realSourceEnd = src + sourcelen;
601 sourcelen, targ-junkout);
/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,
1365 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
1420 realSourceEnd = src + sourcelen;
1468 sourcelen, targ-junkout);
H A Dnccbtst.c2821 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
2872 realSourceEnd = src + sourcelen;
2946 sourcelen, targ-junkout);
3194 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
3245 realSourceEnd = src + sourcelen;
3303 sourcelen, targ-junkout);
H A Dnucnvtst.c530 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
579 realSourceEnd = src + sourcelen;
620 sourcelen, targ-junkout);

Completed in 178 milliseconds