/external/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 | 793 unsigned long *sourcelen) /* amount of input available */ in puff() argument 806 s.inlen = *sourcelen; in puff() 834 *sourcelen = s.incnt; in puff()
|
/external/icu4c/test/cintltst/ |
D | nccbtst.h | 50 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… 58 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i…
|
D | ncnvfbts.h | 25 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e…
|
D | ncnvfbts.c | 292 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e… in testConvertToUnicode() argument 341 realSourceEnd = src + sourcelen; in testConvertToUnicode() 389 sourcelen, targ-junkout); in testConvertToUnicode()
|
D | nccbtst.c | 2843 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… in testConvertToUnicode() argument 2894 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2971 sourcelen, targ-junkout); in testConvertToUnicode() 3219 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i… in testConvertToUnicodeWithContext() argument 3270 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext() 3328 sourcelen, targ-junkout); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 1366 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() argument 1421 realSourceEnd = src + sourcelen; in testConvertToU() 1469 sourcelen, targ-junkout); in testConvertToU()
|
D | nucnvtst.c | 529 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() argument 578 realSourceEnd = src + sourcelen; in testConvertToU() 619 sourcelen, targ-junkout); in testConvertToU()
|
/external/dropbear/ |
D | keyimport.c | 239 static int ber_read_id_len(void *source, int sourcelen, in ber_read_id_len() argument 244 if (sourcelen == 0) in ber_read_id_len() 252 p++, sourcelen--; in ber_read_id_len() 253 if (sourcelen == 0) in ber_read_id_len() 257 p++, sourcelen--; in ber_read_id_len() 260 p++, sourcelen--; in ber_read_id_len() 263 if (sourcelen == 0) in ber_read_id_len() 268 p++, sourcelen--; in ber_read_id_len() 269 if (sourcelen < n) in ber_read_id_len() 274 sourcelen -= n; in ber_read_id_len() [all …]
|
/external/zlib/old/as400/ |
D | zlib.inc | 254 D sourcelen 10U 0 value Compression level
|
/external/zlib/as400/ |
D | zlib.inc | 338 D sourcelen 10U 0 value Compression level
|