HomeSort by: relevance | last modified time | path
    Searched refs:_x (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/sys/fs/efs/
efs.h 126 #define EFS_BB2BY(_x) ((_x) << EFS_BB_SHFT)
127 #define EFS_BY2BB(_x) (((_x) + EFS_BB_SIZE - 1) >> EFS_BB_SHFT)
146 #define EFS_DPRINTF(_x) printf _x
148 #define EFS_DPRINTF(_x)
efs_dir.h 168 #define EFS_DIRENT_OFF_EXPND(_x) ((_x) << EFS_DIRENT_OFF_SHFT)
169 #define EFS_DIRENT_OFF_COMPT(_x) ((_x) >> EFS_DIRENT_OFF_SHFT)
170 #define EFS_DIRENT_OFF_VALID(_x) (((_x) & 0x1) == 0 && (_x) < \
183 #define EFS_DIRENT_SIZE(_x) (EFS_DIRENT_SIZE_MIN + (_x) - ((_x) & 0x1)
    [all...]
efs_dinode.h 110 #define EFS_DINODE_ODEV_MAJ(_x) (((_x) >> 8) & 0x7f)
111 #define EFS_DINODE_ODEV_MIN(_x) (((_x) >> 0) & 0xff)
112 #define EFS_DINODE_NDEV_MAJ(_x) (((_x) >> 18) & 0x1ff)
113 #define EFS_DINODE_NDEV_MIN(_x) (((_x) >> 0) & 0x3ffff)
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/
save.h 65 # define DECLARE_HVM_SAVE_TYPE_COMPAT(_x, _code, _type, _ctype, _fix) \
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) \
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) \
79 struct __HVM_SAVE_TYPE_##_x { _type t; char c[_code]; char cpt[2];}
    [all...]
  /src/sys/arch/evbppc/compile/
walnut-mkimg.sh 47 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 ))
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
ring.h 56 #define __RD2(_x) (((_x) & 0x00000002) ? 0x2 : ((_x) & 0x1))
57 #define __RD4(_x) (((_x) & 0x0000000c) ? __RD2((_x)>>2)<<2 : __RD2(_x))
58 #define __RD8(_x) (((_x) & 0x000000f0) ? __RD4((_x)>>4)<<4 : __RD4(_x)
    [all...]
  /src/sys/external/bsd/dwc2/dist/
dwc2_hw.h 118 #define GUSBCFG_TOUTCAL(_x) ((_x) << 0)
126 #define GRSTCTL_TXFNUM(_x) ((_x) << 6)
411 #define FIFOSIZE_DEPTH_GET(_x) (((_x) >> 16) & 0xffff)
419 #define DCFG_EPMISCNT(_x) ((_x) << 18)
423 #define DCFG_PERFRINT(_x) ((_x) << 11
    [all...]
  /src/sys/dev/hpc/
video_subr.c 85 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...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_log.h 41 typeof(x) _x = (x); \
42 GUC_LOG_LEVEL_IS_VERBOSE(_x) ? _x - 2 : 0; \
  /src/sys/arch/sgimips/sgimips/
arcemu.h 64 #define ARCEMU_ENVOK(_x) \
65 (MIPS_PHYS_TO_KSEG1((_x)) >= 0xa0000000 && \
66 MIPS_PHYS_TO_KSEG1((_x)) < 0xa0800000)
  /src/sys/arch/sgimips/hpc/
hpcreg.h 198 #define HPC3_ENETR_DMACFG_D1(_x) (((_x) << 0) & 0x000f) /* D1 gio_clk cycles */
199 #define HPC3_ENETR_DMACFG_D2(_x) (((_x) << 4) & 0x00f0) /* D2 gio_clk cycles */
200 #define HPC3_ENETR_DMACFG_D3(_x) (((_x) << 8) & 0x0f00) /* D3 gio_clk cycles */
214 #define HPC3_ENETR_PIOCFG_P1(_x) (((_x) << 0) & 0x000f) /* P1 gio_clk cycles */
215 #define HPC3_ENETR_PIOCFG_P2(_x) (((_x) << 4) & 0x00f0) /* P2 gio_clk cycles *
    [all...]
pi1ppc.c 84 #define pi1ppc_r_str(_x) r_reg(AT_STAT_REG,_x)
85 #define pi1ppc_r_ctr(_x) r_reg(AT_CTL_REG,_x)
86 #define pi1ppc_r_dtr(_x) r_reg(AT_DATA_REG,_x)
88 #define pi1ppc_w_str(_x,_y)
89 #define pi1ppc_w_ctr(_x,_y) w_reg(AT_CTL_REG,_x,_y)
90 #define pi1ppc_w_dtr(_x,_y) w_reg(AT_DATA_REG,_x,_y
    [all...]
  /src/sys/arch/sgimips/ioc/
oiocreg.h 53 #define OIOC_SCSI_DMA_HIGH(_x) (OIOC_SCSI_DMA_HIGH_BASE + ((_x) << 2))
  /src/sys/lib/libkern/arch/powerpc/
gprsavrest.S 35 # define RESTGPR(n) RESTOREXGPR(_restgpr_,n,_x)
36 # define RESTGPR_END(n) RESTOREXGPR_END(_restgpr_,n,_x)
  /src/usr.sbin/mrouted/
prune.h 140 u_int32_t _x = ntohl(x); \
142 while ((_x) <<= 1) \
  /src/sys/external/bsd/ena-com/
ena_plat.h 196 #define min_t(type, _x, _y) ((type)(_x) < (type)(_y) ? (type)(_x) : (type)(_y))
197 #define max_t(type, _x, _y) ((type)(_x) > (type)(_y) ? (type)(_x) : (type)(_y))
  /src/lib/libc/stdlib/
getopt_long.c 346 #define IDENTICAL_INTERPRETATION(_x, _y) \
347 (long_options[(_x)].has_arg == long_options[(_y)].has_arg && \
348 long_options[(_x)].flag == long_options[(_y)].flag && \
349 long_options[(_x)].val == long_options[(_y)].val)
  /src/sys/sys/
bitops.h 190 #define _ilog2_helper(_n, _x) ((_n) & (1ULL << (_x))) ? _x :
  /src/sys/arch/ews4800mips/dev/
ewskbd.c 95 #define DPRINTF(_x) if (ewskbd_debug) printf _x
97 #define DPRINTF(_x)
  /src/sys/arch/sgimips/dev/
zs_kbd.c 63 #define DPRINTF(_x) if (zskbd_debug) printf _x
65 #define DPRINTF(_x)
  /src/sys/external/isc/atheros_hal/dist/
ah_internal.h 597 #define HALASSERT(_x) do { \
598 if (!(_x)) { \
599 ath_hal_assert_failed(__FILE__, __LINE__, #_x); \
603 #define HALASSERT(_x)
ah_eeprom_v3.h 151 #define SCALE_OC_DELTA(_x) (((_x) * 2) / 10)
  /src/sys/arch/sgimips/gio/
pci_gio.c 63 #define DPRINTF(_x) if (giopci_debug) printf _x
  /src/sbin/sysctl/
sysctl.c 488 #define print_flag(_f, _s, _c, _q, _x) \
489 if (((_f) & (__CONCAT(CTLFLAG_,_x))) == (__CONCAT(CTLFLAG_,_q))) { \
493 (_f) &= ~(__CONCAT(CTLFLAG_,_x)); \
  /src/sys/net80211/
ieee80211_output.c 1414 #define senderr(_x, _v) do { ic->ic_stats._v++; ret = _x; goto bad; } while (0)

Completed in 26 milliseconds

1 2