| /third_party/flutter/skia/src/effects/ |
| D | SkPackBits.cpp | 13 size_t SkPackBits::ComputeMaxSize8(size_t srcSize) { in ComputeMaxSize8() 41 size_t SkPackBits::Pack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Pack8() 85 int SkPackBits::Unpack8(const uint8_t* SK_RESTRICT src, size_t srcSize, in Unpack8()
|
| /third_party/lz4/ossfuzz/ |
| D | round_trip_stream_fuzzer.c | 103 static void state_decompress(state_t* state, char const* src, int srcSize) in state_decompress() 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); in state_extDictHCRoundTrip() local
|
| D | lz4_helpers.c | 31 const void* src, const size_t srcSize) in FUZZ_decompressFrame()
|
| D | decompress_frame_fuzzer.c | 18 const void* src, size_t srcSize, in decompress()
|
| /third_party/uboot/u-boot-2020.01/lib/zstd/ |
| D | decompress.c | 179 static size_t ZSTD_frameHeaderSize(const void *src, size_t srcSize) in ZSTD_frameHeaderSize() 197 size_t ZSTD_getFrameParams(ZSTD_frameParams *fparamsPtr, const void *src, size_t srcSize) in ZSTD_getFrameParams() 287 unsigned long long ZSTD_getFrameContentSize(const void *src, size_t srcSize) in ZSTD_getFrameContentSize() 309 unsigned long long ZSTD_findDecompressedSize(const void *src, size_t srcSize) in ZSTD_findDecompressedSize() 384 size_t ZSTD_getcBlockSize(const void *src, size_t srcSize, blockProperties_t *bpPtr) in ZSTD_getcBlockSize() 402 static size_t ZSTD_copyRawBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize) in ZSTD_copyRawBlock() 410 static size_t ZSTD_setRleBlock(void *dst, size_t dstCapacity, const void *src, size_t srcSize, size… in ZSTD_setRleBlock() 422 size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx *dctx, const void *src, size_t srcSize) /* note : srcSize… in ZSTD_decodeLiteralsBlock() 743 …size_t srcSize, const FSE_decode_t4 *defaultTable, U32 flagRepeatTable, void *workspace, size_t wo… in ZSTD_buildSeqTable() 784 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx *dctx, int *nbSeqPtr, const void *src, size_t srcSize) in ZSTD_decodeSeqHeaders() [all …]
|
| D | entropy_common.c | 137 …32 *rankStats, U32 *nbSymbolsPtr, U32 *tableLogPtr, const void *src, size_t srcSize, void *workspa… in HUF_readStats_wksp()
|
| D | zstd_opt.h | 28 ZSTD_STATIC void ZSTD_rescaleFreqs(seqStore_t *ssPtr, const BYTE *src, size_t srcSize) in ZSTD_rescaleFreqs() 397 void ZSTD_compressBlock_opt_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const int ultr… in ZSTD_compressBlock_opt_generic() 690 void ZSTD_compressBlock_opt_extDict_generic(ZSTD_CCtx *ctx, const void *src, size_t srcSize, const … in ZSTD_compressBlock_opt_extDict_generic()
|
| D | bitstream.h | 209 ZSTD_STATIC size_t BIT_initDStream(BIT_DStream_t *bitD, const void *srcBuffer, size_t srcSize) in BIT_initDStream()
|
| /third_party/lz4/lib/ |
| D | lz4hc.c | 896 int LZ4_compress_HC_extStateHC_fastReset (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_HC_extStateHC_fastReset() 913 int LZ4_compress_HC_extStateHC (void* state, const char* src, char* dst, int srcSize, int dstCapaci… in LZ4_compress_HC_extStateHC() 920 int LZ4_compress_HC(const char* src, char* dst, int srcSize, int dstCapacity, int compressionLevel) in LZ4_compress_HC() 1109 …continue (LZ4_streamHC_t* LZ4_streamHCPtr, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_HC_continue() 1153 int LZ4_compressHC(const char* src, char* dst, int srcSize) { return LZ4_compress_HC (src, dst, src… in LZ4_compressHC() 1154 int LZ4_compressHC_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize) { return … in LZ4_compressHC_limitedOutput() 1155 int LZ4_compressHC2(const char* src, char* dst, int srcSize, int cLevel) { return LZ4_compress_HC (… in LZ4_compressHC2() 1156 int LZ4_compressHC2_limitedOutput(const char* src, char* dst, int srcSize, int maxDstSize, int cLev… in LZ4_compressHC2_limitedOutput() 1157 int LZ4_compressHC_withStateHC (void* state, const char* src, char* dst, int srcSize) { return LZ4_… in LZ4_compressHC_withStateHC() 1158 int LZ4_compressHC_limitedOutput_withStateHC (void* state, const char* src, char* dst, int srcSize,… in LZ4_compressHC_limitedOutput_withStateHC() [all …]
|
| D | lz4frame.c | 305 const size_t srcSize) in LZ4F_optimalBSID() 324 static size_t LZ4F_compressBound_internal(size_t srcSize, in LZ4F_compressBound_internal() 351 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressFrameBound() 375 const void* srcBuffer, size_t srcSize, in LZ4F_compressFrame_usingCDict() 430 const void* srcBuffer, size_t srcSize, in LZ4F_compressFrame() 726 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressBound() 740 const void* src, size_t srcSize, in LZ4F_makeBlock() 764 static int LZ4F_compressBlock(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, … in LZ4F_compressBlock() 775 static int LZ4F_compressBlock_continue(void* ctx, const char* src, char* dst, int srcSize, int dstC… in LZ4F_compressBlock_continue() 782 static int LZ4F_compressBlockHC(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity… in LZ4F_compressBlockHC() [all …]
|
| D | lz4.c | 1211 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset() 1267 int LZ4_compress_default(const char* src, char* dst, int srcSize, int maxOutputSize) in LZ4_compress_default() 1275 int LZ4_compress_fast_force(const char* src, char* dst, int srcSize, int dstCapacity, int accelerat… in LZ4_compress_fast_force() 1561 int LZ4_compress_forceExtDict (LZ4_stream_t* LZ4_dict, const char* source, char* dest, int srcSize) in LZ4_compress_forceExtDict() 1657 int srcSize, in LZ4_decompress_generic() 2339 int LZ4_compress(const char* src, char* dest, int srcSize) in LZ4_compress() 2343 int LZ4_compress_limitedOutput_withState (void* state, const char* src, char* dst, int srcSize, int… in LZ4_compress_limitedOutput_withState() 2347 int LZ4_compress_withState (void* state, const char* src, char* dst, int srcSize) in LZ4_compress_withState() 2351 …Output_continue (LZ4_stream_t* LZ4_stream, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4_compress_limitedOutput_continue()
|
| /third_party/flutter/skia/bench/ |
| D | DrawLatticeBench.cpp | 16 DrawLatticeBench(int* xDivs, int xCount, int* yDivs, int yCount, const SkISize& srcSize, in DrawLatticeBench()
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/ |
| D | TJTransformer.java | 155 private native int[] transform(byte[] srcBuf, int srcSize, byte[][] dstBufs, in transform()
|
| /third_party/flutter/skia/src/gpu/geometry/ |
| D | GrRect.h | 100 const SkISize& srcSize, in GrClipSrcRectAndDstPoint()
|
| /third_party/skia/src/gpu/geometry/ |
| D | GrRect.h | 106 const SkISize& srcSize, in GrClipSrcRectAndDstPoint()
|
| /third_party/flutter/skia/src/core/ |
| D | SkBlurMask.cpp | 463 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local 643 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
|
| /third_party/skia/src/core/ |
| D | SkBlurMask.cpp | 461 size_t srcSize = (size_t)(src.width() * src.height()); in BlurRect() local 638 size_t srcSize = src.computeImageSize(); in BlurGroundTruth() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| D | cbiditst.c | 743 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local 778 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local 812 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local 843 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local 877 int32_t srcSize = (int32_t)strlen(logicalOrder[i]); in testReorder() local 1005 int32_t srcSize = u_strlen(logicalOrder[i]); in testReorderArabicMathSymbols() local 1854 int32_t srcSize, count, paraStart, paraLimit, paraIndex, length; in testMultipleParagraphs() local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Framebuffer9.cpp | 259 gl::Extents srcSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitImpl() local
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | Framebuffer9.cpp | 257 gl::Extents srcSize(readRenderTarget->getWidth(), readRenderTarget->getHeight(), 1); in blitImpl() local
|
| /third_party/skia/src/codec/ |
| D | SkWebpCodec.cpp | 419 SkISize srcSize = options.fSubset ? options.fSubset->size() : this->dimensions(); in onGetPixels() local
|
| /third_party/flutter/skia/src/codec/ |
| D | SkWebpCodec.cpp | 424 SkISize srcSize = options.fSubset ? options.fSubset->size() : this->dimensions(); in onGetPixels() local
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | ubiditransform.cpp | 84 … uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
|
| /third_party/flutter/skia/third_party/externals/icu/source/common/ |
| D | ubiditransform.cpp | 84 … uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
|
| /third_party/icu/icu4c/source/common/ |
| D | ubiditransform.cpp | 84 … uint32_t srcSize; /* input text capacity excluding the trailing zero */ member
|