Home
last modified time | relevance | path

Searched defs:x (Results 951 – 975 of 1111) sorted by relevance

1...<<31323334353637383940>>...45

/openbmc/qemu/include/disas/
H A Ddis-asm.h18 #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 Dsoftfloat.c1421 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 Dtcg-op-ldst.c570 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 Dxilinx_axienet.c39 #define DPHY(x) argument
214 #define DENET(x) argument
/openbmc/qemu/hw/display/
H A Dvga.c1895 #define TEXTMODE_X(x) ((x) % width) argument
1896 #define TEXTMODE_Y(x) ((x) / width) argument
H A Dsm501.c765 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 Dcore.h141 #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 Dclock.c62 #define CLK(x) CLOCK_ID_ ## x argument
/openbmc/u-boot/drivers/spi/
H A Datcspi200_spi.c31 #define DATA_LENGTH(x) ((x-1)<<8) argument
/openbmc/u-boot/tools/
H A Dkwbimage.h32 #define ALIGN_SUP(x, a) (((x) + (a - 1)) & ~(a - 1)) argument
/openbmc/u-boot/drivers/mtd/
H A Dmtdconcat.c53 #define CONCAT(x) ((struct mtd_concat *)(x)) argument
H A Dcfi_flash.c265 int x, y; in flash_printqry() local
327 int x; in flash_read_long() local
/openbmc/u-boot/drivers/pci/
H A Dpci_mvebu.c28 #define SELECT(x, n) ((x >> n) & 1UL) argument
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dlpc32xx_nand_slc.c102 #define lpc32xx_dmac_next_lli(x) ((u32)x) argument
/openbmc/qemu/tests/unit/
H A Dtest-coroutine.c214 QemuLockable *x = opaque; in lockable_fn() local
/openbmc/u-boot/drivers/clk/aspeed/
H A Dclk_ast2500.c524 #define SCU_CLK_SD_DIV(x) (x << 12) argument
/openbmc/qemu/chardev/
H A Dbaum.c98 unsigned int x, y; member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dbuild.py407 def resolve(x, y): argument
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Ddram_sun50i_h6.h128 #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 Ddecodetree.py224 def is_pow2(x): argument
229 def ctz(x): argument
/openbmc/qemu/hw/sh4/
H A Dsh7750_regs.h889 #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 Drdma.c566 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 Delf.h367 #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 Dpfuze100_pmic.h75 #define PFUZE100_SW1ABC_SETP(x) ((x - 3000) / 250) argument
/openbmc/openbmc/poky/bitbake/lib/
H A Dcodegen.py94 def write(self, x): argument

1...<<31323334353637383940>>...45