Home
last modified time | relevance | path

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

123

/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
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/
H A Deasy_util.c37 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 Dzlib_compression.cpp36 auto destLen = compressBound(srcLen); in Compress() local
[all...]
/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
/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...]
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_base_test.cpp57 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 Dpin_db_ops_base.c28 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 Dtrace_tlv.c87 UINT32 OsTraceDataEncode(UINT8 type, const TlvTable *table, UINT8 *src, UINT8 *dest, INT32 destLen) in OsTraceDataEncode() argument
/kernel/liteos_m/components/trace/pipeline/
H A Dtrace_tlv.c87 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 Dgsm_user_data_encode.cpp183 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 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...]
/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_rsa_asy_key_generator_by_spec_cov_test.cpp107 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument
H A Dcrypto_rsa_sign_test.cpp95 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument

Completed in 13 milliseconds

123