Searched defs:sourcelen (Results 1 - 7 of 7) sorted by relevance

/external/zlib/src/contrib/puff/
H A Dpufftest.c95 unsigned long sourcelen, destlen; local
136 sourcelen = (unsigned long)len;
137 ret = puff(NIL, &destlen, source + skip, &sourcelen);
142 if (sourcelen < len) fprintf(stderr, "%lu compressed bytes unused\n",
143 len - sourcelen);
156 puff(dest, &destlen, source + skip, &sourcelen);
H A Dpuff.c750 * Inflate source to dest. On return, destlen and sourcelen are updated to the
756 * sourcelen are not updated to facilitate retrying from the beginning with the
796 unsigned long *sourcelen) /* amount of input available */
809 s.inlen = *sourcelen;
837 *sourcelen = s.incnt;
793 puff(unsigned char *dest, unsigned long *destlen, const unsigned char *source, unsigned long *sourcelen) argument
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c294 static UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
343 realSourceEnd = src + sourcelen;
391 sourcelen, targ-junkout);
H A Dncnvtst.c51 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen,
1363 static UBool testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
1418 realSourceEnd = src + sourcelen;
1466 sourcelen, targ-junkout);
H A Dnccbtst.c2823 UBool testConvertToUnicode( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
2874 realSourceEnd = src + sourcelen;
2948 sourcelen, targ-junkout);
3196 UBool testConvertToUnicodeWithContext( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
3247 realSourceEnd = src + sourcelen;
3305 sourcelen, targ-junkout);
H A Dnucnvtst.c518 static ETestConvertResult testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, argument
567 realSourceEnd = src + sourcelen;
608 sourcelen, targ-junkout);
/external/netperf/src/
H A Dnettest_omni.c2968 recv_data_no_copy(SOCKET data_socket, struct ring_elt *recv_ring, uint32_t bytes_to_recv, struct sockaddr *source, netperf_socklen_t *sourcelen, uint32_t flags, uint32_t *num_receives) { argument
3023 (source != NULL) ? *sourcelen : -1,
3083 int recv_pktinfo(SOCKET data_socket, char *message_ptr, int bytes_to_recv, int my_flags, struct sockaddr *source, netperf_socklen_t *sourcelen) { argument
3099 my_header.msg_namelen = *sourcelen;
3137 recv_data(SOCKET data_socket, struct ring_elt *recv_ring, uint32_t bytes_to_recv, struct sockaddr *source, netperf_socklen_t *sourcelen, uint32_t flags, uint32_t *num_receives) { argument
3148 ret = recv_data_no_copy(data_socket, recv_ring, bytes_to_recv, source, sourcelen, flags, num_receives);
3170 (source != NULL) ? *sourcelen : -1,
3190 sourcelen);
3199 sourcelen);

Completed in 311 milliseconds