Home
last modified time | relevance | path

Searched defs:srcSize (Results 1 - 25 of 58) sorted by relevance

123

/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_realloc.cpp21 void *HilogRealloc::Realloc(void *ptr, size_t size, size_t srcSize) in Realloc() argument
/third_party/lz4/ossfuzz/
H A Dlz4_helpers.c30 FUZZ_decompressFrame(void* dst, const size_t dstCapacity, const void* src, const size_t srcSize) FUZZ_decompressFrame() argument
H A Ddecompress_frame_fuzzer.c18 decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const void* dict, size_t dictSize, const LZ4F_decompressOptions_t* opts) decompress() argument
H A Dround_trip_frame_uncompressed_fuzzer.c29 size_t srcSize = (const char *) srcEnd - (const char *) srcPtr; in decompress() local
H A Dround_trip_stream_fuzzer.c103 static void state_decompress(state_t* state, char const* src, int srcSize) in state_decompress() argument
145 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_prefixRoundTrip() local
166 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_extDictRoundTrip() local
215 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); in state_prefixHCRoundTrip() local
237 int const srcSize = FUZZ_rand32(&state->seed, 0, srcRemaining); state_extDictHCRoundTrip() local
[all...]
/base/security/code_signature/interfaces/innerkits/common/include/
H A Dbyte_buffer.h54 bool CopyFrom(const uint8_t *srcData, uint32_t srcSize) in CopyFrom() argument
68 bool PutData(uint32_t pos, const uint8_t *srcData, uint32_t srcSize) in PutData() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c83 int HcFileWrite(FileHandle file, const void *src, int srcSize) in HcFileWrite() argument
H A Dhc_file_posix.c148 int HcFileWrite(FileHandle file, const void *src, int srcSize) in HcFileWrite() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_file.c144 int HcFileWrite(FileHandle file, const void *src, int srcSize) in HcFileWrite() argument
/third_party/skia/src/gpu/geometry/
H A DGrRect.h105 GrClipSrcRectAndDstPoint(const SkISize& dstSize, const SkISize& srcSize, const SkIRect& srcRect, const SkIPoint& dstPoint, SkIRect* clippedSrcRect, SkIPoint* clippedDstPoint) GrClipSrcRectAndDstPoint() argument
/base/global/i18n_lite/frameworks/i18n/src/
H A Dstr_util.cpp107 std::string::size_type srcSize = src.size(); in Split() local
/base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/
H A Dhks_rkc_rw.c116 int32_t FillFieldToBuffer(const void *src, uint32_t srcSize, struct HksBlob *destBlob, uint32_t *destOffset) in FillFieldToBuffer() argument
/base/update/updater/services/package/pkg_algorithm/
H A Dpkg_algo_lz4.cpp53 int32_t PkgAlgorithmLz4::AdpLz4Decompress(const uint8_t *src, uint8_t *dest, uint32_t srcSize, in AdpLz4Decompress() argument
42 AdpLz4Compress(const uint8_t *src, uint8_t *dest, uint32_t srcSize, uint32_t dstCapacity) const AdpLz4Compress() argument
/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp660 bool Convert_UTF8_Buf_To_Unicode(const char *src, size_t srcSize, UString &dest, unsigned flags) in Convert_UTF8_Buf_To_Unicode() argument
/third_party/lz4/tests/
H A DabiTest.c100 static void roundTripCheck(const void* srcBuff, size_t srcSize) in roundTripCheck() argument
74 roundTripTest(void* resultBuff, size_t resultBuffCapacity, void* compressedBuff, size_t compressedBuffCapacity, const void* srcBuff, size_t srcSize) roundTripTest() argument
[all...]
H A Dfreestanding.c54 static void test_lz4(const uint8_t* srcData, int srcSize) { in test_lz4() argument
90 static void test_lz4hc(const uint8_t* srcData, int srcSize) { in test_lz4hc() argument
148 static const int srcSize = (int) sizeof(README_md); in test() local
[all...]
H A DroundTripTest.c127 static void roundTripCheck(const void* srcBuff, size_t srcSize, in argument
101 roundTripTest(void* resultBuff, size_t resultBuffCapacity, void* compressedBuff, size_t compressedBuffCapacity, const void* srcBuff, size_t srcSize, int clevel) roundTripTest() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp285 int srcSize; in init() member
50 BasicBufferCopyCase(Context& context, const char* name, const char* desc, deUint32 srcTarget, int srcSize, deUint32 srcHint, deUint32 dstTarget, int dstSize, deUint32 dstHint, int copySrcOffset, int copyDstOffset, int copySize, VerifyType verifyType) BasicBufferCopyCase() argument
/third_party/icu/icu4c/source/common/
H A Dubiditransform.cpp84 uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
/third_party/node/deps/icu-small/source/common/
H A Dubiditransform.cpp84 uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
/third_party/lz4/examples/
H A DframeCompress.c232 size_t srcSize = (const char*)srcEnd - (const char*)srcPtr; in decompress_file_internal() local
/third_party/lzma/C/
H A DMtDec.h72 size_t srcSize; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp199 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in iterate() local
/third_party/skia/src/codec/
H A DSkWebpCodec.cpp419 SkISize srcSize = options.fSubset ? options.fSubset->size() : this->dimensions(); in onGetPixels() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dubiditransform.cpp84 uint32_t srcSize; /* input text capacity excluding the trailing zero */ member

Completed in 17 milliseconds

123