Searched refs:BIT1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dmachine_check.h42 * where (n>m). Macro BIT1(n) is cosmetic and returns 1.
45 #define BIT1(n) (1) macro
54 uint64_t mcg_ctl_p :BIT1(8);
55 uint64_t mcg_ext_p :BIT1(9);
56 uint64_t mcg_ext_corr_err_p :BIT1(10);
57 uint64_t mcg_tes_p :BIT1(11);
58 uint64_t mcg_ecms :BIT1(12);
61 uint64_t mcg_ser_p :BIT1(24);
69 uint64_t ripv :BIT1(0);
70 uint64_t eipv :BIT1(
[all...]
/macosx-10.9.5/ntp-88/ntpd/
H A Drefclock_irig.c188 #define BIT1 1 /* one */ macro
810 irig_decode(peer, BIT1);
858 if (bit == BIT1) {

Completed in 468 milliseconds