/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 311 #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 D | tuple_to_array.hpp | 29 constexpr auto tuple_to_array(std::tuple<V, Types...>&& tuple, in tuple_to_array()
|
/openbmc/phosphor-fan-presence/control/json/actions/ |
H A D | mapped_floor.cpp | 235 using V = std::decay_t<decltype(val)>; in tryConvertToDouble() typedef 265 using V = std::decay_t<decltype(val)>; in getMaxGroupValue() typedef
|
H A D | set_parameter_from_group_max.cpp | 66 using V = std::decay_t<decltype(val)>; in run() typedef
|
H A D | target_from_group_max.cpp | 188 using V = std::decay_t<decltype(val)>; in processGroups() typedef
|
/openbmc/phosphor-fan-presence/control/ |
H A D | zone.hpp | 247 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 D | cpu.h | 56 #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 D | atomic.h | 268 qatomic_set_i64(P,V) global() argument 270 qatomic_set_u64(P,V) global() argument
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 268 qatomic_set_i64(P,V) global() argument 270 qatomic_set_u64(P,V) global() argument
|
/openbmc/qemu/include/qemu/ |
H A D | atomic.h | 256 #define qatomic_set_i64(P, V) \ argument 258 #define qatomic_set_u64(P, V) \ argument
|
/openbmc/rest-dbus/resources/ |
H A D | jsrender.min.js | 3 …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 D | jsrender.min.js | 3 …rn this.base?this.baseApply(arguments):e}function d(e){this.name=(t.link?"JsViews":"JsRender")+" E… function
|
H A D | jquery-3.7.1.min.js | 2 …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 D | jquery-2.0.3.min.js | 5 …),!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 D | strace.c | 57 #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 D | translate.c | 103 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init() argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon_helper.c | 1256 #define ELEM(V, N, SIZE) (((V) >> ((N) * (SIZE))) & ((1ull << (SIZE)) - 1)) argument
|
/openbmc/webui-vue/src/locales/ |
H A D | en-US.json | 1285 "V": "V", string
|
H A D | ru-RU.json | 1285 "V": "В", string
|
H A D | ka-GE.json | 1285 "V": "ვ", string
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 273 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init() argument
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 1179 #define OUTOP(O, T, V) [O] = _Generic(V, T: &V.base) argument
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 960 #define V(N, B) { B, 4, 3, FLD_C_v##N, FLD_O_v##N } macro
|