Home
last modified time | relevance | path

Searched defs:V (Results 1 – 23 of 23) 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/sdbusplus/include/sdbusplus/utility/
H A Dtuple_to_array.hpp29 constexpr auto tuple_to_array(std::tuple<V, Types...>&& tuple, in tuple_to_array()
/openbmc/phosphor-fan-presence/control/json/actions/
H A Dmapped_floor.cpp235 using V = std::decay_t<decltype(val)>; in tryConvertToDouble() typedef
265 using V = std::decay_t<decltype(val)>; in getMaxGroupValue() typedef
H A Dset_parameter_from_group_max.cpp66 using V = std::decay_t<decltype(val)>; in run() typedef
H A Dtarget_from_group_max.cpp188 using V = std::decay_t<decltype(val)>; in processGroups() typedef
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp247 using V = std::decay_t<decltype(val)>; in getPropertyValueVisitor() typedef
630 using V = std::decay_t<decltype(val)>; in getPropertyByName() typedef
/openbmc/qemu/target/loongarch/
H A Dcpu.h56 #define SET_FP_CAUSE(REG, V) \ argument
60 #define UPDATE_FP_CAUSE(REG, V) \ argument
66 #define SET_FP_ENABLES(REG, V) \ argument
72 #define SET_FP_FLAGS(REG, V) \ argument
77 #define UPDATE_FP_FLAGS(REG, V) \ argument
/openbmc/qemu/subprojects/libvhost-user/include/
H A Datomic.h268 qatomic_set_i64(P,V) global() argument
270 qatomic_set_u64(P,V) global() argument
/openbmc/qemu/subprojects/libvduse/include/
H A Datomic.h268 qatomic_set_i64(P,V) global() argument
270 qatomic_set_u64(P,V) global() argument
/openbmc/qemu/include/qemu/
H A Datomic.h256 #define qatomic_set_i64(P, V) \ argument
258 #define qatomic_set_u64(P, V) \ argument
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3 …ents):e}function s(e){ne._dbgMode=e!==!1}function d(t){this.name=(e.link?"JsViews":"JsRender")+" E… argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djsrender.min.js3 …rn this.base?this.baseApply(arguments):e}function d(e){this.name=(t.link?"JsViews":"JsRender")+" E… function
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… class in AnonymousClass482440696b01.Deferred
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… variable
/openbmc/qemu/linux-user/
H A Dstrace.c57 #define FLAG_BASIC(V, M, N) { V, M | QEMU_BUILD_BUG_ON_ZERO(!(M)), N } argument
60 #define FLAG_GENERIC_MASK(V, M) FLAG_BASIC(V, M, #V) argument
61 #define FLAG_GENERIC(V) FLAG_BASIC(V, V, #V) argument
63 #define FLAG_TARGET_MASK(V, M) FLAG_BASIC(TARGET_##V, TARGET_##M, #V) argument
64 #define FLAG_TARGET(V) FLAG_BASIC(TARGET_##V, TARGET_##V, #V) argument
/openbmc/qemu/target/alpha/
H A Dtranslate.c103 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c1256 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
/openbmc/webui-vue/src/locales/
H A Den-US.json1285 "V": "V", string
H A Dru-RU.json1285 "V": "В", string
H A Dka-GE.json1285 "V": "ვ", string
/openbmc/qemu/target/hppa/
H A Dtranslate.c273 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init() argument
/openbmc/qemu/tcg/
H A Dtcg.c1179 #define OUTOP(O, T, V) [O] = _Generic(V, T: &V.base) argument
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c960 #define V(N, B) { B, 4, 3, FLD_C_v##N, FLD_O_v##N } macro