/external/zlib/src/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()
|
/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 | 2821 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… in testConvertToUnicode() argument 2872 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2946 sourcelen, targ-junkout); in testConvertToUnicode() 3194 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i… in testConvertToUnicodeWithContext() argument 3245 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext() 3303 sourcelen, targ-junkout); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 1365 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() argument 1420 realSourceEnd = src + sourcelen; in testConvertToU() 1468 sourcelen, targ-junkout); in testConvertToU()
|
D | nucnvtst.c | 530 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() argument 579 realSourceEnd = src + sourcelen; in testConvertToU() 620 sourcelen, targ-junkout); in testConvertToU()
|
/external/chromium_org/third_party/icu/source/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 | 2815 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… in testConvertToUnicode() argument 2866 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2943 sourcelen, targ-junkout); in testConvertToUnicode() 3191 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i… in testConvertToUnicodeWithContext() argument 3242 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext() 3300 sourcelen, targ-junkout); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 49 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 1347 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() argument 1402 realSourceEnd = src + sourcelen; in testConvertToU() 1450 sourcelen, targ-junkout); in testConvertToU()
|
D | nucnvtst.c | 511 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() argument 560 realSourceEnd = src + sourcelen; in testConvertToU() 601 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/src/as400/ |
D | zlib.inc | 338 D sourcelen 10U 0 value Compression level
|