Home
last modified time | relevance | path

Searched defs:sourceLen (Results 1 – 25 of 28) sorted by relevance

12

/external/pdfium/third_party/zlib_v128/
Dcompress.c26 uLong sourceLen, in compress2()
66 uLong sourceLen) in compress()
76 uLong sourceLen) in compressBound()
Duncompr.c28 uLong sourceLen) in uncompress()
Ddeflate.c567 uLong sourceLen) in deflateBound()
/external/zlib/src/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
/external/opencv3/3rdparty/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
75 uLong ZEXPORT compressBound (sourceLen) in compressBound() argument
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() argument
/external/icu/icu4c/source/test/perf/strsrchperf/
Dstrsrchperf.h34 …Function(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar… in StringSearchPerfFunction()
61 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pat… in ICUForwardSearch()
70 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pa… in ICUBackwardSearch()
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h33 …ICUToUnicodePerfFunction(const char* name, const char* source, int32_t sourceLen, UErrorCode& sta… in ICUToUnicodePerfFunction()
79 …ICUFromUnicodePerfFunction(const char* name, const UChar* source, int32_t sourceLen, UErrorCode& … in ICUFromUnicodePerfFunction()
280 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& … in WinIMultiLanguageToUnicodePerfFunction()
336 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod… in WinIMultiLanguageFromUnicodePerfFunction()
392 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&… in WinIMultiLanguage2ToUnicodePerfFunction()
446 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo… in WinIMultiLanguage2FromUnicodePerfFunction()
/external/icu/icu4c/source/samples/date/
Duprint.c32 int32_t sourceLen; in uprint() local
/external/icu/icu4c/source/samples/cal/
Duprint.c31 int32_t sourceLen; in uprint() local
/external/icu/icu4c/source/tools/genrb/
Dwrtjava.cpp104 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *… in uCharsToChars()
204 strrch(const char* source,uint32_t sourceLen,char find){ in strrch()
/external/icu/icu4c/source/extra/uconv/
Duwmsg.c34 int32_t sourceLen, in uprint()
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java390 int sourceLen = cc.unicode.length(); in stepFromUnicode() local
717 int sourceLen; in stepToUnicode() local
/external/icu/icu4c/source/test/cintltst/
Dusrchtst.c2819 …tPCEBuffer_with(const UChar *search, uint32_t searchLen, const UChar *source, uint32_t sourceLen) { in TestPCEBuffer_with()
2902 uint32_t sourceLen = sizeof(source)/sizeof(UChar); in TestPCEBuffer_100df() local
2913 uint32_t sourceLen = sizeof(source)/sizeof(UChar); in TestPCEBuffer_2surr() local
2922 int32_t sourceLen; in TestMatchFollowedByIgnorables() local
Dncnvtst.c1009 static UBool convertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLe… in convertFromU()
1098 static UBool convertToU( const uint8_t *source, int sourceLen, const UChar *expect, int expectLen, in convertToU()
1195 static UBool testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expe… in testConvertFromU()
Dncnvfbts.c129 static UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int… in testConvertFromUnicode()
Dnccbtst.c2623 UBool testConvertFromUnicode(const UChar *source, int sourceLen, const uint8_t *expect, int expect… in testConvertFromUnicode()
3014 UBool testConvertFromUnicodeWithContext(const UChar *source, int sourceLen, const uint8_t *expect,… in testConvertFromUnicodeWithContext()
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h181 StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction()
203 StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen) in StringPerfFunction()
/external/icu/icu4c/source/test/perf/normperf/
Dnormperf.h87 …QuickCheckPerfFunction(QuickCheckFn func, const UChar* source,int32_t sourceLen, UNormalizationMod… in QuickCheckPerfFunction()
157 …NormPerfFunction(NormFn func, int32_t opts, const UChar* source,int32_t sourceLen,UBool _uselen) :… in NormPerfFunction()
/external/icu/icu4c/source/i18n/
Drbt_pars.cpp1648 utrans_stripRules(const UChar *source, int32_t sourceLen, UChar *target, UErrorCode *status) { in utrans_stripRules()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp142 int sourceLen = 0; in queryShaderInfo() local
/external/valgrind/perf/
Dtest_input_for_tinycc.c4326 unsigned int sourceLen, in BZ2_bzBuffToBuffCompress()
4378 unsigned int sourceLen, in BZ2_bzBuffToBuffDecompress()

12