/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/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 | 51 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… 1363 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectl… in testConvertToU() argument 1418 realSourceEnd = src + sourcelen; in testConvertToU() 1466 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/netperf/src/ |
D | nettest_omni.c | 2968 …ng, uint32_t bytes_to_recv, struct sockaddr *source, netperf_socklen_t *sourcelen, uint32_t flags,… in recv_data_no_copy() argument 3023 (source != NULL) ? *sourcelen : -1, in recv_data_no_copy() 3083 …age_ptr, int bytes_to_recv, int my_flags, struct sockaddr *source, netperf_socklen_t *sourcelen) { in recv_pktinfo() argument 3099 my_header.msg_namelen = *sourcelen; in recv_pktinfo() 3137 …ng, uint32_t bytes_to_recv, struct sockaddr *source, netperf_socklen_t *sourcelen, uint32_t flags,… in recv_data() argument 3148 …ret = recv_data_no_copy(data_socket, recv_ring, bytes_to_recv, source, sourcelen, flags, num_recei… in recv_data() 3170 (source != NULL) ? *sourcelen : -1, in recv_data() 3190 sourcelen); in recv_data() 3199 sourcelen); in recv_data()
|
/external/zlib/src/as400/ |
D | zlib.inc | 338 D sourcelen 10U 0 value Compression level
|