Home
last modified time | relevance | path

Searched defs:_x_ (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dbinio.h45 #define get_lsb_int16( _x_ ) ((int16_t) get_lsb_short( _x_ )) argument
46 #define get_lsb_uint16( _x_ ) ((uint16_t) get_lsb_short( _x_ )) argument
47 #define get_lsb_int32( _x_ ) ((int32_t) get_lsb_long( _x_ )) argument
48 #define get_lsb_uint32( _x_ ) ((uint32_t) get_lsb_long( _x_ )) argument
55 #define get_msb_int16( _x_ ) ((int16_t) get_msb_short( _x_ )) argument
56 #define get_msb_uint16( _x_ ) ((uint16_t) get_msb_short( _x_ )) argument
57 #define get_msb_int32( _x_ ) ((int32_t) get_msb_long( _x_ )) argument
58 #define get_msb_uint32( _x_ ) ((uint32_t) get_msb_long( _x_ )) argument
/freebsd/sys/dev/hptmv/
H A DmvOs.h140 #define KdPrintI(_x_) do{ if (hpt_dbg_level>2) printf _x_; }while(0) argument
141 #define KdPrintW(_x_) do{ if (hpt_dbg_level>1) printf _x_; }while(0) argument
142 #define KdPrintE(_x_) do{ if (hpt_dbg_level>0) printf _x_; }while(0) argument
H A Dosbsd.h220 #define hpt_printk(_x_) do { printf(KMSG_LEADING); printf _x_ ; } while (0) argument
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c86 #define days_per_year(_x_) (((_x_) % 4) ? 365 : (((_x_) % 400) ? 365 : 366)) argument
124 #define DPRINTF(_x_) LPRINTF _x_ argument
126 #define DPRINTF(_x_) argument
235 #define l_abs(_x_) (((_x_) < 0) ? -(_x_) : (_x_)) argument