Searched defs:erratum (Results 1 – 1 of 1) sorted by relevance
17 #define _ERRATA(erratum) errata("ERRATA_" # erratum) argument18 #define ERRATA(erratum) _ERRATA(erratum) argument20 #define _ERRATA_RELAXED(erratum) errata_relaxed("ERRATA_" # erratum) argument21 #define ERRATA_RELAXED(erratum) _ERRATA_RELAXED(erratum) argument34 static inline bool errata(const char *erratum) in errata()46 static inline bool errata_relaxed(const char *erratum) in errata_relaxed()