Lines Matching full:mps
9 * \brief Common functions and macros used by MPS
20 * \name SECTION: MPS Configuration
25 /*! This flag controls whether the MPS-internal components
29 * Context: All MPS API functions impose assumptions/preconditions on the
32 * calls to the MPS API which satisfy their preconditions and either succeed,
38 * In addition to state integrity, all MPS structures have a more refined
68 /*! This flag enables/disables assertions on the internal state of MPS.
70 * Assertions are sanity checks that should never trigger when MPS
83 /*! This flag controls whether tracing for MPS should be enabled. */
127 /* \} name SECTION: MPS Configuration */
132 * Various common types used throughout MPS.
136 /** \brief The type of buffer sizes and offsets used in MPS structures.
139 * hold the length of any buffer or message processed by MPS.
142 * to reduce the size of MPS structures.
160 /** \brief The type of buffer sizes and offsets used in the MPS API