Home | History | Annotate | Download | only in keymaster

Lines Matching refs:restrict

92 #define restrict __restrict                       /* MSVC doesn't recognize "restrict" in C */
104 #define restrict __restrict__ /* No "restrict" in GCC ansi C mode */
107 #else /* Assume some C99 features: stdint.h, inline, restrict */