Home
last modified time | relevance | path

Searched defs:a (Results 301 – 325 of 673) sorted by relevance

1...<<11121314151617181920>>...27

/openbmc/qemu/contrib/plugins/
H A Dcflow.c101 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 Dsme_helper.c130 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 Dcommon.h74 static inline uint32_t min_u32(uint32_t a, uint32_t b) in min_u32()
/openbmc/qemu/include/ui/
H A Drect.h32 static inline bool qemu_rect_intersect(const QemuRect *a, const QemuRect *b, in qemu_rect_intersect()
/openbmc/phosphor-mboxd/
H A Dcommon.h73 static inline uint32_t min_u32(uint32_t a, uint32_t b) in min_u32()
/openbmc/qemu/linux-headers/linux/
H A Dconst.h48 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) argument
/openbmc/qemu/include/standard-headers/linux/
H A Dconst.h48 #define __ALIGN_KERNEL(x, a) __ALIGN_KERNEL_MASK(x, (__typeof__(x))(a) - 1) argument
/openbmc/u-boot/include/
H A Dfsl_sec.h15 #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 Dsoftfloat-macros.h128 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 Dcompiler.h50 #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 Dassociations.cpp290 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 Dlicense.py57 def choose(a, b): argument
/openbmc/qemu/util/
H A Diova-tree.c58 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 Drest_dbus.py65 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 Dvme8349.c113 #define SPD_VAL(a, b) (((a) & SMALL_RAM) | ((b) & LARGE_RAM)) argument
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_reg.h31 uint64_t a[8]; /* function arguments */ member
/openbmc/qemu/target/s390x/tcg/
H A Dvec_string_helper.c24 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 Dassociations.cpp293 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 Dopen.c142 unsigned int a = addr; in ipmi_openipmi_set_my_addr() local
/openbmc/entity-manager/src/
H A Dutils.hpp92 return std::ranges::search(str, sub, [](char a, char b) { in iFindFirst()
/openbmc/u-boot/tools/
H A Dmksunxiboot.c47 #define ALIGN(x, a) __ALIGN_MASK((x), (typeof(x))(a)-1) argument
/openbmc/qemu/tests/tcg/aarch64/
H A Dsysregs.c68 #define _m(a, b, c, d) (0x ## a ## b ## c ## d ##ULL) argument
/openbmc/qemu/monitor/
H A Dhmp-target.c132 compare_mon_cmd(const void *a, const void *b) in compare_mon_cmd()
/openbmc/qemu/target/sparc/
H A Dvis_helper.c206 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 Ddfp_helper.c65 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

1...<<11121314151617181920>>...27