/kernel/linux/linux-5.10/lib/ |
H A D | parman.c | 65 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 D | parman.c | 65 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 D | charstr.cpp | 229 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 D | FuzzerMerge.cpp | 67 Files.resize(NumFiles); in Parse() 181 U.resize(MaxInputLen); in CrashResistantMergeInternalStep()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | charstr.cpp | 229 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 D | dcfmtest.cpp | 137 buf.resize(len+1); in InvariantStringPiece() 163 buf.resize(requiredCapacity); in UnicodeStringPiece()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_video_dec_references_mgr.cpp | 173 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 D | nv50_ir_util.cpp | 84 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 D | CLKernelCL.cpp | 183 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 D | CallingConvLower.cpp | 37 UsedRegs.resize((TRI.getNumRegs()+31)/32); in CCState() 235 Locs.resize(NumLocs); in getRemainingRegParmsForType()
|
H A D | SpillPlacement.cpp | 208 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 D | LineEditor.cpp | 49 CommonPrefix.resize(CommonLen); in getCommonPrefix() 319 Line.resize(Line.size() - 1); in readLine()
|
/third_party/vk-gl-cts/execserver/ |
H A D | xsProtocol.cpp | 123 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 D | xeTestLogCompare.cpp | 238 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 D | Device.cpp | 128 out.resize(count); in GetPhysicalDeviceQueueFamilyProperties() 143 out.resize(count); in GetPhysicalDevices()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | SwapChainD3D12.cpp | 214 // 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 D | hb-map.hh | 139 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 D | D3D12WindowContext_win.cpp | 49 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 D | charstr.cpp | 229 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 D | DenseSet.h | 80 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 D | auxv.rs | 166 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 D | vksSerializer.hpp | 40 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 D | deBlockBuffer.cpp | 66 m_lastPayload.resize(numProducers, 0); in Consumer() 67 m_payloadSum.resize(numProducers, 0); in Consumer()
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | shim_common.cpp | 84 dest_path.resize(src.size()); 141 app_package_path.resize(path.size());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 482 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...] |