Home
last modified time | relevance | path

Searched refs:sourceLen (Results 1 – 25 of 77) sorted by relevance

1234

/external/chromium_org/third_party/zlib/
Dcompress.c22 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 …]
Duncompr.c24 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;
/external/zlib/src/
Dcompress.c22 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 …]
Duncompr.c24 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;
/external/qemu/distrib/zlib-1.2.8/
Dcompress.c22 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 …]
Duncompr.c24 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;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_compress.c26 uLong sourceLen, in compress2() argument
33 stream.avail_in = (uInt)sourceLen; in compress2()
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; in compress2()
66 uLong sourceLen) in compress() argument
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION); in compress()
76 uLong sourceLen) in compressBound() argument
78 return sourceLen + (sourceLen >> 12) + (sourceLen >> 14) + in compressBound()
79 (sourceLen >> 25) + 13; in compressBound()
Dfx_zlib_uncompr.c28 uLong sourceLen) in uncompress() argument
34 stream.avail_in = (uInt)sourceLen; in uncompress()
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR; in uncompress()
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
Dstrsrchperf.h34 …tion(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pa… in StringSearchPerfFunction() argument
37 srcLen = sourceLen; in StringSearchPerfFunction()
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pat… in ICUForwardSearch() argument
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pa… in ICUBackwardSearch() argument
/external/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.h34 …tion(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pa… in StringSearchPerfFunction() argument
37 srcLen = sourceLen; in StringSearchPerfFunction()
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pat… in ICUForwardSearch() argument
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pa… in ICUBackwardSearch() argument
/external/icu/icu4c/source/samples/cal/
Duprint.c31 int32_t sourceLen; in uprint() local
40 sourceLen = u_strlen(s); in uprint()
42 mySourceEnd = mySource + sourceLen; in uprint()
/external/chromium_org/third_party/icu/source/samples/date/
Duprint.c32 int32_t sourceLen; in uprint() local
41 sourceLen = u_strlen(s); in uprint()
43 mySourceEnd = mySource + sourceLen; in uprint()
/external/chromium_org/third_party/icu/source/samples/cal/
Duprint.c31 int32_t sourceLen; in uprint() local
40 sourceLen = u_strlen(s); in uprint()
42 mySourceEnd = mySource + sourceLen; in uprint()
/external/icu/icu4c/source/samples/date/
Duprint.c32 int32_t sourceLen; in uprint() local
41 sourceLen = u_strlen(s); in uprint()
43 mySourceEnd = mySource + sourceLen; in uprint()
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h33 …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/chromium_org/third_party/icu/source/test/perf/convperf/
Dconvperf.h33 …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/
Dzlibpas.pas122 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/chromium_org/third_party/icu/source/i18n/
Dtblcoll.cpp410 int32_t sourceLen, in getCollationKey() argument
417 if (sourceLen < -1 || (source == NULL && sourceLen != 0)) { in getCollationKey()
422 if (sourceLen < 0) { in getCollationKey()
423 sourceLen = u_strlen(source); in getCollationKey()
425 if (sourceLen == 0) { in getCollationKey()
429 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status); in getCollationKey()
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
Dstringperf.h181 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/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h181 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/chromium_org/sdch/open-vcdiff/src/zlib/
Dzlib.h645 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_org/third_party/icu/source/test/cintltst/
Dnccbtst.h45 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,…
/external/icu/icu4c/source/test/cintltst/
Dnccbtst.h45 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,…
/external/skia/tools/skpdiff/
DSkCLImageDiffer.cpp62 size_t sourceLen = strlen(source); in loadKernelSource() local
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL); in loadKernelSource()
/external/chromium_org/third_party/skia/tools/skpdiff/
DSkCLImageDiffer.cpp62 size_t sourceLen = strlen(source); in loadKernelSource() local
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL); in loadKernelSource()

1234