Home
last modified time | relevance | path

Searched refs:resize (Results 501 - 525 of 1922) sorted by relevance

1...<<21222324252627282930>>...77

/kernel/linux/linux-5.10/lib/
H A Dparman.c65 err = parman->ops->resize(parman->priv, new_count); in parman_enlarge()
80 err = parman->ops->resize(parman->priv, new_count); in parman_shrink()
263 * and resize the array area.
/kernel/linux/linux-6.6/lib/
H A Dparman.c65 err = parman->ops->resize(parman->priv, new_count); in parman_enlarge()
80 err = parman->ops->resize(parman->priv, new_count); in parman_shrink()
262 * and resize the array area.
/third_party/icu/icu4c/source/common/
H A Dcharstr.cpp229 if( (desiredCapacityHint<=capacity || buffer.resize(desiredCapacityHint, len+1)==NULL) && in ensureCapacity()
230 buffer.resize(capacity, len+1)==NULL in ensureCapacity()
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerMerge.cpp67 Files.resize(NumFiles); in Parse()
181 U.resize(MaxInputLen); in CrashResistantMergeInternalStep()
/third_party/node/deps/icu-small/source/common/
H A Dcharstr.cpp229 if( (desiredCapacityHint<=capacity || buffer.resize(desiredCapacityHint, len+1)==nullptr) && in ensureCapacity()
230 buffer.resize(capacity, len+1)==nullptr in ensureCapacity()
/third_party/icu/icu4c/source/test/intltest/
H A Ddcfmtest.cpp137 buf.resize(len+1); in InvariantStringPiece()
163 buf.resize(requiredCapacity); in UnicodeStringPiece()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec_references_mgr.cpp173 m_ppHeaps.resize(args.NumTexture2Ds, nullptr); in get_current_reference_frames()
239 m_referenceDXVAIndices.resize(m_dpbDescriptor.dpbSize);
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp84 that.resize(); in moveTo()
242 bool BitSet::resize(unsigned int nBits) in resize() function in nv50_ir::BitSet
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLKernelCL.cpp183 info.workGroups.resize(ctx.getDevices().size()); in createInfo()
209 info.args.resize(info.numArgs); in createInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCallingConvLower.cpp37 UsedRegs.resize((TRI.getNumRegs()+31)/32); in CCState()
235 Locs.resize(NumLocs); in getRemainingRegParmsForType()
H A DSpillPlacement.cpp208 BlockFrequencies.resize(mf.getNumBlockIDs()); in runOnMachineFunction()
367 ActiveNodes->resize(bundles->getNumBundles()); in prepare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/
H A DLineEditor.cpp49 CommonPrefix.resize(CommonLen); in getCommonPrefix()
319 Line.resize(Line.size() - 1); in readLine()
/third_party/vk-gl-cts/execserver/
H A DxsProtocol.cpp123 m_buf.resize(curPos + sizeof(T)); in put()
137 m_buf.resize(curPos + strLen+1); in put()
/third_party/vk-gl-cts/executor/tools/
H A DxeTestLogCompare.cpp238 headers.resize(batchResults.size()); in getTestResultHeaders()
275 results.resize(cmdLine.filenames.size()); in runCompare()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DDevice.cpp128 out.resize(count); in GetPhysicalDeviceQueueFamilyProperties()
143 out.resize(count); in GetPhysicalDevices()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DSwapChainD3D12.cpp214 // We can't reuse the buffers so we need to resize, IDXGSwapChain->ResizeBuffers requires in Initialize()
294 mBuffers.resize(mConfig.bufferCount); in CollectSwapChainBuffers()
301 mBufferLastUsedSerials.resize(mConfig.bufferCount, ExecutionSerial(0)); in CollectSwapChainBuffers()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-map.hh139 bool resize () in resize() function
252 if (unlikely ((occupancy + occupancy / 2) >= mask && !resize ())) return false; in set_with_hash()
/third_party/skia/tools/sk_app/win/
H A DD3D12WindowContext_win.cpp49 void resize(int width, int height) override;
211 void D3D12WindowContext::resize(int width, int height) { in resize() function in sk_app::D3D12WindowContext
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharstr.cpp229 if( (desiredCapacityHint<=capacity || buffer.resize(desiredCapacityHint, len+1)==NULL) && in ensureCapacity()
230 buffer.resize(capacity, len+1)==NULL in ensureCapacity()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DDenseSet.h80 void resize(size_t Size) { TheMap.resize(Size); } in resize() function in llvm::detail::DenseSetImpl
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
H A Dauxv.rs166 buffer.resize(buffer.capacity(), 0); in init_from_auxv_file()
177 buffer.resize(cur + n, 0_u8); in init_from_auxv_file()
/third_party/vk-gl-cts/external/vulkancts/vkscserver/
H A DvksSerializer.hpp40 if ((pos + size) > buffer.size()) buffer.resize(pos + size); in SerializeData()
208 v.resize(size); in SerializeItem()
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.cpp66 m_lastPayload.resize(numProducers, 0); in Consumer()
67 m_payloadSum.resize(numProducers, 0); in Consumer()
/third_party/vulkan-loader/tests/framework/shim/
H A Dshim_common.cpp84 dest_path.resize(src.size());
141 app_package_path.resize(path.size());
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineAttachmentFeedbackLoopLayoutTests.cpp482 m_images.resize(m_imageCount); in setup()
483 m_imageAllocs.resize(m_imageCount); in setup()
484 m_imageViews.resize(m_imageCount); in setup()
593 m_colorImages.resize(m_imageCount); in setup()
594 m_colorImageAllocs.resize(m_imageCount); in setup()
595 m_colorAttachmentViews.resize(m_imageCount); in setup()
1042 m_images.resize(m_imageCount); in setup()
1043 m_imageAllocs.resize(m_imageCount); in setup()
1050 m_imageViews.resize(numImageViews); in setup()
1145 m_dsImages.resize(m_imageCoun in setup()
[all...]

Completed in 18 milliseconds

1...<<21222324252627282930>>...77