| /third_party/bounds_checking_function/src/ |
| H A D | strncat_s.c | 22 size_t destLen; in SecDoCatLimit() local
|
| H A D | strcat_s.c | 22 size_t destLen; in SecDoCat() local
|
| H A D | wcsncat_s.c | 23 size_t destLen; in SecDoCatLimitW() local
|
| H A D | wcscat_s.c | 22 size_t destLen; in SecDoCatW() local
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
| H A D | easy_util.c | 37 int MemoryCopy(uint8_t* dest, size_t destLen, uint8_t* src, const size_t srcLen) in MemoryCopy() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | zlib_compression.cpp | 36 auto destLen = compressBound(srcLen); in Compress() local [all...] |
| /third_party/node/deps/zlib/ |
| H A D | uncompr.c | 27 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 D | compress.c | 22 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 D | Lzma86Dec.c | 23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen)
in Lzma86_Decode() argument
|
| H A D | LzmaLib.c | 11 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 D | Lzma86Enc.c | 14 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen,
in Lzma86_Encode() argument
|
| /third_party/zlib/ |
| H A D | compress.c | 22 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 D | uncompr.c | 27 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 D | BrotliInputStream.java | 126 public int read(byte[] destBuffer, int destOffset, int destLen) throws IOException { in read() argument [all...] |
| /drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
| H A D | pin_db_ops_base_test.cpp | 57 uint32_t destLen = 3; in HWTEST_F() local 88 uint32_t destLen = 1; in HWTEST_F() local
|
| /drivers/peripheral/pin_auth/hdi_service/database/src/ |
| H A D | pin_db_ops_base.c | 28 ResultCode GetDataFromBuf(uint8_t **src, uint32_t *srcLen, uint8_t *dest, uint32_t destLen) in GetDataFromBuf() argument 45 ResultCode GetBufFromData(uint8_t *src, uint32_t srcLen, uint8_t **dest, uint32_t *destLen) in GetBufFromData() argument [all...] |
| /kernel/liteos_a/kernel/extended/trace/pipeline/ |
| H A D | trace_tlv.c | 87 UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen) in OsTraceDataEncode() argument
|
| /kernel/liteos_m/components/trace/pipeline/ |
| H A D | trace_tlv.c | 87 UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen) in OsTraceDataEncode() argument
|
| /base/telephony/sms_mms/services/sms/gsm/ |
| H A D | gsm_user_data_encode.cpp | 183 uint16_t destLen = MAX_TPDU_LEN - buffer.GetIndex() - HEX_VALUE_01; in Encode8bitBodyPdu() local 257 uint16_t destLen = MAX_TPDU_LEN - buffer.GetIndex() - HEX_VALUE_01; in EncodeUcs2BodyPdu() local
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | prscmnts.cpp | 141 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 D | prscmnts.cpp | 141 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 D | prscmnts.cpp | 141 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 D | BrotliInputStream.cs | 141 public override int Read(byte[] destBuffer, int destOffset, int destLen)
in Read() argument [all...] |
| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_rsa_asy_key_generator_by_spec_cov_test.cpp | 107 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument
|
| H A D | crypto_rsa_sign_test.cpp | 95 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument
|