Searched refs:VS_EBITS (Results 1 – 1 of 1) sorted by relevance
73 #define VS_EBITS 8 macro74 uint16_t errs : VS_EBITS;/* Non-wrapping error count. */75 uint16_t flags : 16 - VS_EBITS;79 if ((vs)->errs < (1U << VS_EBITS) - 1) \