| /external/libwebsockets/win32port/zlib/ | 
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)  in compress2()  argument62 int ZEXPORT compress (dest, destLen, source, sourceLen)  in compress()  argument
 75 uLong ZEXPORT compressBound (sourceLen)  in compressBound()  argument
 
 | 
| D | uncompr.c | 24 int ZEXPORT uncompress (dest, destLen, source, sourceLen)  in uncompress()  argument
 | 
| /external/tflite-support/third_party/zlib/ | 
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)  in compress2()  argument68 int ZEXPORT compress (dest, destLen, source, sourceLen)  in compress()  argument
 81 uLong ZEXPORT compressBound (sourceLen)  in compressBound()  argument
 
 | 
| D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen)  in uncompress2()  argument86 int ZEXPORT uncompress (dest, destLen, source, sourceLen)  in uncompress()  argument
 
 | 
| /external/zlib/ | 
| D | compress.c | 22 int ZEXPORT compress2(dest, destLen, source, sourceLen, level)  in compress2()  argument68 int ZEXPORT compress(dest, destLen, source, sourceLen)  in compress()  argument
 81 uLong ZEXPORT compressBound(sourceLen)  in compressBound()  argument
 
 | 
| D | uncompr.c | 27 int ZEXPORT uncompress2(dest, destLen, source, sourceLen)  in uncompress2()  argument86 int ZEXPORT uncompress(dest, destLen, source, sourceLen)  in uncompress()  argument
 
 | 
| /external/rust/crates/libz-sys/src/zlib/ | 
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)  in compress2()  argument68 int ZEXPORT compress (dest, destLen, source, sourceLen)  in compress()  argument
 81 uLong ZEXPORT compressBound (sourceLen)  in compressBound()  argument
 
 | 
| D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen)  in uncompress2()  argument86 int ZEXPORT uncompress (dest, destLen, source, sourceLen)  in uncompress()  argument
 
 | 
| /external/python/cpython2/Modules/zlib/ | 
| D | compress.c | 22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level)  in compress2()  argument68 int ZEXPORT compress (dest, destLen, source, sourceLen)  in compress()  argument
 81 uLong ZEXPORT compressBound (sourceLen)  in compressBound()  argument
 
 | 
| D | uncompr.c | 27 int ZEXPORT uncompress2 (dest, destLen, source, sourceLen)  in uncompress2()  argument86 int ZEXPORT uncompress (dest, destLen, source, sourceLen)  in uncompress()  argument
 
 | 
| /external/cronet/third_party/icu/source/test/perf/strsrchperf/ | 
| D | strsrchperf.h | 39 …Function(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar…  in StringSearchPerfFunction()66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pat…  in ICUForwardSearch()
 75 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pa…  in ICUBackwardSearch()
 
 | 
| /external/icu/icu4c/source/test/perf/strsrchperf/ | 
| D | strsrchperf.h | 39 …Function(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar…  in StringSearchPerfFunction()66 void ICUForwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pat…  in ICUForwardSearch()
 75 void ICUBackwardSearch(UStringSearch *srch, const UChar* source, int32_t sourceLen, const UChar* pa…  in ICUBackwardSearch()
 
 | 
| /external/icu/icu4c/source/test/perf/convperf/ | 
| D | convperf.h | 37 …ICUToUnicodePerfFunction(const char* name,  const char* source, int32_t sourceLen, UErrorCode& sta…  in ICUToUnicodePerfFunction()83 …ICUFromUnicodePerfFunction(const char* name,  const UChar* source, int32_t sourceLen, UErrorCode& …  in ICUFromUnicodePerfFunction()
 284 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& …  in WinIMultiLanguageToUnicodePerfFunction()
 340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod…  in WinIMultiLanguageFromUnicodePerfFunction()
 396 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&…  in WinIMultiLanguage2ToUnicodePerfFunction()
 450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo…  in WinIMultiLanguage2FromUnicodePerfFunction()
 
 | 
| /external/cronet/third_party/icu/source/test/perf/convperf/ | 
| D | convperf.h | 37 …ICUToUnicodePerfFunction(const char* name,  const char* source, int32_t sourceLen, UErrorCode& sta…  in ICUToUnicodePerfFunction()83 …ICUFromUnicodePerfFunction(const char* name,  const UChar* source, int32_t sourceLen, UErrorCode& …  in ICUFromUnicodePerfFunction()
 284 …WinIMultiLanguageToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode& …  in WinIMultiLanguageToUnicodePerfFunction()
 340 …WinIMultiLanguageFromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCod…  in WinIMultiLanguageFromUnicodePerfFunction()
 396 …WinIMultiLanguage2ToUnicodePerfFunction(const char* name,char* source, UINT sourceLen, UErrorCode&…  in WinIMultiLanguage2ToUnicodePerfFunction()
 450 …WinIMultiLanguage2FromUnicodePerfFunction(const char* name,WCHAR* source, UINT sourceLen, UErrorCo…  in WinIMultiLanguage2FromUnicodePerfFunction()
 
 | 
| /external/icu/icu4c/source/samples/date/ | 
| D | uprint.c | 37   int32_t sourceLen;  in uprint()  local
 | 
| /external/cronet/third_party/icu/source/samples/date/ | 
| D | uprint.c | 37   int32_t sourceLen;  in uprint()  local
 | 
| /external/cronet/third_party/icu/source/samples/cal/ | 
| D | uprint.c | 36   int32_t sourceLen;  in uprint()  local
 | 
| /external/icu/icu4c/source/samples/cal/ | 
| D | uprint.c | 36   int32_t sourceLen;  in uprint()  local
 | 
| /external/cronet/third_party/icu/source/tools/genrb/ | 
| D | wrtjava.cpp | 107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *…  in uCharsToChars()207 strrch(const char* source,uint32_t sourceLen,char find){  in strrch()
 
 | 
| /external/icu/icu4c/source/tools/genrb/ | 
| D | wrtjava.cpp | 107 uCharsToChars(char *target, int32_t targetLen, const UChar *source, int32_t sourceLen, UErrorCode *…  in uCharsToChars()207 strrch(const char* source,uint32_t sourceLen,char find){  in strrch()
 
 | 
| /external/cronet/third_party/icu/source/extra/uconv/ | 
| D | uwmsg.c | 38        int32_t sourceLen,  in uprint()
 | 
| /external/icu/icu4c/source/extra/uconv/ | 
| D | uwmsg.c | 38        int32_t sourceLen,  in uprint()
 | 
| /external/zstd/zlibWrapper/ | 
| D | zstd_zlibwrapper.c | 487                                        uLong sourceLen))  in z_deflateBound()1100                                  const Bytef *source, uLong sourceLen))  in z_compress()
 1119                                   const Bytef *source, uLong sourceLen,  in z_compress2()
 1134 ZEXTERN uLong ZEXPORT z_compressBound OF((uLong sourceLen))  in z_compressBound()
 1144                                    const Bytef *source, uLong sourceLen))  in z_uncompress()
 
 | 
| /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ | 
| D | TestConversion.java | 400         int sourceLen = cc.unicode.length();  in stepFromUnicode()  local717         int sourceLen;  in stepToUnicode()  local
 
 | 
| /external/icu/icu4c/source/test/perf/ustrperf/ | 
| D | stringperf.h | 186     StringPerfFunction(ICUStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)  in StringPerfFunction()208     StringPerfFunction(StdStringPerfFn func, UChar* source, int32_t sourceLen, UBool uselen)  in StringPerfFunction()
 
 |