Home
last modified time | relevance | path

Searched defs:dstSize (Results 1 - 25 of 60) sorted by relevance

123

/third_party/lz4/ossfuzz/
H A Dround_trip_frame_fuzzer.c31 size_t const dstSize = in LLVMFuzzerTestOneInput() local
H A Dround_trip_hc_fuzzer.c31 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
H A Dcompress_hc_fuzzer.c35 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
49 int const dstSize = LZ4_compress_HC_destSize(state, (const char*)data, in LLVMFuzzerTestOneInput() local
H A Dcompress_frame_fuzzer.c35 size_t const dstSize = in LLVMFuzzerTestOneInput() local
H A Dcompress_fuzzer.c33 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
45 int const dstSize = LZ4_compress_destSize((const char*)data, dst, in LLVMFuzzerTestOneInput() local
H A Dlz4_helpers.c40 size_t dstSize = dstCapacity; in FUZZ_decompressFrame() local
H A Dround_trip_fuzzer.c36 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
H A Dround_trip_frame_uncompressed_fuzzer.c28 size_t dstSize = dstCapacity; in decompress() local
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c72 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
H A Dhc_file_posix.c122 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_file.c120 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
/third_party/icu/icu4c/source/common/
H A Dunistr_cnv.cpp132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunistr_cnv.cpp132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/skia/src/gpu/geometry/
H A DGrRect.h105 static inline bool GrClipSrcRectAndDstPoint(const SkISize& dstSize, in GrClipSrcRectAndDstPoint() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_cnv.cpp132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/base/global/i18n_lite/frameworks/i18n/src/
H A Dlocale_info.cpp197 bool LocaleInfo::ChangeLanguageCode(char *lang, const int32_t dstSize, const char *src, const int32_t srcSize) const in ChangeLanguageCode() argument
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp286 int dstSize; 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/lz4/examples/
H A DframeCompress.c231 size_t dstSize = dstCapacity; in decompress_file_internal() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureSwizzleTests.cpp198 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiFillBufferTests.cpp63 VkDeviceSize dstSize; member
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_render.cpp1271 dng_point dstSize; in Render() local
[all...]
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp136 static int skstream_read_packet(void* ctx, uint8_t* dstBuffer, int dstSize) { in skstream_read_packet() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureSwizzleTests.cpp170 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in iterate() local
/kernel/linux/linux-5.10/lib/zstd/
H A Dhuf_compress.c82 size_t HUF_compressWeights_wksp(void *dst, size_t dstSize, const void *weightTable, size_t wtSize, void *workspace, size_t workspaceSize) in HUF_compressWeights_wksp() argument
538 size_t HUF_compress1X_usingCTable(void *dst, size_t dstSize, const void *src, size_t srcSize, const HUF_CElt *CTable) in HUF_compress1X_usingCTable() argument
581 size_t HUF_compress4X_usingCTable(void *dst, size_t dstSize, const void *src, size_t srcSize, const HUF_CElt *CTable) in HUF_compress4X_usingCTable() argument
653 static size_t HUF_compress_internal(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, in HUF_compress_internal() argument
748 HUF_compress1X_wksp(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, void *workSpace, size_t wkspSize) HUF_compress1X_wksp() argument
754 HUF_compress1X_repeat(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, void *workSpace, size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat, int preferRepeat) HUF_compress1X_repeat() argument
761 HUF_compress4X_wksp(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, void *workSpace, size_t wkspSize) HUF_compress4X_wksp() argument
767 HUF_compress4X_repeat(void *dst, size_t dstSize, const void *src, size_t srcSize, unsigned maxSymbolValue, unsigned huffLog, void *workSpace, size_t wkspSize, HUF_CElt *hufTable, HUF_repeat *repeat, int preferRepeat) HUF_compress4X_repeat() argument
[all...]
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_superblock.c41 ZSTD_compressSubBlock_literal(const HUF_CElt* hufTable, const ZSTD_hufCTablesMetadata_t* hufMetadata, const BYTE* literals, size_t litSize, void* dst, size_t dstSize, const int bmi2, int writeEntropy, int* entropyWritten) ZSTD_compressSubBlock_literal() argument

Completed in 16 milliseconds

123