Searched refs:sourcelen (Results 1 - 9 of 9) sorted by relevance
/third_party/zlib/contrib/puff/ |
H A D | pufftest.c | 95 unsigned long sourcelen, destlen; in main() local 136 sourcelen = (unsigned long)len; in main() 137 ret = puff(NIL, &destlen, source + skip, &sourcelen); in main() 142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n", in main() 143 len - sourcelen); in main() 156 puff(dest, &destlen, source + skip, &sourcelen); in main()
|
H A D | puff.h | 35 unsigned long *sourcelen); /* amount of input available */
|
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 */ in puff() 809 s.inlen = *sourcelen; in puff() 837 *sourcelen = s.incnt; in puff() 793 puff(unsigned char *dest, unsigned long *destlen, const unsigned char *source, unsigned long *sourcelen) puff() argument
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | nccbtst.h | 55 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 63 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
H A D | ncnvfbts.h | 27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
|
H A D | ncnvfbts.c | 295 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 344 realSourceEnd = src + sourcelen; in testConvertToUnicode() 392 sourcelen, targ-junkout); in testConvertToUnicode()
|
H A D | nccbtst.c | 2820 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicode() argument 2871 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2945 sourcelen, targ-junkout); in testConvertToUnicode() 3193 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToUnicodeWithContext() argument 3244 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext() 3302 sourcelen, targ-junkout); in testConvertToUnicodeWithContext()
|
H A D | ncnvtst.c | 54 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, 1354 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 1409 realSourceEnd = src + sourcelen; in testConvertToU() 1457 sourcelen, targ-junkout); in testConvertToU()
|
H A D | nucnvtst.c | 520 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, in testConvertToU() argument 569 realSourceEnd = src + sourcelen; in testConvertToU() 610 sourcelen, targ-junkout); in testConvertToU()
|
Completed in 18 milliseconds