/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 | 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.h | 35 unsigned long *sourcelen); /* amount of input available */
|
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/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 | 2823 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectle… in testConvertToUnicode() argument 2874 realSourceEnd = src + sourcelen; in testConvertToUnicode() 2948 sourcelen, targ-junkout); in testConvertToUnicode() 3196 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, i… in testConvertToUnicodeWithContext() argument 3247 realSourceEnd = src + sourcelen; in testConvertToUnicodeWithContext() 3305 sourcelen, targ-junkout); in testConvertToUnicodeWithContext()
|
D | ncnvtst.c | 53 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 | 518 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect… in testConvertToU() argument 567 realSourceEnd = src + sourcelen; in testConvertToU() 608 sourcelen, targ-junkout); in testConvertToU()
|
/external/u-boot/include/jffs2/ |
D | compr_rubin.h | 11 unsigned long sourcelen, unsigned long dstlen);
|
D | jffs2.h | 225 unsigned long sourcelen, unsigned long dstlen);
|
/external/u-boot/fs/jffs2/ |
D | compr_rubin.c | 113 unsigned long sourcelen, unsigned long dstlen) in dynrubin_decompress() argument
|
/external/libpcap/rpcapd/ |
D | daemon.c | 115 …c int daemon_msg_open_req(struct daemon_slpars *pars, uint32 plen, char *source, size_t sourcelen); 1456 daemon_msg_open_req(struct daemon_slpars *pars, uint32 plen, char *source, size_t sourcelen) in daemon_msg_open_req() argument 1466 if (plen > sourcelen - 1) in daemon_msg_open_req()
|