Searched refs:destLen (Results 1 - 23 of 23) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dcompress.c14 length of the source buffer. Upon entry, destLen is the total size of the
16 12 bytes. Upon exit, destLen is the actual size of the compressed buffer.
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
24 uLongf *destLen;
39 stream.avail_out = (uInt)*destLen;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
54 *destLen = stream.total_out;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
64 uLongf *destLen;
68 return compress2(dest, destLen, sourc
[all...]
H A Duncompr.c13 the byte length of the source buffer. Upon entry, destLen is the total
18 Upon exit, destLen is the actual size of the compressed buffer.
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
28 uLongf *destLen;
41 stream.avail_out = (uInt)*destLen;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
57 *destLen = stream.total_out;
H A Dzlib.h1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1013 the byte length of the source buffer. Upon entry, destLen is the total
1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1030 length of the source buffer. Upon entry, destLen is the total size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1047 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1051 the byte length of the source buffer. Upon entry, destLen is the total
1056 Upon exit, destLen is the actual size of the compressed buffer.
H A Ddeflate.c494 uLong destLen; local
497 destLen = sourceLen +
502 return destLen;
507 return destLen;
/external/zlib/
H A Dcompress.c14 length of the source buffer. Upon entry, destLen is the total size of the
16 12 bytes. Upon exit, destLen is the actual size of the compressed buffer.
22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)
24 uLongf *destLen;
39 stream.avail_out = (uInt)*destLen;
40 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
54 *destLen = stream.total_out;
62 int ZEXPORT compress (dest, destLen, source, sourceLen)
64 uLongf *destLen;
68 return compress2(dest, destLen, sourc
[all...]
H A Duncompr.c13 the byte length of the source buffer. Upon entry, destLen is the total
18 Upon exit, destLen is the actual size of the compressed buffer.
26 int ZEXPORT uncompress (dest, destLen, source, sourceLen)
28 uLongf *destLen;
41 stream.avail_out = (uInt)*destLen;
42 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
57 *destLen = stream.total_out;
H A Dzlib.h1009 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1013 the byte length of the source buffer. Upon entry, destLen is the total
1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1024 ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen,
1030 length of the source buffer. Upon entry, destLen is the total size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1047 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1051 the byte length of the source buffer. Upon entry, destLen is the total
1056 Upon exit, destLen is the actual size of the compressed buffer.
H A Ddeflate.c494 uLong destLen; local
497 destLen = sourceLen +
502 return destLen;
507 return destLen;
/external/icu4c/test/cintltst/
H A Dspreptst.c300 destLen = 0; local
306 u_strToUTF8(dest, destCapacity, &destLen, b1, b1Len, status);
308 return destLen;
328 int32_t destLen = 0; local
330 destLen = nfs4_cis_prepare(src , (int32_t)strlen(src), dest, destLen, &parseError, &status);
333 dest = (char*) malloc(++destLen);
334 destLen = nfs4_cis_prepare( src , (int32_t)strlen(src), dest, destLen, &parseError, &status);
446 int32_t destLen local
506 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, FALSE, &parseError, &status); local
529 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, FALSE, &parseError, &status); local
552 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, TRUE, &parseError, &status); local
578 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, FALSE, &parseError, &status); local
[all...]
H A Didnatest.c78 int32_t destLen = 0; local
94 destLen = func(src,-1,NULL,0,options, &parseError , &status);
97 if(destLen+1 < MAX_DEST_SIZE){
99 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
101 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
116 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
119 if(destLen+1 < MAX_DEST_SIZE){
121 destLen = func(src,-1,dest,destLen
710 int32_t destLen = 40; local
750 int32_t destLen = LENGTHOF(dest); local
802 int32_t destLen = LENGTHOF(dest); local
[all...]
H A Dcbiditst.c84 const UChar *dest, int32_t destLen, int mode,
88 int32_t destLen, const char *mode,
1140 int32_t srcLen, destLen, runCount, i; local
1159 destLen = ubidi_writeReverse(src, 0, dest, MAXLEN, 0, &errorCode);
1160 if (destLen != 0) {
1162 "returned %d instead\n", destLen);
1167 destLen = ubidi_writeReordered(bidi, dest, MAXLEN, 0, &errorCode);
1168 if (destLen != 0) {
1170 "returned %d instead\n", destLen);
1214 destLen
1574 int32_t srcLen, destLen; local
2112 int destLen, i; local
2141 int destLen; local
3081 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, const char *destChars, const UChar *dest, int32_t destLen, int mode, int option, UBiDiLevel level) argument
3258 checkResultLength(UBiDi *pBiDi, const char *srcChars, const char *destChars, int32_t destLen, const char* mode, const char* option, UBiDiLevel level) argument
3326 int32_t srcLen, destLen, vis1Len, vis2Len, option, i, j, nCases, paras; local
3410 int32_t srcLen, destLen, index; local
3517 int32_t destLen; local
3707 int32_t srcLen, destLen, textSrcSize = (int32_t)uprv_strlen(textSrc); local
[all...]
/external/icu4c/tools/genrb/
H A Dprscmnts.cpp129 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); local
130 return trim(*dest, destLen, status);
218 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); local
219 return trim(*dest, destLen, status);
228 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); local
229 return trim(*dest, destLen, status);
H A Dwrtxml.cpp226 int32_t destLen=0; local
254 if((destLen+UTF8_CHAR_LENGTH(c)) < destCap){
260 uprv_strcpy(dest+( destLen),"\x26\x61\x6d\x70\x3b"); /* &amp;*/
261 destLen+=(int32_t)uprv_strlen("\x26\x61\x6d\x70\x3b");
264 uprv_strcpy(dest+(destLen),"\x26\x6c\x74\x3b"); /* &lt;*/
265 destLen+=(int32_t)uprv_strlen("\x26\x6c\x74\x3b");
268 uprv_strcpy(dest+(destLen),"\x26\x67\x74\x3b"); /* &gt;*/
269 destLen+=(int32_t)uprv_strlen("\x26\x67\x74\x3b");
272 uprv_strcpy(dest+(destLen),"\x26\x71\x75\x6f\x74\x3b"); /* &quot;*/
273 destLen
[all...]
/external/icu4c/test/intltest/
H A Dtestidna.cpp456 int32_t destLen = 0; local
471 destLen = func(src,-1,NULL,0,options, &parseError , &status);
474 if(destLen+1 < MAX_DEST_SIZE){
476 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
478 if(U_SUCCESS(status) && expectedStatus != U_IDNA_STD3_ASCII_RULES_ERROR&& (doCompare==TRUE) && u_strCaseCompare(dest,destLen, expected,expectedLen,0,&status)!=0){
481 + " Got: " + prettify(UnicodeString(dest,destLen))
501 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
504 if(destLen+1 < MAX_DEST_SIZE){
506 destLen
[all...]
H A Didnaref.cpp204 int32_t destLen =0; local
228 u_strFromUTF32(dest,destCapacity,&destLen,(UChar32*)b2,b2Len,&status);
239 return destLen;
/external/bzip2/
H A Dbzlib.h206 unsigned int* destLen,
216 unsigned int* destLen,
H A Dbzlib.c1249 unsigned int* destLen,
1259 if (dest == NULL || destLen == NULL ||
1277 strm.avail_out = *destLen;
1284 *destLen -= strm.avail_out;
1301 unsigned int* destLen,
1310 if (dest == NULL || destLen == NULL ||
1325 strm.avail_out = *destLen;
1332 *destLen -= strm.avail_out;
1247 BZ2_bzBuffToBuffCompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int blockSize100k, int verbosity, int workFactor ) argument
1299 BZ2_bzBuffToBuffDecompress( char* dest, unsigned int* destLen, char* source, unsigned int sourceLen, int small, int verbosity ) argument
/external/icu4c/test/perf/normperf/
H A Dnormperf.h106 int32_t destLen; member in class:NormPerfFunction
120 retVal = (*fn)(lines[i].name,lines[i].len,pDest,destLen, options, status);
124 retVal = (*fn)(lines[i].name,-1,pDest,destLen, options, status);
129 retVal = (*fn)(src,srcLen,pDest,destLen, options, status);
131 retVal = (*fn)(src,-1,pDest,destLen, options, status);
151 destLen = DEST_BUFFER_CAPACITY;
162 destLen = sourceLen*3;
163 pDest = (UChar*) malloc(destLen * U_SIZEOF_UCHAR);
/external/openssl/crypto/comp/
H A Dc_zlib.c58 static int zz_uncompress(Bytef *dest, uLongf *destLen, const Bytef *source,
98 typedef int (*compress_ft)(Bytef *dest,uLongf *destLen,
305 static int zz_uncompress (Bytef *dest, uLongf *destLen, const Bytef *source,
317 stream.avail_out = (uInt)*destLen;
318 if ((uLong)stream.avail_out != *destLen) return Z_BUF_ERROR;
332 *destLen = stream.total_out;
/external/zlib/contrib/pascal/
H A Dzlibpas.pas115 function compress(dest: PChar; var destLen: LongInt;
117 function compress2(dest: PChar; var destLen: LongInt;
121 function uncompress(dest: PChar; var destLen: LongInt;
/external/opencore/android/
H A Dpvmediascanner.cpp174 int destLen = srcLen * 3 + 1; local
175 char* dest = (char *)alloca(destLen);
177 if (oscl_UnicodeToUTF8(src, oscl_strlen(src), dest, destLen) > 0) {
/external/zlib/as400/
H A Dzlib.inc105 D destLen 10U 0 Destination length
111 D destLen 10U 0 Destination length
121 D destLen 10U 0 Destination length
/external/icu4c/i18n/
H A Ducurr.cpp772 int32_t destLen = u_strToUpper(dest, 0, source, len, NULL, &ec); local
775 dest = (UChar*)uprv_malloc(sizeof(UChar) * MAX(destLen, len));
776 u_strToUpper(dest, destLen, source, len, NULL, &ec);

Completed in 639 milliseconds