/openbmc/qemu/target/hexagon/mmvec/ |
H A D | macros.h | 309 #define fVSATDW(U, V) fVSATW(((((long long)U) << 32) | fZXTN(32, 64, V))) argument 310 #define fVASL_SATHI(U, V) fVSATW(((U) << 1) | ((V) >> 31)) argument 311 #define fVUADDSAT(WIDTH, U, V) \ argument 313 #define fVSADDSAT(WIDTH, U, V) \ argument 315 #define fVUSUBSAT(WIDTH, U, V) \ argument 317 #define fVSSUBSAT(WIDTH, U, V) \ argument 319 #define fVAVGU(WIDTH, U, V) \ argument 321 #define fVAVGURND(WIDTH, U, V) \ argument 323 #define fVNAVGU(WIDTH, U, V) \ argument 325 #define fVNAVGURNDSAT(WIDTH, U, V) \ argument [all …]
|
/openbmc/linux/arch/powerpc/lib/ |
H A D | xor_vmx.c | 24 #define DEFINE(V) \ argument 28 #define LOAD(V) \ argument 36 #define STORE(V) \ argument
|
/openbmc/linux/kernel/sched/ |
H A D | cpuacct.c | 224 static int cpuacct_percpu_user_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_user_seq_show() 229 static int cpuacct_percpu_sys_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_sys_seq_show() 234 static int cpuacct_percpu_seq_show(struct seq_file *m, void *V) in cpuacct_percpu_seq_show() 239 static int cpuacct_all_seq_show(struct seq_file *m, void *V) in cpuacct_all_seq_show()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | entry.S | 691 #define V(n) stt $f##n, FR(n) macro 712 #define V(n) ldt $f##n, FR(n) macro
|
/openbmc/linux/security/apparmor/include/ |
H A D | label.h | 24 #define DEFINE_VEC(T, V) \ argument 28 #define vec_setup(T, V, N, GFP) \ argument 40 #define vec_cleanup(T, V, N) \ argument 54 #define cleanup_domain_vec(V, L) cleanup_label_vec((V), (L)->size) argument 61 #define aa_sort_and_merge_vec(N, V) \ argument
|
/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 | 67 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/linux/arch/m68k/fpsp040/ |
H A D | stanh.S | 67 .set V,FP_SCR6 define
|
/openbmc/linux/sound/soc/codecs/ |
H A D | rl6347a.h | 14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_dcb.c | 15 #define QLC_DCB_GET_MAP(V) (1 << V) argument 23 #define QLC_DCB_TSA_SUPPORT(V) (V & 0x1) argument 24 #define QLC_DCB_ETS_SUPPORT(V) ((V >> 1) & 0x1) argument 25 #define QLC_DCB_VERSION_SUPPORT(V) ((V >> 2) & 0xf) argument 26 #define QLC_DCB_MAX_NUM_TC(V) ((V >> 20) & 0xf) argument 27 #define QLC_DCB_MAX_NUM_ETS_TC(V) ((V >> 24) & 0xf) argument 28 #define QLC_DCB_MAX_NUM_PFC_TC(V) ((V >> 28) & 0xf) argument
|
/openbmc/linux/crypto/ |
H A D | ansi_cprng.c | 45 unsigned char V[DEFAULT_BLK_SZ]; member 278 const unsigned char *V, const unsigned char *DT) in reset_prng_context()
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 709 impl<T: Clone, V: Borrow<[T]>> Concat<T> for [V] { implementation 724 impl<T: Clone, V: Borrow<[T]>> Join<&T> for [V] { implementation 747 impl<T: Clone, V: Borrow<[T]>> Join<&[T]> for [V] { implementation
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.h | 54 #define SET_FP_CAUSE(REG, V) \ argument 58 #define UPDATE_FP_CAUSE(REG, V) \ argument 64 #define SET_FP_ENABLES(REG, V) \ argument 70 #define SET_FP_FLAGS(REG, V) \ argument 75 #define UPDATE_FP_FLAGS(REG, V) \ argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_namespacing.c | 25 V = 0, enumerator
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/ |
H A D | ni_route_values.h | 39 #define V(x) (((x) & 0x7f) | 0x80) macro
|
/openbmc/linux/drivers/pinctrl/mvebu/ |
H A D | pinctrl-kirkwood.c | 19 #define V(f6180, f6190, f6192, f6281, f6282, dx4122, dx1135) \ macro
|
H A D | pinctrl-orion.c | 64 #define V(f5181, f5182, f5281) \ macro
|
/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/subprojects/libvhost-user/include/ |
H A D | atomic.h | 268 #define qatomic_set_i64(P, V) \ argument 270 #define qatomic_set_u64(P, V) \ argument
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | atomic.h | 268 #define qatomic_set_i64(P, V) \ argument 270 #define qatomic_set_u64(P, V) \ argument
|
/openbmc/qemu/include/qemu/ |
H A D | atomic.h | 268 #define qatomic_set_i64(P, V) \ argument 270 #define qatomic_set_u64(P, V) \ argument
|
/openbmc/linux/arch/s390/boot/ |
H A D | kaslr.c | 22 u8 V[112]; member
|
/openbmc/linux/tools/power/cpupower/ |
H A D | Makefile | 29 V ?= false macro
|