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