Home
last modified time | relevance | path

Searched refs:Safe (Results 1 – 25 of 5669) sorted by relevance

12345678910>>...227

/dports/devel/vcglib/vcglib-2020.09/wrap/qt/
H A Dimg_qt_io.h14 template<typename ScalarType, bool Safe>
20 template<typename ScalarType, bool Safe>
51 template<typename ScalarType, bool Safe>
58 if(Safe){ in saveQtY()
64 template<typename ScalarType, bool Safe>
71 if(Safe){ in saveQtRGB()
109 template<typename ScalarType, bool Safe>
115 if(Safe){ in savePGM()
135 if(Safe) in savePGM()
167 template<typename ScalarType, bool Safe>
[all …]
H A Dimg_qt_convert.h10 template<typename ScalarType, bool Safe>
14 if(Safe){ in convert_QImage_to_Y()
25 template<typename ScalarType, bool Safe>
29 if(Safe){ in convert_QImage_to_RGB()
43 template<typename ScalarType, bool Safe>
47 if(Safe){ in convert_QImage_to_RGBA()
62 template<typename ScalarType, bool Safe>
67 if(Safe){ in convert_Y_to_QImage()
79 template<typename ScalarType, bool Safe>
84 if(Safe){ in convert_RGB_to_QImage()
[all …]
/dports/graphics/wdune/wdune-1.926/vcglib/wrap/qt/
H A Dimg_qt_io.h14 template<typename ScalarType, bool Safe>
20 template<typename ScalarType, bool Safe>
51 template<typename ScalarType, bool Safe>
58 if(Safe){ in saveQtY()
64 template<typename ScalarType, bool Safe>
71 if(Safe){ in saveQtRGB()
109 template<typename ScalarType, bool Safe>
115 if(Safe){ in savePGM()
135 if(Safe) in savePGM()
167 template<typename ScalarType, bool Safe>
[all …]
H A Dimg_qt_convert.h10 template<typename ScalarType, bool Safe>
14 if(Safe){ in convert_QImage_to_Y()
25 template<typename ScalarType, bool Safe>
29 if(Safe){ in convert_QImage_to_RGB()
43 template<typename ScalarType, bool Safe>
47 if(Safe){ in convert_QImage_to_RGBA()
62 template<typename ScalarType, bool Safe>
67 if(Safe){ in convert_Y_to_QImage()
79 template<typename ScalarType, bool Safe>
84 if(Safe){ in convert_RGB_to_QImage()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/qmljs/3rdparty/qtcreator-libs/3rdparty/optional/
H A Dtest_type_traits.cpp25 struct Safe struct
27 Safe(){} in Safe() argument
28 Safe( Safe const & ){} in Safe() argument
29 Safe( Safe && ) noexcept {} in Safe() argument
31 Safe & operator=( Safe const & ){ return *this; } in operator =() argument
32 Safe & operator=( Safe && ) noexcept { return *this; } in operator =() argument
52 static_assert(is_nothrow_move_constructible<Safe>::value, "WTF!");
55 static_assert(is_assignable<Safe&, Safe&&>::value, "WTF!");
58 static_assert(is_nothrow_move_assignable<Safe>::value, "WTF!");
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/optional/
H A Dtest_type_traits.cpp25 struct Safe struct
27 Safe(){} in Safe() argument
28 Safe( Safe const & ){} in Safe() function
29 Safe( Safe && ) noexcept {} in Safe() function
31 Safe & operator=( Safe const & ){ return *this; } in operator =() argument
32 Safe & operator=( Safe && ) noexcept { return *this; } in operator =() argument
52 static_assert(is_nothrow_move_constructible<Safe>::value, "WTF!");
55 static_assert(is_assignable<Safe&, Safe&&>::value, "WTF!");
58 static_assert(is_nothrow_move_assignable<Safe>::value, "WTF!");
/dports/www/elixir-phoenix_html/phoenix_html-2.11.2/test/phoenix_html/
H A Dsafe_test.exs4 alias Phoenix.HTML.Safe
7 assert Safe.to_iodata("<foo>") == "&lt;foo&gt;"
11 assert Safe.to_iodata('<foo>') == ["&lt;", 102, 111, 111, "&gt;"]
21 assert Safe.to_iodata(1) == "1"
22 assert Safe.to_iodata(1.0) == "1.0"
23 assert Safe.to_iodata({:safe, "<foo>"}) == "<foo>"
28 Safe.to_iodata({"needs %{count}", [count: 123]})
34 assert Safe.to_iodata(time) == "12:13:14"
39 assert Safe.to_iodata(date) == "2000-01-01"
44 assert Safe.to_iodata(datetime) == "2000-01-01 12:13:14"
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/blake2-0.9.2/src/
H A Das_bytes.rs11 pub unsafe trait Safe {} trait
18 impl<T: Safe> AsBytes for [T] {
37 unsafe impl Safe for u8 {}
38 unsafe impl Safe for u16 {}
39 unsafe impl Safe for u32 {}
40 unsafe impl Safe for u64 {}
41 unsafe impl Safe for i8 {}
42 unsafe impl Safe for i16 {}
43 unsafe impl Safe for i32 {}
44 unsafe impl Safe for i64 {}
/dports/security/cloak/cloak-0.2.0/cargo-crates/blake2-rfc-0.2.18/src/
H A Das_bytes.rs11 pub unsafe trait Safe {} trait
18 impl<T: Safe> AsBytes for [T] {
36 unsafe impl Safe for u8 {}
37 unsafe impl Safe for u16 {}
38 unsafe impl Safe for u32 {}
39 unsafe impl Safe for u64 {}
40 unsafe impl Safe for i8 {}
41 unsafe impl Safe for i16 {}
42 unsafe impl Safe for i32 {}
43 unsafe impl Safe for i64 {}
H A Dsimdty.rs11 use as_bytes::Safe;
75 unsafe impl<T: Safe> Safe for Simd2<T> {}
76 unsafe impl<T: Safe> Safe for Simd4<T> {}
77 unsafe impl<T: Safe> Safe for Simd8<T> {}
78 unsafe impl<T: Safe> Safe for Simd16<T> {}
79 unsafe impl<T: Safe> Safe for Simd32<T> {}
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/blake2-rfc-0.2.18/src/
H A Das_bytes.rs11 pub unsafe trait Safe {} interface
18 impl<T: Safe> AsBytes for [T] {
36 unsafe impl Safe for u8 {}
37 unsafe impl Safe for u16 {}
38 unsafe impl Safe for u32 {}
39 unsafe impl Safe for u64 {}
40 unsafe impl Safe for i8 {}
41 unsafe impl Safe for i16 {}
42 unsafe impl Safe for i32 {}
43 unsafe impl Safe for i64 {}
/dports/graphics/wdune/wdune-1.926/vcglib/img/
H A Dimg_filter.h18 if(Safe){ in normalize()
35 inline Image<Channels,ScalarType,Safe> getNormalized(const Image<Channels,ScalarType,Safe> &image) in getNormalized()
86 Image<Channels,ScalarType,Safe> i; in getConvolved()
111 Image<Channels,ScalarType,Safe> i; in getBoxFiltered()
158 Image<Channels,ScalarType,Safe> i; in getGaussianSmoothed()
176 inline Image<Channels,ScalarType,Safe> getLaplacianFiltered(const Image<Channels,ScalarType,Safe> &… in getLaplacianFiltered()
178 Image<Channels,ScalarType,Safe> i; in getLaplacianFiltered()
229 Image<Channels,ScalarType,Safe> i; in getLoGFiltered()
279 Image<Channels,ScalarType,Safe> i; in getDoGFiltered()
309 Image<Channels,ScalarType,Safe> i; in getUnsharpMasked()
[all …]
/dports/devel/vcglib/vcglib-2020.09/img/
H A Dimg_filter.h18 if(Safe){ in normalize()
35 inline Image<Channels,ScalarType,Safe> getNormalized(const Image<Channels,ScalarType,Safe> &image) in getNormalized()
86 Image<Channels,ScalarType,Safe> i; in getConvolved()
111 Image<Channels,ScalarType,Safe> i; in getBoxFiltered()
158 Image<Channels,ScalarType,Safe> i; in getGaussianSmoothed()
176 inline Image<Channels,ScalarType,Safe> getLaplacianFiltered(const Image<Channels,ScalarType,Safe> &… in getLaplacianFiltered()
178 Image<Channels,ScalarType,Safe> i; in getLaplacianFiltered()
229 Image<Channels,ScalarType,Safe> i; in getLoGFiltered()
279 Image<Channels,ScalarType,Safe> i; in getDoGFiltered()
309 Image<Channels,ScalarType,Safe> i; in getUnsharpMasked()
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_trim.erl235 N = frame_size(Is, Safe),
258 frame_size(Is, Safe);
260 frame_size(Is, Safe);
262 frame_size(Is, Safe);
266 false -> frame_size(Is, Safe)
269 frame_size(Is, Safe);
283 frame_size(Is, Safe);
285 frame_size(Is, Safe);
290 frame_size(Is, Safe);
294 frame_size(Is, Safe);
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl402 frame_size(Is, Safe);
404 frame_size(Is, Safe);
406 frame_size(Is, Safe);
408 frame_size(Is, Safe);
410 frame_size(Is, Safe);
412 frame_size(Is, Safe);
426 frame_size(Is, Safe);
428 frame_size(Is, Safe);
430 frame_size(Is, Safe);
432 frame_size(Is, Safe);
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl402 frame_size(Is, Safe);
404 frame_size(Is, Safe);
406 frame_size(Is, Safe);
408 frame_size(Is, Safe);
410 frame_size(Is, Safe);
412 frame_size(Is, Safe);
426 frame_size(Is, Safe);
428 frame_size(Is, Safe);
430 frame_size(Is, Safe);
432 frame_size(Is, Safe);
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl402 frame_size(Is, Safe);
404 frame_size(Is, Safe);
406 frame_size(Is, Safe);
408 frame_size(Is, Safe);
410 frame_size(Is, Safe);
412 frame_size(Is, Safe);
426 frame_size(Is, Safe);
428 frame_size(Is, Safe);
430 frame_size(Is, Safe);
432 frame_size(Is, Safe);
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/compiler/src/
H A Dbeam_trim.erl402 frame_size(Is, Safe);
404 frame_size(Is, Safe);
406 frame_size(Is, Safe);
408 frame_size(Is, Safe);
410 frame_size(Is, Safe);
412 frame_size(Is, Safe);
426 frame_size(Is, Safe);
428 frame_size(Is, Safe);
430 frame_size(Is, Safe);
432 frame_size(Is, Safe);
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/compiler/src/
H A Dbeam_trim.erl381 frame_size(Is, Safe);
383 frame_size(Is, Safe);
385 frame_size(Is, Safe);
387 frame_size(Is, Safe);
394 frame_size(Is, Safe);
408 frame_size(Is, Safe);
410 frame_size(Is, Safe);
416 frame_size(Is, Safe);
423 frame_size(Is, Safe);
425 frame_size(Is, Safe);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/validator_mips/
H A Dmips32.table146 110000 =Safe # tge
147 110001 =Safe # tgeu
148 110010 =Safe # tlt
150 110100 =Safe # teq
152 110110 =Safe # tne
751 00000000000000000000 =Safe
763 000000000000000 =Safe
769 0000000000 =Safe
795 00000000000 =Safe
809 00000 =Safe
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/compiler/src/
H A Dbeam_trim.erl345 frame_size(Is, Safe);
347 frame_size(Is, Safe);
349 frame_size(Is, Safe);
351 frame_size(Is, Safe);
358 frame_size(Is, Safe);
372 frame_size(Is, Safe);
374 frame_size(Is, Safe);
380 frame_size(Is, Safe);
382 frame_size(Is, Safe);
384 frame_size(Is, Safe);
[all …]
/dports/lang/perl5.34/perl-5.34.0/dist/Safe/
H A DChanges15 - localize %SIG in the Safe compartment
27 - Make Safe play nice with Devel::Cover
102 Add a new test for Safe
119 Bump the version of Safe
128 Change maintainer address for Safe.
137 to Safe compartments
145 Add a link to the Opcode doc in Safe.
155 Have Safe load Carp::Heavy.
174 Increment $Safe::VERSION.
177 tweaked by rgs (security hole in Safe).
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Safe/
H A DChanges15 - localize %SIG in the Safe compartment
27 - Make Safe play nice with Devel::Cover
102 Add a new test for Safe
119 Bump the version of Safe
128 Change maintainer address for Safe.
137 to Safe compartments
145 Add a link to the Opcode doc in Safe.
155 Have Safe load Carp::Heavy.
174 Increment $Safe::VERSION.
177 tweaked by rgs (security hole in Safe).
[all …]
/dports/lang/perl5.32/perl-5.32.1/dist/Safe/
H A DChanges15 - localize %SIG in the Safe compartment
27 - Make Safe play nice with Devel::Cover
102 Add a new test for Safe
119 Bump the version of Safe
128 Change maintainer address for Safe.
137 to Safe compartments
145 Add a link to the Opcode doc in Safe.
155 Have Safe load Carp::Heavy.
174 Increment $Safe::VERSION.
177 tweaked by rgs (security hole in Safe).
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Safe/
H A DChanges15 - localize %SIG in the Safe compartment
27 - Make Safe play nice with Devel::Cover
102 Add a new test for Safe
119 Bump the version of Safe
128 Change maintainer address for Safe.
137 to Safe compartments
145 Add a link to the Opcode doc in Safe.
155 Have Safe load Carp::Heavy.
174 Increment $Safe::VERSION.
177 tweaked by rgs (security hole in Safe).
[all …]

12345678910>>...227