Home
last modified time | relevance | path

Searched defs:a (Results 126 – 150 of 672) sorted by relevance

12345678910>>...27

/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/
H A Dserver.hpp40 std::apply([&](Args&... a) { (m.read(a), ...); }, arg); in property_callback()
96 std::apply([&](Args&... a) { (m.read(a), ...); }, arg); in method_callback()
/openbmc/qemu/util/
H A Dgetauxval.c52 ElfW_auxv_t *a; in qemu_init_auxval() local
86 const ElfW_auxv_t *a = auxv; in qemu_getauxval() local
/openbmc/u-boot/lib/rsa/
H A Drsa-mod-exp.c24 #define get_unaligned_be32(a) fdt32_to_cpu(*(uint32_t *)a) argument
25 #define put_unaligned_be32(a, b) (*(uint32_t *)(b) = cpu_to_fdt32(a)) argument
81 uint32_t result[], const uint32_t a, const uint32_t b[]) in montgomery_mul_add_step()
116 uint32_t result[], uint32_t a[], const uint32_t b[]) in montgomery_mul()
/openbmc/u-boot/fs/btrfs/
H A Dconv-funcs.h38 # define DEFINE_CONV_ALT(n,a,...) \ argument
114 # define DEFINE_CONV_ALT(n,a,...) \ argument
/openbmc/phosphor-virtual-sensor/src/
H A DexprtkTools.hpp59 [](auto a, auto b) { in operator ()()
80 [](auto a, auto b) { in operator ()()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fprem.c109 static long double fprem(long double a, long double b, uint16_t *sw) in fprem()
120 static long double fprem1(long double a, long double b, uint16_t *sw) in fprem1()
170 static void do_fprem(long double a, long double b) in do_fprem()
210 const long double a = 1.0; in do_fprem_stack_underflow() local
304 const union float80u a = { in test_fprem_pairs() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgo.py9 def map_arch(a): argument
/openbmc/obmc-console/
H A Dutil.h19 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h36 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument
39 #define MIN_NON_ZERO(a, b) ((a) == 0 ? (b) : \ argument
43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
/openbmc/u-boot/cmd/
H A Ddate.c23 #define RELOC(a) ((typeof(a))((unsigned long)(a) + gd->reloc_off)) argument
25 #define RELOC(a) a argument
/openbmc/u-boot/arch/arm/mach-davinci/
H A Dreset.c14 void reset_cpu(unsigned long a) in reset_cpu()
/openbmc/libpldm/src/
H A Darray.h6 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
/openbmc/qemu/tests/tcg/multiarch/
H A Dfloat_convs.c61 #define xstr(a) str(a) argument
62 #define str(a) #a argument
H A Dfloat_convd.c61 #define xstr(a) str(a) argument
62 #define str(a) #a argument
/openbmc/qemu/rust/qemu-api/src/
H A Dqom.rs584 fn upcast<'a, U: ObjectType>(self) -> &'a U in upcast()
587 Self: 'a, in upcast()
597 fn downcast<'a, U: IsA<Self::Target>>(self) -> Option<&'a U> in downcast()
608 fn dynamic_cast<'a, U: ObjectType>(self) -> Option<&'a U> in dynamic_cast()
632 unsafe fn unsafe_cast<'a, U: ObjectType>(self) -> &'a U in unsafe_cast()
/openbmc/qemu/tests/tcg/openrisc/
H A Dtest_movhi.c5 int a; in main() local
H A Dtest_sfleui.c5 int a; in main() local
H A Dtest_jal.c5 int a; in main() local
H A Dtest_sfnei.c5 int a; in main() local
H A Dtest_j.c5 int a; in main() local
H A Dtest_sfltsi.c5 int a; in main() local
H A Dtest_sfeqi.c5 int a; in main() local
H A Dtest_sfltui.c5 int a; in main() local
H A Dtest_sflesi.c5 int a; in main() local
/openbmc/qemu/include/crypto/
H A Dclmul.h74 static inline Int128 clmul_64(uint64_t a, uint64_t b) in clmul_64()

12345678910>>...27