Home
last modified time | relevance | path

Searched refs:old_layout (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/lang/rust/rustc-1.58.1-src/library/core/src/alloc/
H A Dmod.rs195 old_layout: Layout, in grow()
199 new_layout.size() >= old_layout.size(), in grow()
212 self.deallocate(ptr, old_layout); in grow()
256 old_layout: Layout, in grow_zeroed()
260 new_layout.size() >= old_layout.size(), in grow_zeroed()
273 self.deallocate(ptr, old_layout); in grow_zeroed()
318 old_layout: Layout, in shrink()
335 self.deallocate(ptr, old_layout); in shrink()
378 old_layout: Layout, in grow()
389 old_layout: Layout, in grow_zeroed()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/std/src/
H A Dalloc.rs155 old_layout: Layout, in grow_impl()
160 new_layout.size() >= old_layout.size(), in grow_impl()
164 match old_layout.size() { in grow_impl()
192 Allocator::deallocate(&self, ptr, old_layout); in grow_impl()
226 old_layout: Layout, in grow()
237 old_layout: Layout, in grow_zeroed()
248 old_layout: Layout, in shrink()
252 new_layout.size() <= old_layout.size(), in shrink()
259 Allocator::deallocate(&self, ptr, old_layout); in shrink()
281 Allocator::deallocate(&self, ptr, old_layout); in shrink()
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/
H A Dalloc.rs181 old_layout: Layout, in grow_impl()
186 new_layout.size() >= old_layout.size(), in grow_impl()
190 match old_layout.size() { in grow_impl()
199 intrinsics::assume(new_size >= old_layout.size()); in grow_impl()
217 self.deallocate(ptr, old_layout); in grow_impl()
250 old_layout: Layout, in grow()
261 old_layout: Layout, in grow_zeroed()
272 old_layout: Layout, in shrink()
276 new_layout.size() <= old_layout.size(), in shrink()
283 self.deallocate(ptr, old_layout); in shrink()
[all …]
/dports/x11-wm/sway/sway-1.5.1/sway/commands/
H A Dlayout.c143 enum sway_container_layout old_layout = L_NONE; in cmd_layout() local
145 old_layout = container->layout; in cmd_layout()
150 old_layout = workspace->layout; in cmd_layout()
158 if (new_layout != old_layout) { in cmd_layout()
160 if (old_layout != L_TABBED && old_layout != L_STACKED) { in cmd_layout()
161 container->prev_split_layout = old_layout; in cmd_layout()
166 if (old_layout != L_TABBED && old_layout != L_STACKED) { in cmd_layout()
167 workspace->prev_split_layout = old_layout; in cmd_layout()
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/common/
H A Dalloc.rs35 old_layout: Layout, in realloc_fallback()
39 let new_layout = Layout::from_size_align_unchecked(new_size, old_layout.align()); in realloc_fallback()
43 let size = cmp::min(old_layout.size(), new_size); in realloc_fallback()
45 GlobalAlloc::dealloc(alloc, ptr, old_layout); in realloc_fallback()
/dports/benchmarks/vkmark/vkmark-2017.08-24-g53abc4f/src/vkutil/
H A Dtransition_image_layout.cpp71 vk::ImageLayout old_layout, in transition_image_layout() argument
84 .setOldLayout(old_layout) in transition_image_layout()
86 .setSrcAccessMask(access_mask_for_layout(old_layout)) in transition_image_layout()
95 pipeline_stage_flags_for_layout(old_layout), in transition_image_layout()
/dports/misc/figlet/figlet-2.2.5/
H A Dchkfont.c33 int charheight,upheight,maxlen=0,old_layout; variable
202 if (minleadblanks+mintrailblanks>0 && old_layout>=0) { in readchar()
272 &hardblank,&charheight,&upheight,&maxlen,&old_layout,&cmtcount, in checkit()
308 if (old_layout<-1) { in checkit()
313 if (old_layout>63) { in checkit()
328 if (have_layout && old_layout == -1 && (layout & 192)) { in checkit()
334 if (have_layout && old_layout == 0 && (layout & 192) != 64 && in checkit()
341 if (have_layout && old_layout > 0 && in checkit()
342 (!(layout & 128) || old_layout != (layout & 63))) { in checkit()
344 fontfilename,layout,old_layout); in checkit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/ozone/demo/
H A Dvulkan_renderer.cc242 VkImageLayout old_layout = scoped_write.image_layout(); in RenderFrame() local
247 .srcAccessMask = GetAccessMask(old_layout), in RenderFrame()
249 .oldLayout = old_layout, in RenderFrame()
264 recorder.handle(), GetPipelineStageFlags(old_layout), in RenderFrame()
300 VkImageLayout old_layout = VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL; in RenderFrame() local
305 .srcAccessMask = GetAccessMask(old_layout), in RenderFrame()
307 .oldLayout = old_layout, in RenderFrame()
322 recorder.handle(), GetPipelineStageFlags(old_layout), in RenderFrame()
/dports/sysutils/tmate/tmate-2.4.0/
H A Dcmd-select-layout.c90 oldlayout = w->old_layout; in cmd_select_layout_exec()
91 w->old_layout = layout_dump(w->layout_root); in cmd_select_layout_exec()
136 free(w->old_layout); in cmd_select_layout_exec()
137 w->old_layout = oldlayout; in cmd_select_layout_exec()
/dports/sysutils/tmate-ssh-server/tmate-ssh-server-97d2024/
H A Dcmd-select-layout.c93 oldlayout = w->old_layout; in cmd_select_layout_exec()
94 w->old_layout = layout_dump(w->layout_root); in cmd_select_layout_exec()
139 free(w->old_layout); in cmd_select_layout_exec()
140 w->old_layout = oldlayout; in cmd_select_layout_exec()
/dports/sysutils/tmux23/tmux-2.3/
H A Dcmd-select-layout.c90 oldlayout = w->old_layout; in cmd_select_layout_exec()
91 w->old_layout = layout_dump(w->layout_root); in cmd_select_layout_exec()
136 free(w->old_layout); in cmd_select_layout_exec()
137 w->old_layout = oldlayout; in cmd_select_layout_exec()
/dports/sysutils/tmux/tmux-3.2a/
H A Dcmd-select-layout.c92 oldlayout = w->old_layout; in cmd_select_layout_exec()
93 w->old_layout = layout_dump(w->layout_root); in cmd_select_layout_exec()
145 free(w->old_layout); in cmd_select_layout_exec()
146 w->old_layout = oldlayout; in cmd_select_layout_exec()
/dports/graphics/libcaca/libcaca-0.99.beta19/caca/
H A Dfigfont.c46 int old_layout; member
365 &ff->old_layout, &comment_lines, &ff->print_direction, in open_charfont()
375 if(ff->old_layout < -1 || ff->old_layout > 63 || ff->full_layout > 32767 in open_charfont()
377 && ff->old_layout)) in open_charfont()
380 path, ff->old_layout, ff->full_layout); in open_charfont()
532 else if (ff->old_layout > 0) in update_figfont_settings()
533 ff->hsmushrule = ff->old_layout; in update_figfont_settings()
538 if (ff->old_layout == -1) in update_figfont_settings()
540 else if (ff->old_layout == 0 && (ff->full_layout & 0xc0) == 0x40) in update_figfont_settings()
542 else if ((ff->old_layout & 0x3f) && (ff->full_layout & 0x3f) in update_figfont_settings()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/bumpalo-3.6.1/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/net/routinator/routinator-0.10.2/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/bumpalo-3.6.1/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/www/rearx/rearx-0.1.4/cargo-crates/bumpalo-3.6.1/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/bumpalo-3.6.1/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()
/dports/net/quiche/quiche-0.9.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dallocator_api.rs46 old_layout: Layout, in shrink()
51 bump.shrink(ptr, old_layout, new_layout) in shrink()
57 old_layout: Layout, in grow()
62 bump.grow(ptr, old_layout, new_layout) in grow()

12345678910>>...13