Home
last modified time | relevance | path

Searched refs:sourcelen (Results 1 – 14 of 14) sorted by relevance

/external/zlib/src/contrib/puff/
Dpufftest.c95 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()
DREADME35 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
Dpuff.h35 unsigned long *sourcelen); /* amount of input available */
Dpuff.c796 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/
Dnccbtst.h55 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…
Dncnvfbts.h27 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int e…
Dncnvfbts.c294 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()
Dnccbtst.c2823 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()
Dncnvtst.c53 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()
Dnucnvtst.c518 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/
Dcompr_rubin.h11 unsigned long sourcelen, unsigned long dstlen);
Djffs2.h225 unsigned long sourcelen, unsigned long dstlen);
/external/u-boot/fs/jffs2/
Dcompr_rubin.c113 unsigned long sourcelen, unsigned long dstlen) in dynrubin_decompress() argument
/external/libpcap/rpcapd/
Ddaemon.c115 …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()