Searched defs:sourceLen (Results 1 - 25 of 47) sorted by relevance

12

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_uncompr.c12 Decompresses the source buffer into the destination buffer. sourceLen is
28 uLong sourceLen)
34 stream.avail_in = (uInt)sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
24 uncompress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
H A Dfx_zlib_compress.c13 parameter has the same meaning as in deflateInit. sourceLen is the byte
15 destination buffer, which must be at least 0.1% larger than sourceLen plus
26 uLong sourceLen,
33 stream.avail_in = (uInt)sourceLen;
36 if ((uLong)stream.avail_in != sourceLen) return Z_BUF_ERROR;
66 uLong sourceLen)
68 return compress2(dest, destLen, source, sourceLen, Z_DEFAULT_COMPRESSION);
76 uLong sourceLen)
78 return sourceLen + (sourceLen >> 1
22 compress2( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) argument
62 compress( Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen) argument
75 compressBound( uLong sourceLen) argument
[all...]
/external/chromium_org/third_party/icu/source/samples/cal/
H A Duprint.c31 int32_t sourceLen; local
40 sourceLen = u_strlen(s);
42 mySourceEnd = mySource + sourceLen;
/external/chromium_org/third_party/icu/source/samples/date/
H A Duprint.c32 int32_t sourceLen; local
41 sourceLen = u_strlen(s);
43 mySourceEnd = mySource + sourceLen;
/external/icu/icu4c/source/samples/cal/
H A Duprint.c31 int32_t sourceLen; local
40 sourceLen = u_strlen(s);
42 mySourceEnd = mySource + sourceLen;
/external/icu/icu4c/source/samples/date/
H A Duprint.c32 int32_t sourceLen; local
41 sourceLen = u_strlen(s);
43 mySourceEnd = mySource + sourceLen;
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
H A Dstrsrchperf.h34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { argument
37 srcLen = sourceLen;
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
/external/chromium_org/third_party/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp62 size_t sourceLen = strlen(source); local
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL);
/external/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h34 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { argument
37 srcLen = sourceLen;
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pattern, int32_t patternLen, UErrorCode* status) { argument
/external/skia/tools/skpdiff/
H A DSkCLImageDiffer.cpp62 size_t sourceLen = strlen(source); local
63 cl_program program = clCreateProgramWithSource(fContext, 1, &source, &sourceLen, NULL);
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duwmsg.c36 int32_t sourceLen,
52 mySourceEnd = mySource + sourceLen;
35 uprint(const UChar *s, int32_t sourceLen, FILE *f, UErrorCode *status) argument
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c36 int32_t sourceLen,
52 mySourceEnd = mySource + sourceLen;
35 uprint(const UChar *s, int32_t sourceLen, FILE *f, UErrorCode *status) argument
/external/chromium_org/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h33 ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){ argument
36 srcLen = sourceLen;
79 ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& status){ argument
82 srcLen = sourceLen;
280 WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
310 srcLen = sourceLen;
336 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){ argument
366 srcLen = sourceLen;
392 WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
406 srcLen = sourceLen;
446 WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status) argument
[all...]
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
94 srcLen = sourceLen;
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { argument
162 destLen = sourceLen*3;
165 srcLen = sourceLen;
/external/icu/icu4c/source/test/perf/convperf/
H A Dconvperf.h33 ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& status){ argument
36 srcLen = sourceLen;
79 ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& status){ argument
82 srcLen = sourceLen;
280 WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
310 srcLen = sourceLen;
336 WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status){ argument
366 srcLen = sourceLen;
392 WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& status){ argument
406 srcLen = sourceLen;
446 WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h87 QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMode _mode, int32_t opts, UBool _uselen) : options(opts) { argument
94 srcLen = sourceLen;
157 NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) : options(opts) { argument
162 destLen = sourceLen*3;
165 srcLen = sourceLen;
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobsdiff.c207 const Bytef *source, uLong sourceLen, int level)
213 stream.avail_in = (uInt)sourceLen;
206 compress2gzip(Bytef *dest, uLongf *destLen, const Bytef *source, uLong sourceLen, int level) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dtblcoll.cpp410 int32_t sourceLen,
417 if (sourceLen < -1 || (source == NULL && sourceLen != 0)) {
422 if (sourceLen < 0) {
423 sourceLen = u_strlen(source);
425 if (sourceLen == 0) {
429 int32_t resultLen = ucol_getCollationKey(ucollator, source, sourceLen, sortkey, status);
409 getCollationKey(const UChar* source, int32_t sourceLen, CollationKey& sortkey, UErrorCode& status) const argument
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dwrtjava.c103 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){ argument
106 while(i<sourceLen){
135 if(i+1<sourceLen){
203 strrch(const char* source,uint32_t sourceLen,char find){ argument
204 const char* tSourceEnd =source + (sourceLen-1);
/external/icu/icu4c/source/tools/genrb/
H A Dwrtjava.c103 uCharsToChars( char* target,int32_t targetLen, UChar* source, int32_t sourceLen,UErrorCode* status){ argument
106 while(i<sourceLen){
135 if(i+1<sourceLen){
203 strrch(const char* source,uint32_t sourceLen,char find){ argument
204 const char* tSourceEnd =source + (sourceLen-1);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.c129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
183 realSourceEnd = source + sourceLen;
226 sourceLen, targ-junkout);
/external/chromium_org/third_party/icu/source/test/perf/ustrperf/
H A Dstringperf.h181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
190 src_ = new UChar[sourceLen];
191 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
192 srcLen_ = sourceLen;
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
212 src_ = new UChar[sourceLen];
213 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
214 srcLen_ = sourceLen;
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, argument
183 realSourceEnd = source + sourceLen;
226 sourceLen, targ-junkout);
/external/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.h181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
190 src_ = new UChar[sourceLen];
191 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
192 srcLen_ = sourceLen;
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) argument
212 src_ = new UChar[sourceLen];
213 memcpy(src_, source, sourceLen * U_SIZEOF_UCHAR);
214 srcLen_ = sourceLen;
/external/bzip2/
H A Dbzlib.c1251 unsigned int sourceLen,
1276 strm.avail_in = sourceLen;
1303 unsigned int sourceLen,
1324 strm.avail_in = sourceLen;
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

Completed in 4020 milliseconds

12