Home
last modified time | relevance | path

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

12345678910>>...27

/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/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/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/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/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/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()
H A Dcallbacks.rs223 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 Ddate.c23 #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 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/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/tests/tcg/x86_64/
H A Dfma.c20 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 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/include/qemu/
H A Dhost-utils.h38 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 Dvnc-enc-hextile-template.h1 #define CONCAT_I(a, b) a ## b argument
2 #define CONCAT(a, b) CONCAT_I(a, b) argument
/openbmc/qemu/target/i386/
H A Dops_sse.h286 #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 Dcirrus_vga_rop2.h26 #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 Dlmb.c60 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 Dinffast.c28 # define PUP(a) *(a)++ argument
31 # define PUP(a) *++(a) argument
/openbmc/u-boot/drivers/net/fsl-mc/dpio/
H A Dqbman_private.h138 #define upper32(a) upper_32_bits(a) argument
139 #define lower32(a) lower_32_bits(a) argument
/openbmc/qemu/tests/tcg/openrisc/
H A Dtest_movhi.c5 int a; in main() local

12345678910>>...27