| /third_party/lz4/ossfuzz/ |
| H A D | round_trip_frame_fuzzer.c | 31 size_t const dstSize = in LLVMFuzzerTestOneInput() local
|
| H A D | round_trip_hc_fuzzer.c | 31 int const dstSize = LZ4_compress_HC((const char*)data, dst, size, in LLVMFuzzerTestOneInput() local
|
| H A D | compress_hc_fuzzer.c | 35 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 D | compress_frame_fuzzer.c | 35 size_t const dstSize = in LLVMFuzzerTestOneInput() local
|
| H A D | compress_fuzzer.c | 33 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 D | lz4_helpers.c | 40 size_t dstSize = dstCapacity; in FUZZ_decompressFrame() local
|
| H A D | round_trip_fuzzer.c | 36 int const dstSize = LZ4_compress_default((const char*)data, dst, in LLVMFuzzerTestOneInput() local
|
| H A D | round_trip_frame_uncompressed_fuzzer.c | 28 size_t dstSize = dstCapacity; in decompress() local
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/ |
| H A D | hc_file.c | 72 int HcFileRead(FileHandle file, void *dst, int dstSize)
in HcFileRead() argument
|
| H A D | hc_file_posix.c | 122 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
|
| /base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/ |
| H A D | hc_file.c | 120 int HcFileRead(FileHandle file, void *dst, int dstSize) in HcFileRead() argument
|
| /third_party/icu/icu4c/source/common/ |
| H A D | unistr_cnv.cpp | 132 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 D | unistr_cnv.cpp | 132 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 D | GrRect.h | 105 static inline bool GrClipSrcRectAndDstPoint(const SkISize& dstSize, in GrClipSrcRectAndDstPoint() argument
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| H A D | unistr_cnv.cpp | 132 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 D | locale_info.cpp | 197 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 D | es3fBufferCopyTests.cpp | 286 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 D | frameCompress.c | 231 size_t dstSize = dstCapacity; in decompress_file_internal() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
| H A D | vktTextureSwizzleTests.cpp | 198 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 D | vktApiFillBufferTests.cpp | 63 VkDeviceSize dstSize; member [all...] |
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_render.cpp | 1271 dng_point dstSize; in Render() local [all...] |
| /third_party/skia/experimental/ffmpeg/ |
| H A D | SkVideoDecoder.cpp | 136 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 D | vktTextureSwizzleTests.cpp | 170 const tcu::IVec2 dstSize = tcu::IVec2(dst.getWidth(), dst.getHeight()); in iterate() local
|
| /kernel/linux/linux-5.10/lib/zstd/ |
| H A D | huf_compress.c | 82 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 D | zstd_compress_superblock.c | 41 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
|