| /openbmc/u-boot/lib/rsa/ |
| H A D | rsa-mod-exp.c | 24 #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/sdbusplus/include/sdbusplus/sdbuspp_support/ |
| H A D | server.hpp | 40 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 D | getauxval.c | 52 ElfW_auxv_t *a; in qemu_init_auxval() local 86 const ElfW_auxv_t *a = auxv; in qemu_getauxval() local
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386-fprem.c | 109 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/u-boot/fs/btrfs/ |
| H A D | conv-funcs.h | 38 # define DEFINE_CONV_ALT(n,a,...) \ argument 114 # define DEFINE_CONV_ALT(n,a,...) \ argument
|
| /openbmc/phosphor-virtual-sensor/src/ |
| H A D | exprtkTools.hpp | 59 [](auto a, auto b) { in operator ()() 80 [](auto a, auto b) { in operator ()()
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | s390-ccw.h | 36 #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/qemu/rust/qemu-api/src/ |
| H A D | qom.rs | 584 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()
|
| H A D | callbacks.rs | 223 fn do_test_call<'a, F: FnCall<(&'a str,), String>>(_f: &F) -> String { in do_test_call() 233 fn do_test_is_some<'a, F: FnCall<(&'a str,), String>>(_f: &F) { in do_test_is_some()
|
| /openbmc/u-boot/cmd/ |
| H A D | date.c | 23 #define RELOC(a) ((typeof(a))((unsigned long)(a) + gd->reloc_off)) argument 25 #define RELOC(a) a argument
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | float_convs.c | 61 #define xstr(a) str(a) argument 62 #define str(a) #a argument
|
| H A D | float_convd.c | 61 #define xstr(a) str(a) argument 62 #define str(a) #a argument
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | go.py | 9 def map_arch(a): argument
|
| /openbmc/obmc-console/ |
| H A D | util.h | 19 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
|
| /openbmc/qemu/tests/tcg/x86_64/ |
| H A D | fma.c | 20 static uint64_t do_fmadd(uint64_t n, uint64_t m, uint64_t a, in do_fmadd() 57 uint64_t a; member
|
| /openbmc/u-boot/arch/arm/mach-davinci/ |
| H A D | reset.c | 14 void reset_cpu(unsigned long a) in reset_cpu()
|
| /openbmc/libpldm/src/ |
| H A D | array.h | 6 #define ARRAY_SIZE(a) (sizeof(a) / sizeof((a)[0])) argument
|
| /openbmc/qemu/include/qemu/ |
| H A D | host-utils.h | 38 uint64_t a, uint64_t b) in mulu64() 46 int64_t a, int64_t b) in muls64() 54 static inline uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c) in muldiv64() 59 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up() 91 static inline uint64_t muldiv64_rounding(uint64_t a, uint32_t b, uint32_t c, in muldiv64_rounding() 118 static inline uint64_t muldiv64(uint64_t a, uint32_t b, uint32_t c) in muldiv64() 123 static inline uint64_t muldiv64_round_up(uint64_t a, uint32_t b, uint32_t c) in muldiv64_round_up()
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-hextile-template.h | 1 #define CONCAT_I(a, b) a ## b argument 2 #define CONCAT(a, b) CONCAT_I(a, b) argument
|
| /openbmc/qemu/target/i386/ |
| H A D | ops_sse.h | 286 #define FADD(a, b) ((a) + (b)) argument 287 #define FADDUB(a, b) satub((a) + (b)) argument 288 #define FADDUW(a, b) satuw((a) + (b)) argument 289 #define FADDSB(a, b) satsb((int8_t)(a) + (int8_t)(b)) argument 290 #define FADDSW(a, b) satsw((int16_t)(a) + (int16_t)(b)) argument 292 #define FSUB(a, b) ((a) - (b)) argument 293 #define FSUBUB(a, b) satub((a) - (b)) argument 294 #define FSUBUW(a, b) satuw((a) - (b)) argument 295 #define FSUBSB(a, b) satsb((int8_t)(a) - (int8_t)(b)) argument 296 #define FSUBSW(a, b) satsw((int16_t)(a) - (int16_t)(b)) argument [all …]
|
| /openbmc/qemu/hw/display/ |
| H A D | cirrus_vga_rop2.h | 26 #define PUTPIXEL(s, a, c) ROP_OP(s, a, c) argument 28 #define PUTPIXEL(s, a, c) ROP_OP_16(s, a, c) argument 30 #define PUTPIXEL(s, a, c) do { \ argument 36 #define PUTPIXEL(s, a, c) ROP_OP_32(s, a, c) argument
|
| /openbmc/u-boot/test/lib/ |
| H A D | lmb.c | 60 phys_addr_t a, a2, b, b2, c, d; in test_multi_alloc() local 227 phys_addr_t a, b; in test_bigblock() local 293 phys_addr_t a, b; in test_noreserved() local 384 phys_addr_t a, b; in lib_test_lmb_at_0() local 470 phys_addr_t a, b, c, d, e; in test_alloc_addr() local
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inffast.c | 28 # define PUP(a) *(a)++ argument 31 # define PUP(a) *++(a) argument
|
| /openbmc/u-boot/drivers/net/fsl-mc/dpio/ |
| H A D | qbman_private.h | 138 #define upper32(a) upper_32_bits(a) argument 139 #define lower32(a) lower_32_bits(a) argument
|
| /openbmc/qemu/tests/tcg/openrisc/ |
| H A D | test_movhi.c | 5 int a; in main() local
|