Searched defs:NTP_INSIST (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ntp-88/include/
H A Dntp_assert.h31 #define NTP_INSIST(x) calysto_assume(x) /* DLH calysto_assert()? */ macro
46 #define NTP_INSIST(x) assert(x) macro
55 #define NTP_INSIST(x) ISC_INSIST(x) macro

Completed in 176 milliseconds