Home
last modified time | relevance | path

Searched refs:ALWAYS_INSIST (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_assert.h36 #define ALWAYS_INSIST(x) calysto_assume(x) /* DLH calysto_assert()? */ macro
67 #define ALWAYS_INSIST(x) assert(x) macro
76 #define ALWAYS_INSIST(x) ISC_INSIST(x) macro
83 #define INSIST(x) ALWAYS_INSIST(x)