Searched refs:__cold (Results 1 – 4 of 4) sorted by relevance
/external/fsverity-utils/ |
D | util.h | 37 #ifndef __cold 38 # define __cold __attribute__((cold)) macro 112 __cold void do_error_msg(const char *format, va_list va, int err); 113 __printf(1, 2) __cold void error_msg(const char *format, ...); 114 __printf(1, 2) __cold void error_msg_errno(const char *format, ...); 115 __printf(1, 2) __cold __noreturn void fatal_error(const char *format, ...); 116 __cold __noreturn void assertion_failed(const char *expr,
|
D | sign.c | 23 static void __printf(1, 2) __cold
|
/external/u-boot/include/linux/ |
D | compiler.h | 424 #ifndef __cold 425 #define __cold macro
|
D | compiler-gcc.h | 179 #define __cold __attribute__((__cold__)) macro
|