Home
last modified time | relevance | path

Searched refs:stabilized (Results 1 – 25 of 1746) sorted by relevance

12345678910>>...70

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/intrinsics/
H A Dunchecked_math_unstable.stderr1 …ntrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through sta…
9 …ntrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through sta…
17 …ntrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through sta…
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dmovieclip.c724 } stabilized; member
1378 if (!cache->stabilized.ibuf || cache->stabilized.framenr != framenr) { in get_stable_cached_frame()
1387 if (cache->stabilized.render_flag != render_flag || cache->stabilized.proxy != proxy) { in get_stable_cached_frame()
1404 stableibuf = cache->stabilized.ibuf; in get_stable_cached_frame()
1410 if (tscale != cache->stabilized.scale || tangle != cache->stabilized.angle || in get_stable_cached_frame()
1434 cache->stabilized.scale = tscale; in put_stabilized_frame_to_cache()
1435 cache->stabilized.angle = tangle; in put_stabilized_frame_to_cache()
1436 cache->stabilized.framenr = framenr; in put_stabilized_frame_to_cache()
1446 cache->stabilized.render_flag = 0; in put_stabilized_frame_to_cache()
1451 if (cache->stabilized.ibuf) { in put_stabilized_frame_to_cache()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_cte.h380 table_map stabilized; variable
389 with_prepared_anchor(0), cleaned(0), stabilized(0), in With_clause()
484 owner->stabilized&= ~mutually_recursive; in cleanup_stabilized()
491 owner->stabilized|= get_elem_map(); in set_as_stabilized()
498 return owner->stabilized & get_elem_map(); in is_stabilized()
505 return (owner->stabilized & mutually_recursive) == mutually_recursive; in all_are_stabilized()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_cte.h377 table_map stabilized; variable
386 with_prepared_anchor(0), cleaned(0), stabilized(0), in With_clause()
481 owner->stabilized&= ~mutually_recursive; in cleanup_stabilized()
488 owner->stabilized|= get_elem_map(); in set_as_stabilized()
495 return owner->stabilized & get_elem_map(); in is_stabilized()
502 return (owner->stabilized & mutually_recursive) == mutually_recursive; in all_are_stabilized()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_cte.h377 table_map stabilized; variable
386 with_prepared_anchor(0), cleaned(0), stabilized(0), in With_clause()
481 owner->stabilized&= ~mutually_recursive; in cleanup_stabilized()
488 owner->stabilized|= get_elem_map(); in set_as_stabilized()
495 return owner->stabilized & get_elem_map(); in is_stabilized()
502 return (owner->stabilized & mutually_recursive) == mutually_recursive; in all_are_stabilized()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_cte.h377 table_map stabilized; variable
387 with_prepared_anchor(0), cleaned(0), stabilized(0), in With_clause()
479 owner->stabilized&= ~mutually_recursive; in cleanup_stabilized()
486 owner->stabilized|= get_elem_map(); in set_as_stabilized()
493 return owner->stabilized & get_elem_map(); in is_stabilized()
500 return (owner->stabilized & mutually_recursive) == mutually_recursive; in all_are_stabilized()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_cte.h377 table_map stabilized; variable
387 with_prepared_anchor(0), cleaned(0), stabilized(0), in With_clause()
479 owner->stabilized&= ~mutually_recursive; in cleanup_stabilized()
486 owner->stabilized|= get_elem_map(); in set_as_stabilized()
493 return owner->stabilized & get_elem_map(); in is_stabilized()
500 return (owner->stabilized & mutually_recursive) == mutually_recursive; in all_are_stabilized()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_cte.h380 table_map stabilized; variable
389 with_prepared_anchor(0), cleaned(0), stabilized(0), in With_clause()
484 owner->stabilized&= ~mutually_recursive; in cleanup_stabilized()
491 owner->stabilized|= get_elem_map(); in set_as_stabilized()
498 return owner->stabilized & get_elem_map(); in is_stabilized()
505 return (owner->stabilized & mutually_recursive) == mutually_recursive; in all_are_stabilized()
/dports/graphics/R-cran-visNetwork/visNetwork/R/
H A DvisNetworkEvents.R115 stabilized = NULL,
155 events$stabilized <- stabilized
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/tests/ui/
H A Ddeprecated_old.stderr1 error: lint `unstable_as_slice` has been removed: `Vec::as_slice` has been stabilized in 1.7
9 error: lint `unstable_as_mut_slice` has been removed: `Vec::as_mut_slice` has been stabilized in 1.7
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/proc-macro/
H A Dexpand-to-unstable.stderr1 …ntrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through sta…
/dports/multimedia/libdc1394/libdc1394-2.2.6/examples/
H A Ddc1394_iso.c234 unsigned int stabilized=0; in main() local
284 if (lapse>STABILIZING_TIME && stabilized==0) { in main()
285 stabilized=1; in main()
291 if (stabilized>0) { in main()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rustversion-1.0.2/
H A DREADME.md79 Providing additional trait impls as types are stabilized in the standard library
81 stabilized in [Rust 1.33][pin]:
96 1 of packed structs was stabilized in [Rust 1.33][packed].
110 Augmenting code with `const` as const impls are stabilized in the standard
/dports/lang/gleam/gleam-0.18.2/cargo-crates/rustversion-1.0.6/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/rustversion-1.0.5/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/rustversion-1.0.6/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/rustversion-1.0.4/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/rustversion-1.0.5/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/deskutils/just/just-0.10.5/cargo-crates/rustversion-1.0.5/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/net/quiche/quiche-0.9.0/cargo-crates/rustversion-1.0.5/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/net/krill/krill-0.9.4/cargo-crates/rustversion-1.0.5/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/lang/rust/rustc-1.58.1-src/vendor/rustversion/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/rustversion-1.0.6/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/rustversion-1.0.5/
H A DREADME.md80 Providing additional trait impls as types are stabilized in the standard library
82 stabilized in [Rust 1.33][pin]:
97 1 of packed structs was stabilized in [Rust 1.33][packed].
111 Augmenting code with `const` as const impls are stabilized in the standard
/dports/devel/py-ipywidgets/ipywidgets-7.5.1/docs/source/examples/
H A DLayout Templates.ipynb967 "stabilized": false
1537 "stabilized": false
1963 "stabilized": false
2192 "stabilized": false
2203 "stabilized": false
2229 "stabilized": false
2651 "stabilized": false
2705 "stabilized": false
2713 "stabilized": false
3084 "stabilized": false
[all …]

12345678910>>...70