Home
last modified time | relevance | path

Searched defs:X (Results 26 – 50 of 75) sorted by relevance

123

/openbmc/libpldm/include/libpldm/
H A Dbase.h207 #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 Dmmc.c21 #define __STR(X) #X argument
22 #define STR(X) __STR(X) argument
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dplugin.hpp134 #define __PLUGIN_MAKE(X, Y, Z) X##Y##Z argument
/openbmc/qemu/gdbstub/
H A Dsyscalls.c166 #define E(X) case GDB_E##X: err = E##X; break in gdb_handle_file_io() argument
/openbmc/qemu/target/m68k/
H A Dm68k-semi.c51 #define E(X) case E##X: return GDB_E##X in host_to_gdb_errno() argument
H A Dtranslate.c3601 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 Dgen_dectree_import.c28 #define STRINGIZE(X) #X argument
H A Dmacros.h36 #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 Dtcg-op-common.h484 #define tcg_constant_ptr(X) tcg_constant_ptr_int((intptr_t)(X)) argument
H A Dtcg.h344 #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 Dtcg-target-has.h28 #define HAVE_FACILITY(X) \ argument
/openbmc/qemu/linux-user/arm/
H A Dsignal.c578 #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 Dmd5.c140 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 Dvm86.c33 #define set_flags(X,new,mask) \ argument
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c806 # 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 Daes.c115 #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 Dncurses.py55 X = 0 variable
/openbmc/qemu/target/alpha/
H A Dhelper.c32 #define CONVERT_BIT(X, SRC, DST) \ argument
/openbmc/qemu/include/hw/acpi/
H A Dtpm.h66 #define TPM_TIS_BURST_COUNT(X) \ argument
/openbmc/u-boot/arch/m68k/include/asm/
H A Dm5235.h278 #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 Dqcow2.h84 #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 Dehci-ci.h211 #define FSL_EHCI_TXPBURST(X) ((X) << 8) argument
212 #define FSL_EHCI_RXPBURST(X) (X) argument
/openbmc/qemu/util/
H A Dqht.c203 #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 Dhppa.c1674 #define GET_FIELD(X, FROM, TO) \ argument
1677 #define GET_BIT(X, WHICH) \ argument
/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h254 #define PROPRULE(X, Y, Z) \ argument

123