| /openbmc/u-boot/arch/arm/mach-sunxi/ |
| H A D | dram_sun9i.c | 368 #define MAX(a, b) ((a) > (b) ? (a) : (b)) in mctl_channel_init() argument
|
| /openbmc/qemu/hw/nvram/ |
| H A D | xlnx-versal-efuse-ctrl.c | 323 static int efuse_lk_spec_cmp(const void *a, const void *b) in efuse_lk_spec_cmp()
|
| /openbmc/qemu/include/net/ |
| H A D | net.h | 22 uint8_t a[6]; member
|
| /openbmc/qemu/tcg/ |
| H A D | region.c | 145 const struct tb_tc *a = ap; in tb_tc_cmp() local
|
| /openbmc/u-boot/include/linux/ |
| H A D | compat.h | 109 #define kmem_cache_create(a, sz, c, d, e) get_mem(sz) argument 124 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) argument
|
| /openbmc/ipmitool/lib/ |
| H A D | ipmi_sunoem.c | 453 struct sdr_record_list *alist, *a; in ipmi_sunoem_led_get() local 651 struct sdr_record_list *alist, *a; in ipmi_sunoem_led_set() local
|
| /openbmc/qemu/hw/virtio/ |
| H A D | virtio-iommu.c | 196 static gint interval_cmp(gconstpointer a, gconstpointer b, gpointer user_data) in interval_cmp() 1319 static gint int_cmp(gconstpointer a, gconstpointer b, gpointer user_data) in int_cmp()
|
| /openbmc/qemu/include/tcg/ |
| H A D | tcg.h | 494 static inline TCGTemp *arg_temp(TCGArg a) in arg_temp() 870 static inline ptrdiff_t tcg_ptr_byte_diff(const void *a, const void *b) in tcg_ptr_byte_diff()
|
| /openbmc/qemu/target/i386/ |
| H A D | cpu.c | 511 #define X86_ENC_ASSOC(a) (a <= 1 ? a : \ argument 7138 static gint compare_string(gconstpointer a, gconstpointer b) in compare_string() 7284 static gint x86_cpu_list_compare(gconstpointer a, gconstpointer b, gpointer d) in x86_cpu_list_compare() 7362 static gint strcmp_wrap(gconstpointer a, gconstpointer b, gpointer d) in strcmp_wrap()
|
| /openbmc/u-boot/drivers/clk/mvebu/ |
| H A D | armada-37xx-periph.c | 361 #define diff(a, b) abs((long)(a) - (long)(b)) argument
|
| /openbmc/u-boot/include/linux/mtd/ |
| H A D | nand.h | 452 static inline int nanddev_pos_cmp(const struct nand_pos *a, in nanddev_pos_cmp()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mxcmmc.c | 233 u32 a, b, c; in mxcmci_read_response() local
|
| H A D | bcm2835_sdhost.c | 46 #define msleep(a) udelay(a * 1000) argument
|
| /openbmc/u-boot/tools/ |
| H A D | moveconfig.py | 461 def show_diff(a, b, file_path, color_enabled): argument
|
| /openbmc/qemu/contrib/elf2dmp/ |
| H A D | pe.h | 123 uint32_t a; member
|
| /openbmc/qemu/include/hw/xen/interface/arch-x86/ |
| H A D | xen.h | 318 uint32_t a, b, c, d; member
|
| /openbmc/qemu/hw/riscv/ |
| H A D | virt-acpi-build.c | 684 static int rimt_idmap_compare(gconstpointer a, gconstpointer b) in rimt_idmap_compare()
|
| /openbmc/qemu/target/s390x/ |
| H A D | s390x-internal.h | 131 static inline uint64_t wrap_address(CPUS390XState *env, uint64_t a) in wrap_address()
|
| /openbmc/qemu/hw/timer/ |
| H A D | hpet.c | 122 static uint32_t hpet_time_after(uint64_t a, uint64_t b) in hpet_time_after()
|
| /openbmc/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 388 static int yaffs_toupper(YCHAR a) in yaffs_toupper() 396 int yaffsfs_Match(YCHAR a, YCHAR b) in yaffsfs_Match() 401 int yaffsfs_Match(YCHAR a, YCHAR b) in yaffsfs_Match()
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | parser-helpers.c | 1381 HexValue *a, in gen_convround_n_b() 1406 HexValue *a, in gen_convround_n_c() 1509 HexValue a; in gen_round() local
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | bootstrap-3.4.1.js | 1316 a: ['target', 'href', 'title', 'rel'], property in DefaultWhitelist 2154 .sort(function (a, b) { return a[0] - b[0] }) argument
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | msa_helper.c | 1192 #define SIGNED_EVEN(a, df) \ argument 1195 #define UNSIGNED_EVEN(a, df) \ argument 1198 #define SIGNED_ODD(a, df) \ argument 1201 #define UNSIGNED_ODD(a, df) \ argument 2232 #define SIGNED_EXTRACT(e, o, a, df) \ argument 2238 #define UNSIGNED_EXTRACT(e, o, a, df) \ argument 6307 static inline float16 float16_from_float32(int32_t a, bool ieee, in float16_from_float32() 6317 static inline float32 float32_from_float64(int64_t a, float_status *status) in float32_from_float64() 6326 static inline float32 float32_from_float16(int16_t a, bool ieee, in float32_from_float16() 6336 static inline float64 float64_from_float32(int32_t a, float_status *status) in float64_from_float32() [all …]
|
| /openbmc/u-boot/drivers/video/tegra124/ |
| H A D | sor.c | 536 #define DUMP_REG(a) printk(BIOS_INFO, \ in dump_sor_reg() argument
|
| /openbmc/qemu/util/ |
| H A D | hbitmap.c | 901 void hbitmap_merge(const HBitmap *a, const HBitmap *b, HBitmap *result) in hbitmap_merge()
|