Home
last modified time | relevance | path

Searched refs:targetSize (Results 1 - 21 of 21) sorted by relevance

/third_party/lz4/tests/
H A Dfuzzer.c401 int const targetSize = srcSize * (int)((FUZ_rand(&randState) & 127)+1) >> 7; in FUZ_test() local
403 compressedBuffer[targetSize] = endCheck; in FUZ_test()
404 cSize = LZ4_compress_destSize(block, compressedBuffer, &srcSize, targetSize); in FUZ_test()
405 FUZ_CHECKTEST(cSize > targetSize, "LZ4_compress_destSize() result larger than dst buffer !"); in FUZ_test()
406 FUZ_CHECKTEST(compressedBuffer[targetSize] != endCheck, "LZ4_compress_destSize() overwrite dst buffer !"); in FUZ_test()
408 DISPLAYLEVEL(5, "destSize : %7i/%7i; content%7i/%7i ", cSize, targetSize, srcSize, blockSize); in FUZ_test()
409 if (targetSize>0) { in FUZ_test()
430 int const targetSize = srcSize * (int)((FUZ_rand(&randState) & 127)+1) >> 7; in FUZ_test() local
434 compressedBuffer[targetSize] = endCheck; in FUZ_test()
435 cSize = LZ4_compress_HC_destSize(ctx, block, compressedBuffer, &srcSize, targetSize, compressionLeve in FUZ_test()
630 int const targetSize = (int)((size_t)blockSize - missingOutBytes); FUZ_test() local
644 int const targetSize = (int)((size_t)blockSize - missingOutBytes); FUZ_test() local
657 int const targetSize = (int)((size_t)blockSize - missingOutBytes); FUZ_test() local
670 int const targetSize = (int)((size_t)blockSize - missingOutBytes); FUZ_test() local
1355 size_t const targetSize = 4116; /* size carefully selected to trigger an overflow */ FUZ_unitTests() local
[all...]
/third_party/skia/src/ports/
H A DSkImageGeneratorNDK.cpp109 static bool set_target_size(AImageDecoder* decoder, const SkISize& size, const SkISize targetSize) { in set_target_size() argument
110 if (size != targetSize) { in set_target_size()
121 && targetSize == SkISize::Make(width, height)) { in set_target_size()
129 if (targetSize.width() > size.width() || targetSize.height() > size.height()) { in set_target_size()
136 return ok(AImageDecoder_setTargetSize(decoder, targetSize.width(), targetSize.height())); in set_target_size()
/third_party/skia/third_party/externals/brotli/research/
H A Dsieve.cc82 TextIdx targetSize = static_cast<TextIdx>(dictionary_size_limit); in sieve_generate() local
83 if (targetSize != dictionary_size_limit) { in sieve_generate()
203 if (size <= targetSize) { in sieve_generate()
210 if (size == targetSize) { in sieve_generate()
215 if (size < targetSize) { in sieve_generate()
216 /* size(a) > targetSize > size(b) && a < m < b */ in sieve_generate()
221 if (size < targetSize) { in sieve_generate()
223 } else if (size > targetSize) { in sieve_generate()
233 /* size(minPresence) > targetSize > size(minPresence + 1) */ in sieve_generate()
237 /* size(a) < targetSize < siz in sieve_generate()
[all...]
H A Ddictionary_generator.cc130 size_t targetSize = 16 << 10; in main() local
226 targetSize = readInt(arg2); in main()
227 if (targetSize < 256 || targetSize > (1 << 25)) { in main()
307 targetSize, sliceLen, sizes, data.data())); in main()
310 targetSize, sizes, data.data())); in main()
313 targetSize, sliceLen, blockSize, sizes, data.data())); in main()
H A Ddurchschlag.cc447 TextIdx targetSize = static_cast<TextIdx>(dictionary_size_limit); in durchschlagGenerateExclusive() local
448 if (targetSize != dictionary_size_limit) { in durchschlagGenerateExclusive()
469 if (targetSize < blockLen || total < blockLen) { in durchschlagGenerateExclusive()
491 if (dictSize > targetSize - blockLen) { in durchschlagGenerateExclusive()
546 return createDictionary(data, ranges, targetSize); in durchschlagGenerateExclusive()
553 TextIdx targetSize = static_cast<TextIdx>(dictionary_size_limit); in durchschlagGenerateCollaborative() local
554 if (targetSize != dictionary_size_limit) { in durchschlagGenerateCollaborative()
575 if (targetSize < blockLen || total < blockLen) { in durchschlagGenerateCollaborative()
592 if (dictSize > targetSize - blockLen) { in durchschlagGenerateCollaborative()
638 return createDictionary(data, ranges, targetSize); in durchschlagGenerateCollaborative()
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Deurocreg.c150 int32_t targetSize, euroBackSize; in isEuroAware() local
154 targetSize = ucnv_fromUChars(myConv, in isEuroAware()
169 targetSize, in isEuroAware()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp787 , targetSize (targetSize_) in TestConfig()
810 UVec2 targetSize; member
3191 const UVec2& targetSize) in pushReadImagesToBuffers()
3257 { targetSize.x(), targetSize.y(), 1u } // imageExtent in pushReadImagesToBuffers()
3276 { targetSize.x(), targetSize.y(), 1u } // imageExtent in pushReadImagesToBuffers()
3419 const UVec2& targetSize,
3425 DE_ASSERT(targetSize.x() * targetSize
3183 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) pushReadImagesToBuffers() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp777 , targetSize (targetSize_) in TestConfig()
800 UVec2 targetSize; member
3177 const UVec2& targetSize) in pushReadImagesToBuffers()
3243 { targetSize.x(), targetSize.y(), 1u } // imageExtent in pushReadImagesToBuffers()
3262 { targetSize.x(), targetSize.y(), 1u } // imageExtent in pushReadImagesToBuffers()
3405 const UVec2& targetSize,
3411 DE_ASSERT(targetSize.x() * targetSize
3169 pushReadImagesToBuffers(const DeviceInterface& vk, VkCommandBuffer commandBuffer, deUint32 queueIndex, const vector<de::SharedPtr<AttachmentResources> >& attachmentResources, const vector<Attachment>& attachmentInfo, const vector<bool>& isLazy, const UVec2& targetSize) pushReadImagesToBuffers() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fCopyImageTests.cpp263 RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed);
272 static IVec2 getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount);
282 RandomizedRenderGrid::RandomizedRenderGrid (const IVec2& targetSize, const IVec2& cellSize, int maxCellCount, deUint32 seed) in RandomizedRenderGrid() argument
283 : m_targetSize (targetSize) in RandomizedRenderGrid()
285 , m_grid (targetSize / cellSize) in RandomizedRenderGrid()
288 , m_cellCount (deMin32(maxCellCount, ((targetSize.y() % cellSize.y()) == 0) && m_grid.y() > 1 ? m_grid.x() * (m_grid.y() - 1) : m_grid.x() * m_grid.y())) in RandomizedRenderGrid()
289 , m_baseRandomOffset (getRandomOffset(seed, targetSize, cellSize, m_grid, m_cellCount)) in RandomizedRenderGrid()
293 IVec2 RandomizedRenderGrid::getRandomOffset (deUint32 seed, IVec2 targetSize, IVec2 cellSize, IVec2 grid, int cellCount) in getRandomOffset() argument
297 IVec2 extraSpace = targetSize - (cellSize * grid); in getRandomOffset()
304 DE_ASSERT(targetSize in getRandomOffset()
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fOcclusionQueryTests.cpp71 OcclusionQueryCase (Context& context, const char* name, const char* description,int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes);
97 OcclusionQueryCase::OcclusionQueryCase (Context& context, const char* name, const char* description, int numOccluderDraws, int numOccludersPerDraw, float occluderSize, int numTargetDraws, int numTargetsPerDraw, float targetSize, deUint32 queryMode, deUint32 occluderTypes) in OcclusionQueryCase() argument
104 , m_targetSize (targetSize) in OcclusionQueryCase()
H A Des3fMultisampleTests.cpp632 const IVec2 targetSize = getRenderTargetSize(); in iterate() local
640 if ((targetSize.x() >= 2048 || targetSize.y() >= 2048) && (detectedNumSamples >= (m_numSamples/2))) in iterate()
/third_party/icu/icu4c/source/test/intltest/
H A Dssearch.cpp1192 int32_t targetSize = targetOrders.size() - 1; in simpleSearch() local
1206 for(int32_t i = 0; i < targetSize; i += 1) { in simpleSearch()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
230 while ((int)temp.size() > targetSize)
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderCompilationCases.cpp226 int targetSize = (int)(deFloatCeil(factor*(float)v.size()));
230 while ((int)temp.size() > targetSize)
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 247 milliseconds