Home
last modified time | relevance | path

Searched defs:srcLen (Results 1 - 16 of 16) sorted by relevance

/test/xts/device_attest_lite/services/core/mini/adapter/
H A Dattest_adapter_network_config.c31 static int32_t CopyNVData(char *dst, int32_t dstLen, unsigned char *src, int32_t srcLen) in CopyNVData() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Arrays.cpp29 auto srcLen = static_cast<int32_t>(src->GetLength()); in StdCoreCopyTo() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_sendable_arraybuffer.cpp292 uint32_t srcLen = 0; in CloneArrayBuffer() local
H A Dbuiltins_arraybuffer.cpp299 uint32_t srcLen = 0; in CloneArrayBuffer() local
H A Dbuiltins_shared_typedarray.cpp1134 uint64_t srcLen = static_cast<uint64_t>(tSrcLen.GetNumber()); in Set() local
H A Dbuiltins_typedarray.cpp1265 uint64_t srcLen = static_cast<uint64_t>(tSrcLen.GetNumber()); in Set() local
/kernel/liteos_a/kernel/extended/hilog/
H A Dlos_hilog.c129 static int HiLogBufferCopy(unsigned char *dst, unsigned dstLen, const unsigned char *src, size_t srcLen) in HiLogBufferCopy() argument
/test/xts/acts/multimedia/image/image_js_standard/imagePackingNDK/entry/src/main/cpp/napi/
H A Dimage_packer_test.cpp97 bool CreateArrayBuffer(napi_env env, void* src, size_t srcLen, napi_value *res) in CreateArrayBuffer() argument
/test/xts/device_attest/services/core/utils/
H A Dattest_utils.c187 int Sha256ValueToAscii(const unsigned char *src, int srcLen, char *dest, int destLen) in Sha256ValueToAscii() argument
215 int Sha256Value(const unsigned char *src, int srcLen, char *dest, int destLen) in Sha256Value() argument
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils.c190 int Sha256ValueToAscii(const unsigned char *src, int srcLen, unsigned char *dest, int destLen) in Sha256ValueToAscii() argument
218 int Sha256Value(const unsigned char *src, int srcLen, char *dest, int destLen) in Sha256Value() argument
/kernel/liteos_a/net/telnet/src/
H A Dtelnet_loop.c110 STATIC UINT8 *ReadFilter(const UINT8 *src, UINT32 srcLen, UINT32 *dstLen) in ReadFilter() argument
179 STATIC ssize_t WriteToFd(INT32 fd, const CHAR *src, size_t srcLen) in WriteToFd() argument
/test/xts/device_attest_lite/services/core/network/
H A Dattest_network.c581 static int32_t SplitBySymbol(const char* src, size_t srcLen, const char* separator, List* list) in SplitBySymbol() argument
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp1203 uint32_t srcLen = src->GetLength(); in TrimBody() local
1339 uint32_t srcLen = srcFlat.GetLength(); in Trim() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h557 uint32_t srcLen = 0U; in RuntimeStArraySpread() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp2232 GateRef srcLen = ZExtInt32ToInt64(GetArrayLength(srcArray)); in Set() local
H A Dbuiltins_string_stub_builder.cpp2591 GateRef srcLen = GetLengthFromString(thisValue); in EcmaStringTrim() local
2624 GateRef srcLen = srcStringInfoGate.GetLength(); in EcmaStringTrimBody() local

Completed in 39 milliseconds