Home
last modified time | relevance | path

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

1234

/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/log/
H A Dlog_helper.c32 int srcLen = strlen(srcMsg); in EncryptLogMsg() local
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_strnlen_test.cpp21 int srcLen = sizeof(srcChar) / sizeof(srcChar[0]) - 1; in HWTEST_F() local
H A Dstring_strlen_test.cpp22 int srcLen = sizeof(srcChar) / sizeof(srcChar[0]) - 1; in HWTEST_F() local
/third_party/bounds_checking_function/src/
H A Dstrncat_s.c23 size_t srcLen; in SecDoCatLimit() local
H A Dstrcat_s.c23 size_t srcLen; in SecDoCat() local
H A Dwcsncat_s.c24 size_t srcLen; in SecDoCatLimitW() local
H A Dwcscat_s.c23 size_t srcLen; in SecDoCatW() local
/third_party/lz4/tests/
H A Ddecompress-partial.c31 int srcLen = (int)strlen(source); in main() local
H A Ddecompress-partial-usingDict.c33 int srcLen = (int)strlen(source); in main() local
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dstrlen.c30 int srcLen = sizeof(src) / sizeof(src[0]) - 1; in strlen_0100() local
43 int srcLen = sizeof(src) / sizeof(src[0]) - 1; in strlen_0200() local
56 int srcLen = INIT_LEN; in strlen_0300() 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.cpp35 auto srcLen = srcData.size(); in Compress() local
60 auto srcLen = srcData.size(); in Uncompress() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Dvirtual_cloud_data_translate.cpp75 uint32_t srcLen = CalculateLens(asset); in AssetToBlob() local
85 uint32_t srcLen = 0; in AssetsToBlob() local
/third_party/lzma/C/
H A DLzma86Dec.c12 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) in Lzma86_GetUnpackSize() argument
23 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
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_xz_utils.cpp37 bool XzDecompress(const uint8_t *src, size_t srcLen, std::shared_ptr<std::vector<uint8_t>> out) in XzDecompress() argument
/foundation/distributedhardware/device_manager/test/commonunittest/
H A DUTTest_dm_anonymous.cpp399 uint32_t srcLen = 0; in HWTEST_F() local
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.h25 int32_t srcLen; member in StringSearchPerfFunction
52 int32_t srcLen; member in StringSearchPerformanceTest
/third_party/musl/libc-test/src/functional/
H A Diconv_test.c85 void CompareIconvResult(char *to, char *from, char *src, size_t srcLen) in CompareIconvResult() argument
/third_party/skia/src/xml/
H A DSkDOMParser.cpp10 char* SkDOMParser::dupstr(SkArenaAlloc* chunk, const char src[], size_t srcLen) { in dupstr() argument
/base/update/updater/services/diffpatch/patch/
H A Dimage_patch.cpp43 size_t srcLen = static_cast<size_t>(ReadLE<int64_t>(param.patch + offset)); in ApplyImagePatch() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_image_info.cpp96 int32_t srcLen = static_cast<int32_t>(originalData.length() - 1); in EncodeBase64() local
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/
H A Dconstant.cpp88 bool Constant::DCopy(uint8_t *tag, size_t tagLen, const uint8_t *src, size_t srcLen) in DCopy() argument
/third_party/icu/icu4c/source/tools/genrb/
H A Dprscmnts.cpp47 removeText(UChar *source, int32_t srcLen, in removeText() argument
71 trim(UChar *src, int32_t srcLen, UErrorCode *status){ in trim() argument
79 removeCmtText(UChar* source, int32_t srcLen, UErrorCode* status) removeCmtText() argument
87 getText(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UnicodeString patternString, UErrorCode* status) getText() argument
124 getDescription( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getDescription() argument
148 getCount(const UChar* source, int32_t srcLen, UParseCommentsOption option, UErrorCode *status) getCount() argument
185 getAt(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, int32_t index, UParseCommentsOption option, UErrorCode* status) getAt() argument
227 getTranslate( const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getTranslate() argument
237 getNote(const UChar* source, int32_t srcLen, UChar** dest, int32_t destCapacity, UErrorCode* status) getNote() argument
[all...]

Completed in 9 milliseconds

1234