Searched refs:sourcelen (Results 1 - 16 of 16) sorted by relevance

/external/zlib/src/contrib/puff/
H A Dpuff.h35 unsigned long *sourcelen); /* amount of input available */
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/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.h25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
H A Dnccbtst.h50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
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.c2817 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
2868 realSourceEnd = src + sourcelen;
2942 sourcelen, targ-junkout);
3190 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
3241 realSourceEnd = src + sourcelen;
3299 sourcelen, targ-junkout);
H A Dnucnvtst.c519 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
568 realSourceEnd = src + sourcelen;
609 sourcelen, targ-junkout);
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.h25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
H A Dnccbtst.h50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
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.c518 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
567 realSourceEnd = src + sourcelen;
608 sourcelen, targ-junkout);
/external/zlib/src/as400/
H A Dzlib.inc338 D sourcelen 10U 0 value Compression level

Completed in 387 milliseconds