| /openbmc/qemu/contrib/plugins/ |
| H A D | cflow.c | 101 static gint hottest(gconstpointer a, gconstpointer b, gpointer d) in hottest() 110 static gint exception(gconstpointer a, gconstpointer b, gpointer d) in exception() 119 static gint popular(gconstpointer a, gconstpointer b, gpointer d) in popular()
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | sme_helper.c | 130 uint64_t *a = za; in DO_MOVA_C() local 144 Int128 *a = za; in HELPER() local 187 uint64_t *a = za; in DO_MOVA_Z() local 201 Int128 *a = za; in HELPER() local 1016 uint16_t *a = vza_row + H1_2(col); in do_fmopa_h() local 1067 uint32_t *a = vza_row + H1_4(col); in do_fmopa_s() local 1114 uint64_t *a = &za_row[col]; in do_fmopa_d() local 1158 uint16_t *a = vza_row + H1_2(col); in do_bfmopa() local 1319 uint32_t *a = vza_row + H1_4(col); in do_fmopa_w_h() local 1364 float32 *d = vd, *a = va; in HELPER() local [all …]
|
| /openbmc/hiomapd/ |
| H A D | common.h | 74 static inline uint32_t min_u32(uint32_t a, uint32_t b) in min_u32()
|
| /openbmc/qemu/include/ui/ |
| H A D | rect.h | 32 static inline bool qemu_rect_intersect(const QemuRect *a, const QemuRect *b, in qemu_rect_intersect()
|
| /openbmc/phosphor-mboxd/ |
| H A D | common.h | 73 static inline uint32_t min_u32(uint32_t a, uint32_t b) in min_u32()
|
| /openbmc/qemu/linux-headers/linux/ |
| H A D | const.h | 48 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) argument
|
| /openbmc/qemu/include/standard-headers/linux/ |
| H A D | const.h | 48 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) argument
|
| /openbmc/u-boot/include/ |
| H A D | fsl_sec.h | 15 #define sec_in32(a) in_le32(a) argument 16 #define sec_out32(a, v) out_le32(a, v) argument 17 #define sec_in16(a) in_le16(a) argument 21 #define sec_in32(a) in_be32(a) argument 22 #define sec_out32(a, v) out_be32(a, v) argument 23 #define sec_in16(a) in_be16(a) argument
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-macros.h | 128 static inline void shift32RightJamming(uint32_t a, int count, uint32_t *zPtr) in shift32RightJamming() 154 static inline void shift64RightJamming(uint64_t a, int count, uint64_t *zPtr) in shift64RightJamming() 505 mul64To128(uint64_t a, uint64_t b, uint64_t *z0Ptr, uint64_t *z1Ptr) in mul64To128() 593 static inline uint32_t estimateSqrt32(int aExp, uint32_t a) in estimateSqrt32()
|
| /openbmc/u-boot/include/linux/ |
| H A D | compiler.h | 50 #define ___PASTE(a,b) a##b argument 51 #define __PASTE(a,b) ___PASTE(a,b) argument 441 #define __assume_aligned(a, ...) argument 447 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument
|
| /openbmc/phosphor-objmgr/src/test/ |
| H A D | associations.cpp | 290 auto a = assocMaps.owners.find(defaultSourcePath); in TEST_F() local 505 auto& a = std::get<1>(*it); in TEST_F() local 516 auto& a = std::get<1>(*it); in TEST_F() local
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
| H A D | license.py | 57 def choose(a, b): argument
|
| /openbmc/qemu/util/ |
| H A D | iova-tree.c | 58 static int iova_tree_compare(gconstpointer a, gconstpointer b, gpointer data) in iova_tree_compare() 261 static int gpa_tree_compare(gconstpointer a, gconstpointer b, gpointer data) in gpa_tree_compare()
|
| /openbmc/phosphor-rest-server/module/obmc/wsgi/apps/ |
| H A D | rest_dbus.py | 65 def valid_user(session, *a, **kw): 196 def __call__(self, session, *a, **kw): 278 def try_properties_interface(f, *a): 795 def signal_callback(path, a, **kw): argument 1299 def __call__(self, *a, **kw): 1368 def wrap(*a, **kw): 1419 def wrap(*a, **kw): 1450 def wrap(*a, **kw): 1532 def wrap(*a, **kw): 1568 def wrap(*a, **kw): [all …]
|
| /openbmc/u-boot/board/esd/vme8349/ |
| H A D | vme8349.c | 113 #define SPD_VAL(a, b) (((a) & SMALL_RAM) | ((b) & LARGE_RAM)) argument
|
| /openbmc/qemu/bsd-user/riscv/ |
| H A D | target_arch_reg.h | 31 uint64_t a[8]; /* function arguments */ member
|
| /openbmc/qemu/target/s390x/tcg/ |
| H A D | vec_string_helper.c | 24 static inline uint64_t zero_search(uint64_t a, uint64_t mask) in zero_search() 33 static inline uint64_t nonzero_search(uint64_t a, uint64_t mask) in nonzero_search() 240 uint32_t a = s390_vec_read_element(v2, enr, es); in vfene() local
|
| /openbmc/phosphor-objmgr/src/ |
| H A D | associations.cpp | 293 auto a = assocMaps.owners.find(path); in associationChanged() local 390 auto a = assocMaps.owners.find(ownerPath); in addSingleAssociation() local 516 auto a = std::find_if( in findAssociations() local
|
| /openbmc/ipmitool/src/plugins/open/ |
| H A D | open.c | 142 unsigned int a = addr; in ipmi_openipmi_set_my_addr() local
|
| /openbmc/entity-manager/src/ |
| H A D | utils.hpp | 92 return std::ranges::search(str, sub, [](char a, char b) { in iFindFirst()
|
| /openbmc/u-boot/tools/ |
| H A D | mksunxiboot.c | 47 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) argument
|
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | sysregs.c | 68 #define _m(a, b, c, d) (0x ## a ## b ## c ## d ##ULL) argument
|
| /openbmc/qemu/monitor/ |
| H A D | hmp-target.c | 132 compare_mon_cmd(const void *a, const void *b) in compare_mon_cmd()
|
| /openbmc/qemu/target/sparc/ |
| H A D | vis_helper.c | 206 uint64_t a = src1 ^ src2; in helper_fcmpeq8() local 265 uint64_t a = src1 ^ src2; in helper_fcmpeq16() local 322 uint64_t a = src1 ^ src2; in helper_fcmpeq32() local 328 uint64_t a = src1 ^ src2; in helper_fcmpne32() local 524 uint16_t a = src1 + src2; in do_fchksm16() local
|
| /openbmc/qemu/target/ppc/ |
| H A D | dfp_helper.c | 65 decNumber t, a, b; member 147 static void dfp_prepare_decimal64(struct PPC_DFP *dfp, ppc_fprp_t *a, in dfp_prepare_decimal64() 171 static void dfp_prepare_decimal128(struct PPC_DFP *dfp, ppc_fprp_t *a, in dfp_prepare_decimal128() 1426 decNumber a; in helper_CDTBCD() local 1452 decNumber a; in helper_CBCDTD() local
|