/openbmc/qemu/tests/qtest/fuzz/ |
H A D | generic_fuzz.c | 349 } a; in op_in() local 385 } a; in op_out() local 421 } a; in op_read() local 463 } a; in op_write() local 504 } a; in op_pci_read() local 534 } a; in op_pci_write() local 566 } a; in op_add_dma_pattern() local
|
/openbmc/qemu/tests/functional/ |
H A D | test_vnc.py | 86 def do_test_change_listen(self, a, b, c): argument
|
/openbmc/qemu/migration/ |
H A D | multifd-zero-page.c | 27 static void swap_page_offset(ram_addr_t *pages_offset, int a, int b) in swap_page_offset()
|
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
H A D | dma_sun4i.h | 60 #define SUNXI_DMA_CTL_SRC_DRQ(a) ((a) & 0x1f) argument 63 #define SUNXI_DMA_CTL_DST_DRQ(a) (((a) & 0x1f) << 16) argument
|
/openbmc/qemu/target/xtensa/ |
H A D | win_helper.c | 66 static inline unsigned windowbase_bound(unsigned a, const CPUXtensaState *env) in windowbase_bound() 71 static inline unsigned windowstart_bit(unsigned a, const CPUXtensaState *env) in windowstart_bit()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | iwmmxt_helper.c | 51 #define EXTEND8H(a) ((uint16_t) (int8_t) (a)) argument 52 #define EXTEND8(a) ((uint32_t) (int8_t) (a)) argument 53 #define EXTEND16(a) ((uint32_t) (int16_t) (a)) argument 54 #define EXTEND16S(a) ((int32_t) (int16_t) (a)) argument 55 #define EXTEND32(a) ((uint64_t) (int32_t) (a)) argument
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 770 void test_fops(double a, double b) in test_fops() 813 void test_fcmp(double a, double b) in test_fcmp() 861 void test_fcvt(double a) in test_fcvt() 904 double a; in test_fconst() local 914 void test_fbcd(double a) in test_fbcd() 983 #define TEST_FCMOV(a, b, eflags, CC)\ argument 997 double a, b; in test_fcmov() local 1586 static inline void set_bit(uint8_t *a, unsigned int bit) in set_bit() 2159 unsigned long a, r; in test_conv() local 2166 unsigned long a, r; in test_conv() local
|
/openbmc/qemu/include/qemu/ |
H A D | xxhash.h | 58 uint32_t a = ab; in qemu_xxhash8() local 215 static inline uint64_t qemu_xxhash64_4(uint64_t a, uint64_t b, in qemu_xxhash64_4()
|
H A D | cpuid.h | 97 unsigned a, d; in xgetbv_low() local
|
/openbmc/u-boot/drivers/i2c/ |
H A D | lpc32xx_i2c.c | 126 int a = (addr >> (8 * alen)) & 0xff; in __i2c_read() local 198 int a = (addr >> (8 * alen)) & 0xff; in __i2c_write() local
|
/openbmc/u-boot/fs/zfs/ |
H A D | zfs_fletcher.c | 61 uint64_t a, b, c, d; in fletcher_4_endian() local
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | linux-kernel-image-header-vars.h | 48 #define __MAX(a, b) (((a) > (b)) ? (a) : (b)) argument
|
/openbmc/u-boot/scripts/dtc/libfdt/ |
H A D | libfdt_internal.h | 55 #define FDT_ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
|
/openbmc/qemu/util/ |
H A D | range.c | 23 int range_compare(Range *a, Range *b) in range_compare()
|
/openbmc/qemu/tests/bench/ |
H A D | benchmark-crypto-hash.c | 66 #define TEST_ONE(a, c) \ in main() argument
|
/openbmc/qemu/tests/unit/ |
H A D | test-smp-parse.c | 32 #define SMP_CONFIG_GENERIC(ha, a, hb, b, hc, c, hd, d, he, e) \ argument 41 #define CPU_TOPOLOGY_GENERIC(a, b, c, d, e) \ argument 54 #define SMP_CONFIG_WITH_MODS_DIES(ha, a, hb, b, hc, c, hd, d, \ argument 70 #define SMP_CONFIG_WITH_CLUSTERS(ha, a, hb, b, hc, c, hd, d, he, e, hf, f) \ argument 84 #define SMP_CONFIG_WITH_BOOKS_DRAWERS(ha, a, hb, b, hc, c, hd, \ argument 101 #define SMP_CONFIG_WITH_FULL_TOPO(a, b, c, d, e, f, g, h, i, j) \ argument
|
H A D | test-mul64.c | 14 uint64_t a, b; member
|
H A D | test-qmp-event.c | 88 EventStructOne a = { in test_event_d() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jsrender.min.js | 3 …ar n=t.jQuery;"object"==typeof exports?module.exports=n?e(t,n):function(n){if(n&&!n.fn)throw"Provi… argument
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | repository_test.cpp | 310 auto a = repo.getPELAttributes(id); in TEST_F() local 326 auto a = repo.getPELAttributes(id); in TEST_F() local 349 auto a = repo.getPELAttributes(id); in TEST_F() local 369 auto a = repo.getPELAttributes(id); in TEST_F() local 392 auto a = repo.getPELAttributes(id); in TEST_F() local 412 auto a = repo.getPELAttributes(id); in TEST_F() local
|
/openbmc/u-boot/include/zfs/ |
H A D | uberblock_impl.h | 14 #define UBMAX(a, b) ((a) > (b) ? (a) : (b)) argument
|
/openbmc/qemu/tests/tcg/hppa/ |
H A D | stby.c | 10 unsigned a; member
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | event.py | 526 callback = lambda a: 2 * a argument 533 callback = lambda a: 2 * a argument 540 callback = lambda a: 2 * a argument 549 callback = lambda a: 2 * a argument
|
/openbmc/qemu/linux-user/ |
H A D | thunk.c | 368 uint8_t *a; in thunk_print() local 403 uint8_t *a; in thunk_print() local
|
/openbmc/u-boot/scripts/dtc/ |
H A D | dtc.h | 69 #define streq(a, b) (strcmp((a), (b)) == 0) argument 71 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) argument 73 #define ALIGN(x, a) (((x) + (a) - 1) & ~((a) - 1)) argument
|