Home
last modified time | relevance | path

Searched defs:x (Results 1051 – 1075 of 1111) sorted by relevance

1...<<4142434445

/openbmc/qemu/hw/net/
H A De1000e_core.c2873 #define e1000e_getreg(x) [x] = e1000e_mac_readreg argument
3079 #define e1000e_putreg(x) [x] = e1000e_mac_writereg argument
H A Digb_core.c3109 #define igb_getreg(x) [x] = igb_mac_readreg argument
3683 #define igb_putreg(x) [x] = igb_mac_writereg argument
/openbmc/rest-dbus/resources/
H A Djstree.min.js4 ….responsive?"addClass":"removeClass"]("jstree-"+b+"-responsive"),this.trigger("set_theme",{theme:b…
/openbmc/qemu/target/hppa/
H A Dtranslate.c587 static void nullify_set(DisasContext *ctx, bool x) in nullify_set()
4461 TCGv_i64 x, y; in trans_xmpyu() local
4529 TCGv_i32 x, y, z; in trans_fmpyfadd_f() local
4548 TCGv_i64 x, y, z; in trans_fmpyfadd_d() local
/openbmc/ipmitool/src/plugins/imb/
H A Dimbapi.h162 #define UNREFERENCED_PARAMETER(x) argument
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c84 #define rndis_uninit(x) do {} while (0) argument
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h16 #define __SYSCALL(x, y) argument
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c44 #define UNSIGNED(x, df) ((x) & DF_MAX_UINT(df)) argument
45 #define SIGNED(x, df) \ argument
75 uint64_t x, y; in msa_nlzc_df() local
217 uint64_t x; in msa_pcnt_df() local
310 #define BIT_POSITION(x, df) ((uint64_t)(x) % DF_BITS(df)) argument
8215 static inline uint64_t bswap16x4(uint64_t x) in bswap16x4()
8221 static inline uint64_t bswap32x2(uint64_t x) in bswap32x2()
8295 #define MSA_PAGESPAN(x) \ argument
/openbmc/qemu/subprojects/libvduse/
H A Dlibvduse.c58 #define unlikely(x) __builtin_expect(!!(x), 0) argument
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1056 def func(x): argument
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_85xx.h663 #define SPMODE_LEN(x) ((((x)-1)&0xF)<<4) argument
664 #define SPMODE_PM(x) ((x) &0xF) argument
H A Dimmap_85xx.h1561 #define CPC_CFG0_SZ_K(x) ((x & CPC_CFG0_SZ_MASK) << 6) argument
1562 #define CPC_CFG0_NUM_WAYS(x) (((x >> 14) & 0x1f) + 1) argument
1563 #define CPC_CFG0_LINE_SZ(x) ((((x >> 23) & 0x3) + 1) * 32) argument
1565 #define CPC_SRCR1_SRBARU(x) (((unsigned long long)x >> 32) \ argument
1568 #define CPC_SRCR0_SRBARL(x) (x & CPC_SRCR0_SRBARL_MASK) argument
1968 #define TP_ITYP_TYPE(x) (((x) & 0x6) >> 1) /* Initiator Type */ argument
1973 #define TP_ITYP_THDS(x) (((x) & 0x18) >> 3) /* # threads */ argument
1974 #define TP_ITYP_VER(x) (((x) & 0xe0) >> 5) /* Initiator Version */ argument
/openbmc/qemu/block/
H A Dvvfat.c675 const uint8_t* x=(uint8_t*)(s->fat.pointer)+cluster*3/2; in fat_get() local
1796 const uint8_t* x=s->fat2+cluster*3/2; in modified_fat_get() local
/openbmc/qemu/include/standard-headers/linux/
H A Dfuse.h1051 #define FUSE_REC_ALIGN(x) \ argument
1055 #define FUSE_DIRENT_ALIGN(x) FUSE_REC_ALIGN(x) argument
/openbmc/qemu/target/ppc/
H A Dtranslate.c5586 static int times_2(DisasContext *ctx, int x) in times_2()
5591 static int times_4(DisasContext *ctx, int x) in times_4()
5596 static int times_16(DisasContext *ctx, int x) in times_16()
5601 static int64_t dw_compose_ea(DisasContext *ctx, int x) in dw_compose_ea()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Dmux.h495 #define CP(x) (CONTROL_PADCONF_##x) argument
/openbmc/u-boot/include/
H A Dtsec.h58 #define SET_STD_TSEC_INFO(x, num) \ argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dqunit-1.18.0.js209 DiffMatchPatch.prototype.diffBisectSplit=function(text1,text2,x,y,deadline){var text1a,text1b,text2… argument
H A Djquery-2.0.3.min.js4 …cat,h=c.push,d=c.slice,g=c.indexOf,m=l.toString,y=l.hasOwnProperty,v=p.trim,x=function(e,n){return… function
6 …1===arguments.length?this.off(e,"**"):this.off(t,e||"**",n)}});var Xt,Ut,Yt=x.now(),Vt=/\?/,Gt=/#.… function
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py3193 def __init__(self, x): argument
/openbmc/qemu/hw/display/
H A Dqxl.c2023 int x, int y, int w, int h)
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c1357 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) argument
/openbmc/qemu/include/system/
H A Dmemory.h133 #define IOMMU_ACCESS_FLAG_FULL(r, w, x, p, g, uo) \ argument
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dgrf_rk3288.h1150 #define GPIO_BIAS_SHIFT(x) ((x) * 2) argument
1153 #define GPIO_PULL_SHIFT(x) ((x) * 2) argument
/openbmc/qemu/target/sparc/
H A Dtranslate.c204 #define GET_FIELDs(x,a,b) sign_extend (GET_FIELD(x,a,b), (b) - (a) + 1) argument
205 #define GET_FIELD_SPs(x,a,b) sign_extend (GET_FIELD_SP(x,a,b), ((b) - (a) + 1)) argument
2467 static int extract_dfpreg(DisasContext *dc, int x) in extract_dfpreg()
2476 static int extract_qfpreg(DisasContext *dc, int x) in extract_qfpreg()

1...<<4142434445