Home
last modified time | relevance | path

Searched defs:_X_ (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/ntp/include/
H A Dparse.h66 #define MALLOC(_X_) (char *)kmem_alloc(_X_) argument
67 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) argument
70 #define MALLOC(_X_) (char *)kmem_alloc(_X_, KM_SLEEP) argument
71 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) argument
74 #define MALLOC(_X_) malloc(_X_) argument
75 #define FREE(_X_, _Y_) free(_X_) argument
104 #define TIMES10(_X_) (((_X_) << 3) + ((_X_) << 1)) argument
/freebsd-src/contrib/ntp/parseutil/
H A Ddcfd.c186 #define R_SHIFT(_X_, _Y_) (((_X_) < 0) ? -(-(_X_) >> (_Y_)) : ((_X_) >> (_Y_))) argument
223 #define TIMES10(_X_) (((_X_) << 3) + ((_X_) << 1)) /* *8 + *2 */ argument
226 #define TIMES24(_X_) (((_X_) << 4) + ((_X_) << 3)) /* *16 + *8 */ argument
229 #define TIMES60(_X_) ((((_X_) << 4) - (_X_)) << 2) /* *(16 - 1) *4 */ argument
768 #define SETRTC(_X_) { if (cvtrtc) *cvtrtc = (_X_); } in dcf_to_unixtime() argument
H A Dtestdcf.c72 #define TIMES10(_X_) (((_X_) << 3) + ((_X_) << 1)) argument
/freebsd-src/contrib/ntp/libparse/
H A Dclk_trimtsip.c227 #define mb(_X_) (buffer[2+(_X_)]) /* shortcut for buffer access */ in cvt_trimtsip() argument
H A Dparse.c405 #define SETRTC(_X_) { if (cvtrtc) *cvtrtc = (_X_); } in parse_to_unixtime() argument
H A Dparsesolaris.c239 #define TIMEVAL_USADD(_X_, _US_) do {\ argument
H A Dparsestreams.c423 #define TIMEVAL_USADD(_X_, _US_) {\ argument
/freebsd-src/contrib/ntp/ntpd/
H A Drefclock_parse.c239 #define ABS(_X_) (((_X_) < 0) ? -(_X_) : (_X_)) argument
265 #define PARSE_END(_X_) (*(_X_)->binding->bd_end)(_X_) argument
266 #define PARSE_SETCS(_X_, _CS_) (*(_X_)->binding->bd_setcs)(_X_, _CS_) argument
267 #define PARSE_ENABLE(_X_) (*(_X_)->binding->bd_enable)(_X_) argument
268 #define PARSE_DISABLE(_X_) (*(_X_)->binding->bd_disable)(_X_) argument
269 #define PARSE_GETFMT(_X_, _DCT_) (*(_X_)->binding->bd_getfmt)(_X_, _DCT_) argument
270 #define PARSE_SETFMT(_X_, _DCT_) (*(_X_)->binding->bd_setfmt)(_X_, _DCT_) argument
271 #define PARSE_GETTIMECODE(_X_, _DCT_) (*(_X_)->binding->bd_timecode)(_X_, _DCT_) argument
305 #define ERR(_X_) if (list_err(parse, (_X_))) argument
1628 #define isprint(_X_) (((_X_) > 0x1F) && ((_X_) < 0x7F)) argument
[all …]
H A Drefclock_palisade.h149 #define mb(_X_) (up->rpt_buf[(_X_ + 1)]) /* shortcut for buffer access */ argument