/external/zlib/src/ |
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 26 uLong sourceLen; 33 stream.avail_in = (uInt)sourceLen; 36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument 66 uLong sourceLen; 68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); 75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument 76 uLong sourceLen; in compressBound() 78 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + [all …]
|
D | uncompr.c | 24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument 28 uLong sourceLen; 34 stream.avail_in = (uInt)sourceLen; 36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
|
D | zlib.h | 699 uLong sourceLen)); 1144 const Bytef *source, uLong sourceLen)); 1158 const Bytef *source, uLong sourceLen, 1173 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1181 const Bytef *source, uLong sourceLen));
|
/external/qemu/distrib/zlib-1.2.3/ |
D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument 26 uLong sourceLen; 33 stream.avail_in = (uInt)sourceLen; 36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; 62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument 66 uLong sourceLen; 68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); 75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument 76 uLong sourceLen; in compressBound() 78 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + 11;
|
D | uncompr.c | 26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument 30 uLong sourceLen; 36 stream.avail_in = (uInt)sourceLen; 38 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
|
D | zlib.h | 645 uLong sourceLen)); 1010 const Bytef *source, uLong sourceLen)); 1025 const Bytef *source, uLong sourceLen, 1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1048 const Bytef *source, uLong sourceLen));
|
/external/icu4c/test/perf/strsrchperf/ |
D | strsrchperf.h | 56 …(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pa… in StringSearchPerfFunction() argument 59 srcLen = sourceLen; in StringSearchPerfFunction() 65 …tion(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pa… in StringSearchPerfFunction() argument 68 srcLen = sourceLen; in StringSearchPerfFunction() 101 void ICUForwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *p… in ICUForwardSearch() argument 109 void ICUBackwardSearch(BoyerMooreSearch *bms, const UChar *source, int32_t sourceLen, const UChar *… in ICUBackwardSearch() argument 118 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pat… in ICUForwardSearch() argument 127 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pa… in ICUBackwardSearch() argument
|
/external/icu4c/samples/cal/ |
D | uprint.c | 31 int32_t sourceLen; in uprint() local 40 sourceLen = u_strlen(s); in uprint() 42 mySourceEnd = mySource + sourceLen; in uprint()
|
/external/icu4c/samples/date/ |
D | uprint.c | 32 int32_t sourceLen; in uprint() local 41 sourceLen = u_strlen(s); in uprint() 43 mySourceEnd = mySource + sourceLen; in uprint()
|
/external/icu4c/test/perf/convperf/ |
D | convperf.h | 33 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction() argument 36 srcLen = sourceLen; in ICUToUnicodePerfFunction() 79 …ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& … in ICUFromUnicodePerfFunction() argument 82 srcLen = sourceLen; in ICUFromUnicodePerfFunction() 280 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction() argument 310 srcLen = sourceLen; in WinIMultiLanguageToUnicodePerfFunction() 336 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction() argument 366 srcLen = sourceLen; in WinIMultiLanguageFromUnicodePerfFunction() 392 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction() argument 406 srcLen = sourceLen; in WinIMultiLanguage2ToUnicodePerfFunction() [all …]
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() 145 const source: PChar; sourceLen: LongInt): Integer; 147 const source: PChar; sourceLen: LongInt; 149 function compressBound(sourceLen: LongInt): LongInt; in compressBound() 151 const source: PChar; sourceLen: LongInt): Integer;
|
/external/icu4c/i18n/ |
D | tblcoll.cpp | 411 int32_t sourceLen, in getCollationKey() argument 418 if (sourceLen < -1 || (source == NULL && sourceLen != 0)) { in getCollationKey() 423 if (sourceLen < 0) { in getCollationKey() 424 sourceLen = u_strlen(source); in getCollationKey() 426 if (sourceLen == 0) { in getCollationKey() 430 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status); in getCollationKey()
|
/external/icu4c/test/perf/ustrperf/ |
D | stringperf.h | 181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument 190 src_ = new UChar[sourceLen]; in StringPerfFunction() 191 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR); in StringPerfFunction() 192 srcLen_ = sourceLen; in StringPerfFunction() 203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction() argument 212 src_ = new UChar[sourceLen]; in StringPerfFunction() 213 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR); in StringPerfFunction() 214 srcLen_ = sourceLen; in StringPerfFunction()
|
/external/open-vcdiff/src/zlib/ |
D | zlib.h | 645 uLong sourceLen)); 1010 const Bytef *source, uLong sourceLen)); 1025 const Bytef *source, uLong sourceLen, 1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1048 const Bytef *source, uLong sourceLen));
|
/external/chromium/sdch/open-vcdiff/src/ |
D | zlib.h | 645 uLong sourceLen)); 1010 const Bytef *source, uLong sourceLen)); 1025 const Bytef *source, uLong sourceLen, 1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1048 const Bytef *source, uLong sourceLen));
|
/external/icu4c/test/cintltst/ |
D | nccbtst.h | 45 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expect… 54 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect,…
|
D | ncnvtst.c | 42 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… 44 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, 47 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… 1007 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU() argument 1036 sourceLimit=(UChar*)src+(sourceLen); in convertFromU() 1055 sourceLen, targ-buffer); in convertFromU() 1096 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU() argument 1129 sourceLimit=(uint8_t*)(src+(sourceLen)); in convertToU() 1151 sourceLen, targ-buffer); in convertToU() 1193 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU() argument [all …]
|
D | ncnvfbts.h | 23 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int…
|
/external/zlib/ |
D | zlib.h | 699 uLong sourceLen)); 1144 const Bytef *source, uLong sourceLen)); 1158 const Bytef *source, uLong sourceLen, 1173 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen)); 1181 const Bytef *source, uLong sourceLen));
|
/external/bzip2/ |
D | bzlib.h | 208 unsigned int sourceLen, 218 unsigned int sourceLen,
|
/external/icu4c/tools/genrb/ |
D | wrtjava.c | 103 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){ in uCharsToChars() argument 106 while(i<sourceLen){ in uCharsToChars() 135 if(i+1<sourceLen){ in uCharsToChars() 203 strrch(const char* source,uint32_t sourceLen,char find){ in strrch() argument 204 const char* tSourceEnd =source + (sourceLen-1); in strrch()
|
/external/icu4c/test/perf/normperf/ |
D | normperf.h | 87 …QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMod… in QuickCheckPerfFunction() argument 94 srcLen = sourceLen; in QuickCheckPerfFunction() 157 …NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) :… in NormPerfFunction() argument 162 destLen = sourceLen*3; in NormPerfFunction() 165 srcLen = sourceLen; in NormPerfFunction()
|
/external/icu4c/extra/uconv/ |
D | uwmsg.c | 36 int32_t sourceLen, in uprint() argument 52 mySourceEnd = mySource + sourceLen; in uprint()
|
/external/zlib/src/contrib/ada/ |
D | zlib-thin.ads | 164 sourceLen : ULong) 171 sourceLen : ULong; 179 sourceLen : ULong)
|
/external/openssl/crypto/comp/ |
D | c_zlib.c | 59 uLong sourceLen); 99 const Bytef *source, uLong sourceLen); 306 uLong sourceLen) 312 stream.avail_in = (uInt)sourceLen; 314 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
|