Home
last modified time | relevance | path

Searched refs:_x (Results 1 – 25 of 188) sorted by relevance

12345678

/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/sh/
H A Dbset.s9 _x: .long 0 label
19 assertmem _x, 0x1
21 assertmem _x, 0x3
23 assertmem _x, 0x7
25 assertmem _x, 0xf
28 assertmem _x, 0x1f
30 assertmem _x, 0x3f
32 assertmem _x, 0x7f
34 assertmem _x, 0xff
37 assertmem _x, 0x1ff
[all …]
H A Dbclr.s9 _x: .long 0xffffffff label
19 assertmem _x, 0xfffffffe
21 assertmem _x, 0xfffffffc
23 assertmem _x, 0xfffffff8
25 assertmem _x, 0xfffffff0
28 assertmem _x, 0xffffffe0
30 assertmem _x, 0xffffffc0
32 assertmem _x, 0xffffff80
34 assertmem _x, 0xffffff00
37 assertmem _x, 0xfffffe00
[all …]
H A Dbst.s9 _x: .long 0 label
22 assertmem _x, 0x1
24 assertmem _x, 0x3
26 assertmem _x, 0x7
28 assertmem _x, 0xf
31 assertmem _x, 0x1f
33 assertmem _x, 0x3f
35 assertmem _x, 0x7f
37 assertmem _x, 0xff
40 assertmem _x, 0x1ff
[all …]
H A Dbldnot.s9 _x: .long 0xa5a5a5a5 label
90 assertreg _x, r1
100 x: .long _x
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
H A Dsave.h65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument
66 static inline int __HVM_SAVE_FIX_COMPAT_##_x(void *h, uint32_t size) \
68 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}; \
69 struct __HVM_SAVE_TYPE_COMPAT_##_x { _ctype t; }
72 # define DECLARE_HVM_SAVE_TYPE(_x, _code, _type) \ argument
73 static inline int __HVM_SAVE_FIX_COMPAT_##_x(void *h, uint32_t size) \
75 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[1];}; \
76 struct __HVM_SAVE_TYPE_COMPAT_##_x { _type t; }
78 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \ argument
79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}
[all …]
/netbsd-src/sys/external/bsd/dwc2/dist/
H A Ddwc2_hw.h118 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0) argument
126 #define GRSTCTL_TXFNUM(_x) ((_x) << 6) argument
411 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff) argument
419 #define DCFG_EPMISCNT(_x) ((_x) << 18) argument
423 #define DCFG_PERFRINT(_x) ((_x) << 11) argument
427 #define DCFG_DEVADDR(_x) ((_x) << 4) argument
453 #define DSTS_SOFFN(_x) ((_x) << 8) argument
484 #define DAINT_OUTEP(_x) (1 << ((_x) + 16)) argument
485 #define DAINT_INEP(_x) (1 << (_x)) argument
524 #define DXEPCTL_TXFNUM(_x) ((_x) << 22) argument
[all …]
/netbsd-src/sys/fs/efs/
H A Defs_dir.h168 #define EFS_DIRENT_OFF_EXPND(_x) ((_x) << EFS_DIRENT_OFF_SHFT) argument
169 #define EFS_DIRENT_OFF_COMPT(_x) ((_x) >> EFS_DIRENT_OFF_SHFT) argument
170 #define EFS_DIRENT_OFF_VALID(_x) (((_x) & 0x1) == 0 && (_x) < \ argument
183 #define EFS_DIRENT_SIZE(_x) (EFS_DIRENT_SIZE_MIN + (_x) - ((_x) & 0x1)) argument
H A Defs.h126 #define EFS_BB2BY(_x) ((_x) << EFS_BB_SHFT) argument
127 #define EFS_BY2BB(_x) (((_x) + EFS_BB_SIZE - 1) >> EFS_BB_SHFT) argument
146 #define EFS_DPRINTF(_x) printf _x argument
148 #define EFS_DPRINTF(_x) argument
H A Defs_dinode.h110 #define EFS_DINODE_ODEV_MAJ(_x) (((_x) >> 8) & 0x7f) argument
111 #define EFS_DINODE_ODEV_MIN(_x) (((_x) >> 0) & 0xff) argument
112 #define EFS_DINODE_NDEV_MAJ(_x) (((_x) >> 18) & 0x1ff) argument
113 #define EFS_DINODE_NDEV_MIN(_x) (((_x) >> 0) & 0x3ffff) argument
/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
H A Dring.h56 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1)) argument
57 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x)) argument
58 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)) argument
59 #define __RD16(_x) (((_x) & 0x0000ff00) ? __RD8((_x)>>8)<<8 : __RD8(_x)) argument
60 #define __RD32(_x) (((_x) & 0xffff0000) ? __RD16((_x)>>16)<<16 : __RD16(_x)) argument
/netbsd-src/sys/arch/sgimips/hpc/
H A Dhpcreg.h198 #define HPC3_ENETR_DMACFG_D1(_x) (((_x) << 0) & 0x000f) /* D1 gio_clk cycles */ argument
199 #define HPC3_ENETR_DMACFG_D2(_x) (((_x) << 4) & 0x00f0) /* D2 gio_clk cycles */ argument
200 #define HPC3_ENETR_DMACFG_D3(_x) (((_x) << 8) & 0x0f00) /* D3 gio_clk cycles */ argument
214 #define HPC3_ENETR_PIOCFG_P1(_x) (((_x) << 0) & 0x000f) /* P1 gio_clk cycles */ argument
215 #define HPC3_ENETR_PIOCFG_P2(_x) (((_x) << 4) & 0x00f0) /* P2 gio_clk cycles */ argument
216 #define HPC3_ENETR_PIOCFG_P3(_x) (((_x) << 8) & 0x0f00) /* P3 gio_clk cycles */ argument
H A Dpi1ppc.c84 #define pi1ppc_r_str(_x) r_reg(AT_STAT_REG,_x) argument
85 #define pi1ppc_r_ctr(_x) r_reg(AT_CTL_REG,_x) argument
86 #define pi1ppc_r_dtr(_x) r_reg(AT_DATA_REG,_x) argument
88 #define pi1ppc_w_str(_x,_y) argument
89 #define pi1ppc_w_ctr(_x,_y) w_reg(AT_CTL_REG,_x,_y) argument
90 #define pi1ppc_w_dtr(_x,_y) w_reg(AT_DATA_REG,_x,_y) argument
93 #define pi1ppc_barrier_r(_x) bus_space_barrier(_x->sc_iot,_x->sc_ioh, \ argument
95 #define pi1ppc_barrier_w(_x) bus_space_barrier(_x->sc_iot,_x->sc_ioh, \ argument
97 #define pi1ppc_barrier(_x) pi1ppc_barrier_r(_x) argument
/netbsd-src/sys/dev/hpc/
H A Dvideo_subr.c85 if (_y < _x) { \
86 BRESENHAM(_y, _x, -i, -k, func); \
88 BRESENHAM(_x, _y, -k, -i, func); \
91 if (_y < _x) { \
92 BRESENHAM(_y, _x, -i, +k, func); \
94 BRESENHAM(_x, _y, -k, +i, func); \
99 if (_y < _x) { \
100 BRESENHAM(_y, _x, +i, -k, func); \
102 BRESENHAM(_x, _y, +k, -i, func); \
105 if (_y < _x) { \
[all …]
/netbsd-src/sys/arch/evbppc/compile/
H A Dwalnut-mkimg.sh47 local _x=$1; shift
48 printf $( printf '\\x%x' $_x )
53 local _x=$1; shift
54 enc $(( ( $_x >> 24 ) & 0xff ))
55 enc $(( ( $_x >> 16 ) & 0xff ))
56 enc $(( ( $_x >> 8 ) & 0xff ))
57 enc $(( ( $_x >> 0 ) & 0xff ))
/netbsd-src/external/gpl2/gmake/dist/
H A Ddebug.h31 #define DBS(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ argument
32 printf _x; fflush (stdout);} }while(0)
34 #define DBF(_l,_x) do{ if(ISDB(_l)) {print_spaces (depth); \ argument
35 printf (_x, file->name); \
38 #define DB(_l,_x) do{ if(ISDB(_l)) {printf _x; fflush (stdout);} }while(0) argument
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr.h852 #define MPFR_DECL_INIT(_x, _p) \ argument
853 MPFR_EXTENSION mp_limb_t __gmpfr_local_tab_##_x[((_p)-1)/GMP_NUMB_BITS+1]; \
854 MPFR_EXTENSION mpfr_t _x = {{(_p),1,__MPFR_EXP_NAN,__gmpfr_local_tab_##_x}}
886 #define MPFR_GET_SIGN(_x) MPFR_VALUE_OF(MPFR_SIGN(MPFR_SRCPTR(_x))) argument
888 #define mpfr_nan_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_NAN) argument
889 #define mpfr_inf_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_INF) argument
890 #define mpfr_zero_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp == __MPFR_EXP_ZERO) argument
891 #define mpfr_regular_p(_x) (MPFR_SRCPTR(_x)->_mpfr_exp > __MPFR_EXP_INF) argument
896 #define mpfr_sgn(_x) \ argument
897 ((_x)->_mpfr_exp < __MPFR_EXP_INF ? \
[all …]
H A Dmpfr-gmp.h391 mp_limb_t _x = (mp_limb_t) (x); \
392 while (GMP_NUMB_BITS > 16 && (_x >> (GMP_NUMB_BITS - 16)) == 0) \
395 _x = (mp_limb_t) (_x << 16); \
397 if (GMP_NUMB_BITS > 8 && (_x >> (GMP_NUMB_BITS - 8)) == 0) \
400 _x = (mp_limb_t) (_x << 8); \
402 if (GMP_NUMB_BITS > 4 && (_x >> (GMP_NUMB_BITS - 4)) == 0) \
405 _x = (mp_limb_t) (_x << 4); \
407 if (GMP_NUMB_BITS > 2 && (_x >> (GMP_NUMB_BITS - 2)) == 0) \
410 _x = (mp_limb_t) (_x << 2); \
412 if ((_x & MPFR_LIMB_HIGHBIT) == 0) \
H A Dmpfr-impl.h1539 __extension__ ({ int _c = 0; unsigned long _x = (x) - 1; \
1541 while (_x != 0) \
1543 _x = _x >> 1; \
2067 #define MPFR_ZIV_DECL(_x) mpfr_prec_t _x argument
2068 #define MPFR_ZIV_INIT(_x, _p) (_x) = GMP_NUMB_BITS argument
2069 #define MPFR_ZIV_NEXT(_x, _p) (MPFR_INC_PREC (_p, _x), (_x) = (_p)/2) argument
2088 #define MPFR_ZIV_DECL(_x) \ argument
2089 mpfr_prec_t _x; \
2090 int _x ## _cpt = 1; \
2091 static unsigned long _x ## _loop = 0, _x ## _bad = 0; \
[all …]
H A Dinvsqrt_limb.h279 mp_limb_t _n, _x, _y, _z, _t; \
281 __gmpfr_invsqrt_halflimb_approx (_x, _n); \
282 MPFR_ASSERTD(_x < MPFR_LIMB_ONE << 32); \
284 _y = (_x * (_n >> 31)) >> 32; \
302 _t = (_x * _z) >> 32; \
/netbsd-src/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dsparc64.h196 mp_limb_t _n, _x; \
205 _x = dinv_limb * (_n2 - _n1) + _nadj; \
206 _q11n = ~(_n2 + HIGH32 (_x)); /* -q1-1 */ \
208 _x = _n + d_limb * _q11n; /* n-q1*d-d */ \
209 _xh = HIGH32 (_x) - d_limb; /* high(n-q1*d-d) */ \
211 _r = _x + (d_limb & _xh); /* addback */ \
/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/
H A Dlr.pl58 my($_x, $_y) = @_;
61 $self->{sx} += $_x;
63 $self->{sxy} += $_x * $_y;
64 $self->{sx2} += $_x**2;
/netbsd-src/external/bsd/elftoolchain/dist/libelf/
H A Dlibelf_convert.m4544 uint16_t _x = (uint16_t) (X); \
545 uint32_t _t = _x & 0xFFU; \
546 _t <<= 8U; _x >>= 8U; _t |= _x & 0xFFU; \
550 uint32_t _x = (uint32_t) (X); \
551 uint32_t _t = _x & 0xFF; \
552 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
553 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
554 _t <<= 8; _x >>= 8; _t |= _x & 0xFF; \
562 uint64_t _x = (uint64_t) (X); \
563 uint64_t _t = _x & 0xFF; \
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
H A Dintel_guc_log.h41 typeof(x) _x = (x); \
42 GUC_LOG_LEVEL_IS_VERBOSE(_x) ? _x - 2 : 0; \
/netbsd-src/sys/arch/sgimips/sgimips/
H A Darcemu.h64 #define ARCEMU_ENVOK(_x) \ argument
65 (MIPS_PHYS_TO_KSEG1((_x)) >= 0xa0000000 && \
66 MIPS_PHYS_TO_KSEG1((_x)) < 0xa0800000)
/netbsd-src/sys/external/bsd/ena-com/
H A Dena_plat.h196 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y)) argument
197 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y)) argument

12345678