| /openbmc/libpldm/include/libpldm/ |
| H A D | base.h | 207 #define HTOLE32(X) ((X) = htole32(X)) argument 208 #define HTOLE16(X) ((X) = htole16(X)) argument 209 #define LE32TOH(X) ((X) = le32toh(X)) argument 210 #define LE16TOH(X) ((X) = le16toh(X)) argument
|
| /openbmc/u-boot/env/ |
| H A D | mmc.c | 21 #define __STR(X) #X argument 22 #define STR(X) __STR(X) argument
|
| /openbmc/openpower-hw-diags/analyzer/plugins/ |
| H A D | plugin.hpp | 134 #define __PLUGIN_MAKE(X, Y, Z) X##Y##Z argument
|
| /openbmc/qemu/gdbstub/ |
| H A D | syscalls.c | 166 #define E(X) case GDB_E##X: err = E##X; break in gdb_handle_file_io() argument
|
| /openbmc/qemu/target/m68k/ |
| H A D | m68k-semi.c | 51 #define E(X) case E##X: return GDB_E##X in host_to_gdb_errno() argument
|
| H A D | translate.c | 3601 static void rotate_x_flags(TCGv reg, TCGv X, int size) in rotate_x_flags() 3623 TCGv X, shl, shr, shx, sz, zero; in rotate_x() local 3665 TCGv X, lo, hi, zero; in rotate32_x() local 3737 TCGv X = rotate32_x(DREG(insn, 0), shift, left); in DISAS_INSN() local 3762 TCGv X = rotate_x(reg, shift, left, 8); in DISAS_INSN() local 3786 TCGv X = rotate_x(reg, shift, left, 16); in DISAS_INSN() local 3814 TCGv X; in DISAS_INSN() local 3845 TCGv X; in DISAS_INSN() local 3877 TCGv X; in DISAS_INSN() local 3901 TCGv X = rotate_x(src, shift, left, 16); in DISAS_INSN() local
|
| /openbmc/qemu/target/hexagon/ |
| H A D | gen_dectree_import.c | 28 #define STRINGIZE(X) #X argument
|
| H A D | macros.h | 36 #define TYPE_INT(X) __builtin_types_compatible_p(typeof(X), int) argument 37 #define TYPE_TCGV(X) __builtin_types_compatible_p(typeof(X), TCGv) argument 38 #define TYPE_TCGV_I64(X) __builtin_types_compatible_p(typeof(X), TCGv_i64) argument 142 #define MEM_STORE1_FUNC(X) \ argument 150 #define MEM_STORE2_FUNC(X) \ argument 158 #define MEM_STORE4_FUNC(X) \ argument 166 #define MEM_STORE8_FUNC(X) \ argument 563 #define GETBYTE_FUNC(X) \ argument
|
| /openbmc/qemu/include/tcg/ |
| H A D | tcg-op-common.h | 484 #define tcg_constant_ptr(X) tcg_constant_ptr_int((intptr_t)(X)) argument
|
| H A D | tcg.h | 344 #define TCGOP_CALLI(X) (X)->param1 argument 345 #define TCGOP_CALLO(X) (X)->param2 argument 347 #define TCGOP_TYPE(X) (X)->param1 argument 348 #define TCGOP_FLAGS(X) (X)->param2 argument 349 #define TCGOP_VECE(X) (X)->param2 argument
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target-has.h | 28 #define HAVE_FACILITY(X) \ argument
|
| /openbmc/qemu/linux-user/arm/ |
| H A D | signal.c | 578 #define ARM_MOV_R7_IMM(X) (0xe3a07000 | (X)) argument 579 #define ARM_SWI_SYS(X) (0xef000000 | (X) | ARM_SYSCALL_BASE) argument 581 #define THUMB_MOVS_R7_IMM(X) (0x2700 | (X)) argument
|
| /openbmc/ipmitool/src/plugins/lan/ |
| H A D | md5.c | 140 md5_word_t X[16]; in md5_process() local 144 const md5_word_t *X; in md5_process() local
|
| /openbmc/qemu/linux-user/ |
| H A D | vm86.c | 33 #define set_flags(X,new,mask) \ argument
|
| /openbmc/qemu/tcg/ |
| H A D | tcg-op-ldst.c | 806 # define WITH_ATOMIC64(X) X, argument 808 # define WITH_ATOMIC64(X) argument 811 # define WITH_ATOMIC128(X) X, argument 813 # define WITH_ATOMIC128(X) argument
|
| /openbmc/qemu/crypto/ |
| H A D | aes.c | 115 #define AES_SH(X) (((X) * 5) & 15) argument 118 #define AES_ISH(X) (((X) * 13) & 15) argument
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
| H A D | ncurses.py | 55 X = 0 variable
|
| /openbmc/qemu/target/alpha/ |
| H A D | helper.c | 32 #define CONVERT_BIT(X, SRC, DST) \ argument
|
| /openbmc/qemu/include/hw/acpi/ |
| H A D | tpm.h | 66 #define TPM_TIS_BURST_COUNT(X) \ argument
|
| /openbmc/u-boot/arch/m68k/include/asm/ |
| H A D | m5235.h | 278 #define GPIO_PODR_SDRAM(X) ((x)&0x3F) argument 296 #define GPIO_PDDR_SDRAM(X) GPIO_PODR_SDRAM(X) argument 314 #define GPIO_PPDSDR_SDRAM(X) GPIO_PODR_SDRAM(X) argument 332 #define GPIO_PCLRR_SDRAM(X) GPIO_PODR_SDRAM(X) argument
|
| /openbmc/qemu/block/ |
| H A D | qcow2.h | 84 #define QCOW_OFLAG_SUB_ALLOC(X) (1ULL << (X)) argument 86 #define QCOW_OFLAG_SUB_ZERO(X) (QCOW_OFLAG_SUB_ALLOC(X) << 32) argument 88 #define QCOW_OFLAG_SUB_ALLOC_RANGE(X, Y) \ argument 91 #define QCOW_OFLAG_SUB_ZERO_RANGE(X, Y) \ argument
|
| /openbmc/u-boot/include/usb/ |
| H A D | ehci-ci.h | 211 #define FSL_EHCI_TXPBURST(X) ((X) << 8) argument 212 #define FSL_EHCI_RXPBURST(X) (X) argument
|
| /openbmc/qemu/util/ |
| H A D | qht.c | 203 #define qht_debug_assert(X) do { assert(X); } while (0) argument 238 #define qht_debug_assert(X) do { (void)(X); } while (0) argument
|
| /openbmc/qemu/disas/ |
| H A D | hppa.c | 1674 #define GET_FIELD(X, FROM, TO) \ argument 1677 #define GET_BIT(X, WHICH) \ argument
|
| /openbmc/qemu/include/fpu/ |
| H A D | softfloat-types.h | 254 #define PROPRULE(X, Y, Z) \ argument
|