| /openbmc/qemu/include/disas/ |
| H A D | dis-asm.h | 18 #define sprintf_vma(s,x) sprintf (s, "%0" PRIx64, x) argument 19 #define snprintf_vma(s,ss,x) snprintf (s, ss, "%0" PRIx64, x) argument
|
| /openbmc/qemu/target/m68k/ |
| H A D | softfloat.c | 1421 floatx80 fp0, fp1, fp2, fp3, fp4, fp5, x, invtwopi, twopi1, twopi2; in floatx80_sin() local 1661 floatx80 fp0, fp1, fp2, fp3, fp4, fp5, x, invtwopi, twopi1, twopi2; in floatx80_cos() local
|
| /openbmc/qemu/tcg/ |
| H A D | tcg-op-ldst.c | 570 TCGv_i64 x, y; in tcg_gen_qemu_ld_i128_int() local 679 TCGv_i64 x, y, b = NULL; in tcg_gen_qemu_st_i128_int() local
|
| /openbmc/qemu/hw/net/ |
| H A D | xilinx_axienet.c | 39 #define DPHY(x) argument 214 #define DENET(x) argument
|
| /openbmc/qemu/hw/display/ |
| H A D | vga.c | 1895 #define TEXTMODE_X(x) ((x) % width) argument 1896 #define TEXTMODE_Y(x) ((x) / width) argument
|
| H A D | sm501.c | 765 unsigned int x, y, i; in sm501_2d_operation() local 776 unsigned int x, y, i, j; in sm501_2d_operation() local 790 unsigned int x, y, i, j; in sm501_2d_operation() local 916 unsigned int x, y, i; in sm501_2d_operation() local
|
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | core.h | 141 #define DWC3_GCTL_RAMCLKSEL(x) (((x) & DWC3_GCTL_CLK_MASK) << 6) argument 345 #define DWC3_DEPCMD_PARAM(x) ((x) << DWC3_DEPCMD_PARAM_SHIFT) argument 346 #define DWC3_DEPCMD_GET_RSC_IDX(x) (((x) >> DWC3_DEPCMD_PARAM_SHIFT) & 0x7f) argument 347 #define DWC3_DEPCMD_STATUS(x) (((x) >> 15) & 1) argument
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra114/ |
| H A D | clock.c | 62 #define CLK(x) CLOCK_ID_ ## x argument
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | atcspi200_spi.c | 31 #define DATA_LENGTH(x) ((x-1)<<8) argument
|
| /openbmc/u-boot/tools/ |
| H A D | kwbimage.h | 32 #define ALIGN_SUP(x, a) (((x) + (a - 1)) & ~(a - 1)) argument
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | mtdconcat.c | 53 #define CONCAT(x) ((struct mtd_concat *)(x)) argument
|
| H A D | cfi_flash.c | 265 int x, y; in flash_printqry() local 327 int x; in flash_read_long() local
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci_mvebu.c | 28 #define SELECT(x, n) ((x >> n) & 1UL) argument
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | lpc32xx_nand_slc.c | 102 #define lpc32xx_dmac_next_lli(x) ((u32)x) argument
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-coroutine.c | 214 QemuLockable *x = opaque; in lockable_fn() local
|
| /openbmc/u-boot/drivers/clk/aspeed/ |
| H A D | clk_ast2500.c | 524 #define SCU_CLK_SD_DIV(x) (x << 12) argument
|
| /openbmc/qemu/chardev/ |
| H A D | baum.c | 98 unsigned int x, y; member
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | build.py | 407 def resolve(x, y): argument
|
| /openbmc/u-boot/arch/arm/include/asm/arch-sunxi/ |
| H A D | dram_sun50i_h6.h | 128 #define MSTR_ACTIVE_RANKS(x) (((x == 2) ? 3 : 1) << 24) argument 129 #define MSTR_BURST_LENGTH(x) (((x) >> 1) << 16) argument
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 224 def is_pow2(x): argument 229 def ctz(x): argument
|
| /openbmc/qemu/hw/sh4/ |
| H A D | sh7750_regs.h | 889 #define SH7750_SDRAM_MODE_A2_32BIT(x) (SH7750_SDRAM_MODE_A2_BASE + ((x) << 2)) argument 890 #define SH7750_SDRAM_MODE_A3_32BIT(x) (SH7750_SDRAM_MODE_A3_BASE + ((x) << 2)) argument 891 #define SH7750_SDRAM_MODE_A2_64BIT(x) (SH7750_SDRAM_MODE_A2_BASE + ((x) << 3)) argument 892 #define SH7750_SDRAM_MODE_A3_64BIT(x) (SH7750_SDRAM_MODE_A3_BASE + ((x) << 3)) argument
|
| /openbmc/qemu/migration/ |
| H A D | rdma.c | 566 for (int x = 0; x < local->nb_blocks; x++) { in rdma_add_block() local 688 for (int x = 0; x < local->nb_blocks; x++) { in rdma_delete_block() local 706 for (int x = block->index; x < local->nb_blocks - 1; x++) { in rdma_delete_block() local 726 for (int x = 0; x < local->nb_blocks; x++) { in rdma_delete_block() local
|
| /openbmc/u-boot/include/ |
| H A D | elf.h | 367 #define ELF32_ST_BIND(x) ((x) >> 4) argument 368 #define ELF32_ST_TYPE(x) (((unsigned int) x) & 0xf) argument 370 #define ELF32_ST_VISIBILITY(x) ((x) & 0x3) argument
|
| /openbmc/u-boot/include/power/ |
| H A D | pfuze100_pmic.h | 75 #define PFUZE100_SW1ABC_SETP(x) ((x - 3000) / 250) argument
|
| /openbmc/openbmc/poky/bitbake/lib/ |
| H A D | codegen.py | 94 def write(self, x): argument
|