Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/i2c/
H A Dhytp14reg.h53 #define HYTP14_READ_EEPROM(_X_) (HYTP14_READ_OFFSET + ((_X_) & (HYTP14_NUM_WORDS - 1))) argument
54 #define HYTP14_WRITE_EEPROM(_X_) (HYTP14_WRITE_OFFSET + ((_X_) & (HYTP14_NUM_WORDS - 1))) argument
76 #define HYTP14_HYG_RAWVAL(_X_) ((_X_) & 0x3FFF) argument
78 #define HYTP14_TEMP_RAWVAL(_X_) (((_X_) >> 2) & 0x3FFF) argument
H A Dhytp14.c97 #define DPRINTF(_L_, _X_) do { \ argument
103 #define DPRINTF(_L_, _X_) argument
/netbsd-src/external/bsd/ntp/dist/include/
H A Dparse.h68 #define MALLOC(_X_) (char *)kmem_alloc(_X_) argument
69 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) argument
72 #define MALLOC(_X_) (char *)kmem_alloc(_X_, KM_SLEEP) argument
73 #define FREE(_X_, _Y_) kmem_free((caddr_t)_X_, _Y_) argument
76 #define MALLOC(_X_) malloc(_X_) argument
77 #define FREE(_X_, _Y_) free(_X_) argument
106 #define TIMES10(_X_) (((_X_) << 3) + ((_X_) << 1)) argument
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.h151 #define mb(_X_) (up->rpt_buf[(_X_ + 1)]) /* shortcut for buffer access */ argument
/netbsd-src/external/bsd/ntp/dist/parseutil/
H A Dtestdcf.c74 #define TIMES10(_X_) (((_X_) << 3) + ((_X_) << 1)) argument
/netbsd-src/external/bsd/ntp/dist/libparse/
H A Dparsesolaris.c241 #define TIMEVAL_USADD(_X_, _US_) do {\ argument
H A Dparsestreams.c425 #define TIMEVAL_USADD(_X_, _US_) {\ argument