Home
last modified time | relevance | path

Searched defs:U (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/hexagon/mmvec/
H A Dmacros.h311 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument
312 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument
313 #define fVUADDSAT(WIDTH, U, V) \ argument
315 #define fVSADDSAT(WIDTH, U, V) \ argument
317 #define fVUSUBSAT(WIDTH, U, V) \ argument
319 #define fVSSUBSAT(WIDTH, U, V) \ argument
321 #define fVAVGU(WIDTH, U, V) \ argument
323 #define fVAVGURND(WIDTH, U, V) \ argument
325 #define fVNAVGU(WIDTH, U, V) \ argument
327 #define fVNAVGURNDSAT(WIDTH, U, V) \ argument
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Duninit.rs41 fn deref(&self) -> &MaybeUninit<U> { in deref()
50 fn deref_mut(&mut self) -> &mut MaybeUninit<U> { in deref_mut()
H A Dqom.rs339 pub unsafe fn upcast<U: ObjectType>(&self) -> &'a U in upcast()
360 pub unsafe fn upcast_mut<U: ObjectType>(&mut self) -> &'a mut U in upcast_mut()
546 fn as_ptr<U: ObjectType>(&self) -> *const U in as_ptr()
563 fn as_mut_ptr<U: ObjectType>(&self) -> *mut U in as_mut_ptr()
584 fn upcast<'a, U: ObjectType>(self) -> &'a U in upcast()
615 let result: *const U = in dynamic_cast() constant
H A Dbitops.rs59 where Self: From<U> in deposit()
/openbmc/qemu/tests/tcg/multiarch/
H A Dfnmsub.c7 union U { union
/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp385 using U = decltype(condition); in propertyChangedTo() typedef
399 using U = decltype(condition); in propertyIs() typedef
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 …==typeof exports?module.exports=n?e(n):function(t){if(t&&!t.fn)throw"Provide jQuery or null";retur…
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …throw"Provide jQuery or null";return e(t,n)}:"function"==typeof define&&define.amd?define(function… argument
H A Djquery-3.7.1.min.js2 …ocument?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a docume… argument
H A Djquery-2.0.3.min.js5 …),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q.acces… argument
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-mve.c620 #define DO_VCVT_RMODE(INSN, RMODE, U) \ argument
/openbmc/qemu/target/hexagon/
H A Dmacros.h409 #define fCLIP(DST, SRC, U) \ argument