Searched defs:sourcelen (Results 1 - 6 of 6) 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/icu/icu4c/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,
1367 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
1422 realSourceEnd = src + sourcelen;
1470 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.c516 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
565 realSourceEnd = src + sourcelen;
606 sourcelen, targ-junkout);

Completed in 187 milliseconds