| /base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
| H A D | hilog_realloc.cpp | 21 void *HilogRealloc::Realloc(void *ptr, size_t size, size_t srcSize) in Realloc() argument
|
| /third_party/lz4/ossfuzz/ |
| H A D | lz4_helpers.c | 30 FUZZ_decompressFrame(void* dst, const size_t dstCapacity, const void* src, const size_t srcSize) FUZZ_decompressFrame() argument
|
| H A D | decompress_frame_fuzzer.c | 18 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 D | round_trip_frame_uncompressed_fuzzer.c | 29 size_t srcSize = (const char *) srcEnd - (const char *) srcPtr; in decompress() local
|
| H A D | round_trip_stream_fuzzer.c | 103 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 D | byte_buffer.h | 54 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 D | hc_file.c | 83 int HcFileWrite(FileHandle file, const void *src, int srcSize)
in HcFileWrite() argument
|
| H A D | hc_file_posix.c | 148 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 D | hc_file.c | 144 int HcFileWrite(FileHandle file, const void *src, int srcSize) in HcFileWrite() argument
|
| /third_party/skia/src/gpu/geometry/ |
| H A D | GrRect.h | 105 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 D | str_util.cpp | 107 std::string::size_type srcSize = src.size();
in Split() local
|
| /base/security/huks/frameworks/huks_standard/main/crypto_engine/rkc/src/ |
| H A D | hks_rkc_rw.c | 116 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 D | pkg_algo_lz4.cpp | 53 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 D | UTFConvert.cpp | 660 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 D | abiTest.c | 100 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 D | freestanding.c | 54 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 D | roundTripTest.c | 127 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 D | es3fBufferCopyTests.cpp | 285 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 D | ubiditransform.cpp | 84 uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ubiditransform.cpp | 84 uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
|
| /third_party/lz4/examples/ |
| H A D | frameCompress.c | 232 size_t srcSize = (const char*)srcEnd - (const char*)srcPtr; in decompress_file_internal() local
|
| /third_party/lzma/C/ |
| H A D | MtDec.h | 72 size_t srcSize;
member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureSwizzleTests.cpp | 199 const tcu::IVec2 srcSize = tcu::IVec2(src.getWidth(), src.getHeight()); in iterate() local
|
| /third_party/skia/src/codec/ |
| H A D | SkWebpCodec.cpp | 419 SkISize srcSize = options.fSubset ? options.fSubset->size() : this->dimensions(); in onGetPixels() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | ubiditransform.cpp | 84 uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
|