Home
last modified time | relevance | path

Searched refs:PRINTF_FORMAT (Results 1 – 25 of 31) sorted by relevance

12

/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h76 PRINTF_FORMAT(2, 3);
188 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
203 PRINTF_FORMAT(3, 4);
219 PRINTF_FORMAT(3, 4);
234 PRINTF_FORMAT(3, 4);
248 PRINTF_FORMAT(3, 4);
262 PRINTF_FORMAT(3, 4);
290 const char *fmt, ...) PRINTF_FORMAT(5, 6);
Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
Dcommon.h350 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
353 #define PRINTF_FORMAT(a,b) macro
/external/v8/src/wasm/
Dwasm-result.h38 void PRINTF_FORMAT(2, 3) error(const char* format, ...) { in error()
45 void PRINTF_FORMAT(2, 0) verror(const char* format, va_list args);
81 static Result<T> PRINTF_FORMAT(1, 2) Error(const char* format, ...) { in Error()
105 PRINTF_FORMAT(2, 3) void TypeError(const char* fmt, ...);
106 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...);
107 PRINTF_FORMAT(2, 3) void CompileError(const char* fmt, ...);
108 PRINTF_FORMAT(2, 3) void LinkError(const char* fmt, ...);
109 PRINTF_FORMAT(2, 3) void RuntimeError(const char* fmt, ...);
Dwasm-result.cc20 PRINTF_FORMAT(3, 0)
41 PRINTF_FORMAT(3, 4)
Ddecoder.h184 void PRINTF_FORMAT(3, 4) errorf(const byte* pc, const char* format, ...) { in errorf()
/external/libchrome/base/strings/
Dstringprintf.h21 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
30 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT;
36 ...) PRINTF_FORMAT(2, 3);
47 ...) PRINTF_FORMAT(2, 3);
57 PRINTF_FORMAT(2, 0);
Dstring_util.h36 PRINTF_FORMAT(3, 0);
45 ...) PRINTF_FORMAT(3, 4);
/external/u-boot/arch/arm/mach-uniphier/dram/
Dcmd_ddrmphy.c18 #define PRINTF_FORMAT "%2d" macro
20 #define PRINTF_FORMAT "%02x" macro
67 printf(FS PRINTF_FORMAT, (val >> i * 8) & 0x1f); in UNIPHIER_DEFINE_SOCDATA_FUNC()
109 printf(FS PRINTF_FORMAT, val & 0x7f); in zq_dump()
115 printf(FS PRINTF_FORMAT, val & 0xf); in zq_dump()
133 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump()
151 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump()
154 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump()
176 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump()
199 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump()
[all …]
Dcmd_ddrphy.c19 #define PRINTF_FORMAT "%2d" macro
21 #define PRINTF_FORMAT "%02x" macro
82 printf(FS PRINTF_FORMAT, (val >> i * 6) & 0x3f); in UNIPHIER_DEFINE_SOCDATA_FUNC()
111 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump()
128 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump()
150 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump()
173 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump()
191 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()
/external/v8/src/base/platform/
Dplatform.h144 static PRINTF_FORMAT(1, 2) void Print(const char* format, ...);
145 static PRINTF_FORMAT(1, 0) void VPrint(const char* format, va_list args);
148 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...);
149 static PRINTF_FORMAT(2, 0) void VFPrint(FILE* out, const char* format,
155 static PRINTF_FORMAT(1, 2) void PrintError(const char* format, ...);
156 static PRINTF_FORMAT(1, 0) void VPrintError(const char* format, va_list args);
202 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length,
204 static PRINTF_FORMAT(3, 0) int VSNPrintF(char* str, int length,
/external/v8/src/
Dlog-utils.h73 void PRINTF_FORMAT(2, 3) AppendFormatString(const char* format, ...);
91 int PRINTF_FORMAT(2, 0)
96 void PRINTF_FORMAT(2, 3) AppendRawFormatString(const char* format, ...);
Dutils.h1053 V8_EXPORT_PRIVATE void PRINTF_FORMAT(1, 2) PrintF(const char* format, ...);
1054 void PRINTF_FORMAT(2, 3) PrintF(FILE* out, const char* format, ...);
1057 void PRINTF_FORMAT(1, 2) PrintPID(const char* format, ...);
1060 void PRINTF_FORMAT(2, 3) PrintIsolate(void* isolate, const char* format, ...);
1064 int PRINTF_FORMAT(2, 3) SNPrintF(Vector<char> str, const char* format, ...);
1065 V8_EXPORT_PRIVATE int PRINTF_FORMAT(2, 0)
1550 void PRINTF_FORMAT(2, 3) AddFormatted(const char* format, ...);
1553 void PRINTF_FORMAT(2, 0) AddFormattedList(const char* format, va_list list);
Disolate.h1510 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
/external/v8/src/profiler/
Dstrings-storage.h30 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...);
45 PRINTF_FORMAT(2, 0)
/external/v8/src/base/
Dcompiler-specific.h25 #define PRINTF_FORMAT(format_param, dots_param) \ macro
28 #define PRINTF_FORMAT(format_param, dots_param) macro
Dlogging.h17 [[noreturn]] PRINTF_FORMAT(3, 4) V8_BASE_EXPORT V8_NOINLINE
/external/libchrome/base/
Dcompiler_specific.h143 #define PRINTF_FORMAT(format_param, dots_param) \ macro
146 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/pdfium/third_party/base/
Dcompiler_specific.h147 #define PRINTF_FORMAT(format_param, dots_param) \ macro
150 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server_i.h75 PRINTF_FORMAT(2, 3);
/external/libbrillo/brillo/errors/
Derror.h50 ...) PRINTF_FORMAT(5, 6);
/external/v8/src/ast/
Dprettyprinter.h79 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
/external/wpa_supplicant_8/src/eap_server/
Deap_i.h226 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/p2p/
Dp2p_i.h912 PRINTF_FORMAT(2, 3);
914 PRINTF_FORMAT(2, 3);
916 PRINTF_FORMAT(2, 3);
/external/v8/src/heap/
Dgc-tracer.h371 void PRINTF_FORMAT(2, 3) Output(const char* format, ...) const;

12