Searched defs:prefix (Results 1 – 4 of 4) sorted by relevance
/DragonStub/inc/dragonstub/linux/ |
H A D | compiler.h | 33 #define __UNIQUE_ID(prefix) __PASTE(__PASTE(__UNIQUE_ID_, prefix), __LINE__) argument
|
/DragonStub/inc/dragonstub/ |
H A D | compiler_types.h | 229 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 242 #define __compiletime_assert(condition, msg, prefix, suffix) \ argument 247 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
|
H A D | dragonstub.h | 182 static inline bool strstarts(const char *str, const char *prefix) in strstarts()
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 318 #define __VA_ARG_NSUFFIX__(prefix,...) \ argument 320 #define __VA_ARG_NSUFFIX_N(prefix,nargs) \ argument 322 #define __VA_ARG_NSUFFIX_N_(prefix,nargs) \ argument
|