/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/puff/ |
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()
|
D | puff.h | 35 unsigned long *sourcelen); /* amount of input available */
|
D | README | 35 unsigned long *sourcelen); /* amount of input available */ 58 in *sourcelen bytes, puff() will return an error without reading at or past 61 On return, *sourcelen is updated to the amount of input data consumed, and
|
D | puff.c | 796 unsigned long *sourcelen) /* amount of input available */ in puff() argument 809 s.inlen = *sourcelen; in puff() 837 *sourcelen = s.incnt; in puff()
|
/third_party/zlib/contrib/puff/ |
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()
|
D | puff.h | 35 unsigned long *sourcelen); /* amount of input available */
|
D | README | 35 unsigned long *sourcelen); /* amount of input available */ 58 in *sourcelen bytes, puff() will return an error without reading at or past 61 On return, *sourcelen is updated to the amount of input data consumed, and
|
D | puff.c | 796 unsigned long *sourcelen) /* amount of input available */ in puff() argument 809 s.inlen = *sourcelen; in puff() 837 *sourcelen = s.incnt; in puff()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/puff/ |
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()
|
D | puff.h | 35 unsigned long *sourcelen); /* amount of input available */
|
D | README | 35 unsigned long *sourcelen); /* amount of input available */ 58 in *sourcelen bytes, puff() will return an error without reading at or past 61 On return, *sourcelen is updated to the amount of input data consumed, and
|
D | puff.c | 796 unsigned long *sourcelen) /* amount of input available */ in puff() argument 809 s.inlen = *sourcelen; in puff() 837 *sourcelen = s.incnt; in puff()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | nccbtst.h | 55 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… 63 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i…
|
D | ncnvfbts.h | 27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e…
|
D | ncnvfbts.c | 294 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e… in testConvertToUnicode() argument 343 realSourceEnd = src + sourcelen; in testConvertToUnicode() 391 sourcelen, targ-junkout); in testConvertToUnicode()
|
D | nccbtst.c | 2819 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… in testConvertToUnicode() argument 2870 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2944 sourcelen, targ-junkout); in testConvertToUnicode() 3192 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i… in testConvertToUnicodeWithContext() argument 3243 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext() 3301 sourcelen, targ-junkout); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 53 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 1353 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() argument 1408 realSourceEnd = src + sourcelen; in testConvertToU() 1456 sourcelen, targ-junkout); in testConvertToU()
|
D | nucnvtst.c | 519 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() argument 568 realSourceEnd = src + sourcelen; in testConvertToU() 609 sourcelen, targ-junkout); in testConvertToU()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/os400/ |
D | zlib.inc | 367 D sourcelen 10U 0 value Compression level
|
/third_party/zlib/os400/ |
D | zlib.inc | 367 D sourcelen 10U 0 value Compression level
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/os400/ |
D | zlib.inc | 367 D sourcelen 10U 0 value Compression level
|