Home
last modified time | relevance | path

Searched defs:destLen (Results 1 - 25 of 40) sorted by relevance

12

/third_party/bounds_checking_function/src/
H A Dstrncat_s.c22 size_t destLen; in SecDoCatLimit() local
H A Dstrcat_s.c22 size_t destLen; in SecDoCat() local
H A Dwcsncat_s.c23 size_t destLen; in SecDoCatLimitW() local
H A Dwcscat_s.c22 size_t destLen; in SecDoCatW() local
/third_party/node/deps/zlib/
H A Duncompr.c27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() argument
82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() argument
[all...]
H A Dcompress.c22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() argument
63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() argument
/third_party/lzma/C/
H A DLzma86Dec.c23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) in Lzma86_Decode() argument
H A DLzmaLib.c11 Z7_STDAPI LzmaCompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t srcLen, in LzmaCompress() argument
37 Z7_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, size_t *srcLen, in LzmaUncompress() argument
H A DLzma86Enc.c14 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen, in Lzma86_Encode() argument
H A DLzma2Dec.c428 SRes Lzma2Dec_DecodeToBuf(CLzma2Dec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in Lzma2Dec_DecodeToBuf() argument
469 SRes Lzma2Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in Lzma2Decode() argument
/third_party/zlib/
H A Dcompress.c22 int ZEXPORT compress2(Bytef *dest, uLongf *destLen, const Bytef *source, in compress2() argument
63 int ZEXPORT compress(Bytef *dest, uLongf *destLen, const Bytef *source, in compress() argument
H A Duncompr.c27 int ZEXPORT uncompress2(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress2() argument
82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DBrotliInputStream.java126 public int read(byte[] destBuffer, int destOffset, int destLen) throws IOException { in read() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription() local
232 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getTranslate() local
242 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getNote() local
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription() local
232 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getTranslate() local
242 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getNote() local
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dprscmnts.cpp141 int32_t destLen = stringArray[0].extract(*dest, destCapacity, *status); in getDescription() local
232 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getTranslate() local
242 int32_t destLen = getText(source, srcLen, dest, destCapacity, notePatternString, status); in getNote() local
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DBrotliInputStream.cs141 public override int Read(byte[] destBuffer, int destOffset, int destLen) in Read() argument
[all...]
/third_party/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h110 int32_t destLen; member in NormPerfFunction
/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp339 static bool Utf8_To_Utf16(wchar_t *dest, size_t *destLen, const char *src, const char *srcLim, unsigned flags) throw() in Utf8_To_Utf16() argument
663 size_t destLen = 0; in Convert_UTF8_Buf_To_Unicode() local
709 const size_t destLen = Utf16_To_Utf8_Calc(src, src.Ptr(src.Len()), flags); in ConvertUnicodeToUTF8_Flags() local
752 const size_t destLen = Utf16_To_Utf8_Calc(src, src.Ptr(src.Len()), flags); Convert_Unicode_To_UTF8_Buf() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dspreptst.c304 destLen = 0; in unescapeData() local
332 int32_t destLen = 0; in Test_nfs4_cis_prep() local
450 int32_t destLen in Test_nfs4_mixed_prep() local
510 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); Test_nfs4_cs_prep() local
533 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); Test_nfs4_cs_prep() local
556 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, true, &parseError, &status); Test_nfs4_cs_prep() local
582 int32_t destLen = nfs4_cs_prepare(src, srcLen, dest, MAX_BUFFER_SIZE, false, &parseError, &status); Test_nfs4_cs_prep() local
[all...]
H A Didnatest.c80 int32_t destLen = 0; in testAPI() local
688 int32_t destLen = 40; TestJB4475() local
728 int32_t destLen = UPRV_LENGTHOF(dest); TestLength() local
780 int32_t destLen = UPRV_LENGTHOF(dest); TestLength() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBlobCache.cpp84 uLong destLen = uncompressedSize; in DecompressBlobCacheData() local
/third_party/skia/third_party/externals/angle2/util/capture/
H A Dframe_capture_test_utils.h40 uLong destLen = uncompressedSize; in DecompressBinaryData() local
/third_party/icu/icu4c/source/test/intltest/
H A Didnaref.cpp217 int32_t destLen =0; in convertFromPuny() local
/third_party/backends/backend/
H A Dxerox_mfp.c161 static int copy_decompress_data(struct device *dev, unsigned char *pDest, int maxlen, int *destLen) in copy_decompress_data() argument

Completed in 16 milliseconds

12