Home
last modified time | relevance | path

Searched defs:X (Results 126 – 150 of 296) sorted by relevance

12345678910>>...12

/openbmc/qemu/target/hexagon/
H A Dgen_dectree_import.c28 #define STRINGIZE(X) #X argument
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h479 #define tcg_constant_ptr(X) tcg_constant_ptr_int((intptr_t)(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/linux/arch/m68k/fpsp040/
H A Dslogn.S237 .set X,FP_SCR1 define
H A Dssin.S132 .set X,FP_SCR5 define
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c803 # define WITH_ATOMIC64(X) X, argument
805 # define WITH_ATOMIC64(X) argument
808 # define WITH_ATOMIC128(X) X, argument
810 # define WITH_ATOMIC128(X) argument
/openbmc/linux/security/apparmor/include/
H A Dpolicy.h59 #define on_list_rcu(X) (!list_empty(X) && (X)->prev != LIST_POISON2) argument
260 #define profile_unconfined(X) ((X)->mode == APPARMOR_UNCONFINED) argument
/openbmc/linux/drivers/staging/sm750fb/
H A Dddk750_chip.c319 int N, M, X, d; in sm750_calc_pll_value() local
/openbmc/linux/tools/testing/selftests/openat2/
H A Dhelpers.h17 #define ARRAY_LEN(X) (sizeof (X) / sizeof (*(X))) argument
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_main.c55 #define MLX4_EN_PARM_INT(X, def_val, desc) \ argument
/openbmc/linux/arch/sparc/include/asm/
H A Dio_64.h426 #define ioremap_uc(X,Y) ioremap((X),(Y)) argument
427 #define ioremap_wc(X,Y) ioremap((X),(Y)) argument
428 #define ioremap_wt(X,Y) ioremap((X),(Y)) 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/linux/drivers/spmi/
H A Dspmi-pmic-arb.c44 #define SPMI_MAPPING_BIT_INDEX(X) (((X) >> 18) & 0xF) argument
45 #define SPMI_MAPPING_BIT_IS_0_FLAG(X) (((X) >> 17) & 0x1) argument
46 #define SPMI_MAPPING_BIT_IS_0_RESULT(X) (((X) >> 9) & 0xFF) argument
47 #define SPMI_MAPPING_BIT_IS_1_FLAG(X) (((X) >> 8) & 0x1) argument
48 #define SPMI_MAPPING_BIT_IS_1_RESULT(X) (((X) >> 0) & 0xFF) argument
57 #define SPMI_OWNERSHIP_PERIPH2OWNER(X) ((X) & 0x7) argument
/openbmc/linux/kernel/bpf/
H A Dcore.c2201 #define EVAL1(FN, X) FN(X) argument
2202 #define EVAL2(FN, X, Y...) FN(X) EVAL1(FN, Y) argument
2203 #define EVAL3(FN, X, Y...) FN(X) EVAL2(FN, Y) argument
2204 #define EVAL4(FN, X, Y...) FN(X) EVAL3(FN, Y) argument
2205 #define EVAL5(FN, X, Y...) FN(X) EVAL4(FN, Y) argument
2206 #define EVAL6(FN, X, Y...) FN(X) EVAL5(FN, Y) argument
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0900_priv.h17 #define INRANGE(X, Y, Z) ((((X) <= (Y)) && ((Y) <= (Z))) \ argument
21 #define MAKEWORD(X, Y) (((X) << 8) + (Y)) argument
24 #define LSB(X) (((X) & 0xFF)) argument
/openbmc/linux/drivers/spi/
H A Dspi-butterfly.c131 #define spidelay(X) do { } while (0) argument
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzfht_test.c70 #define NX_MIN(X, Y) (((X) < (Y)) ? (X) : (Y)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgm107.c350 int E = -1, X; in gm107_gr_init_bios() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddc_dsc.c46 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) argument
49 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
/openbmc/linux/drivers/iio/pressure/
H A Dt5403.c70 s32 S, O, X; in t5403_comp_pressure() local
/openbmc/linux/sound/soc/codecs/
H A Dpcm1681.c35 #define PCM1681_ATT_CONTROL(X) (X <= 6 ? X : X + 9) /* Attenuation level */ argument
/openbmc/qemu/target/m68k/
H A Dtranslate.c3600 static void rotate_x_flags(TCGv reg, TCGv X, int size) in rotate_x_flags()
3622 TCGv X, shl, shr, shx, sz, zero; in rotate_x() local
3664 TCGv X, lo, hi, zero; in rotate32_x() local
3736 TCGv X = rotate32_x(DREG(insn, 0), shift, left); in DISAS_INSN() local
3761 TCGv X = rotate_x(reg, shift, left, 8); in DISAS_INSN() local
3785 TCGv X = rotate_x(reg, shift, left, 16); in DISAS_INSN() local
3813 TCGv X; in DISAS_INSN() local
3844 TCGv X; in DISAS_INSN() local
3876 TCGv X; in DISAS_INSN() local
3900 TCGv X = rotate_x(src, shift, left, 16); in DISAS_INSN() local
/openbmc/linux/tools/perf/util/
H A Dsvghelper.c60 double X; in time2pixels() local
610 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c40 #define MAX(X, Y) ((X) > (Y) ? (X) : (Y)) argument
43 #define MIN(X, Y) ((X) < (Y) ? (X) : (Y)) argument
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_syncmap.c36 unsigned int i, X; in __sync_print() local

12345678910>>...12