Searched defs:sourcelen (Results 1 - 6 of 6) sorted by relevance
/external/zlib/src/contrib/puff/ |
H A D | pufftest.c | 95 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 D | puff.c | 750 * 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 D | ncnvfbts.c | 292 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 D | ncnvtst.c | 49 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 D | nccbtst.c | 2821 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 D | nucnvtst.c | 516 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