Home
last modified time | relevance | path

Searched refs:format (Results 1 – 20 of 20) sorted by relevance

/include/linux/
A Dbug.h23 #define WARN(condition, format...) ({ \ argument
26 printf(format); \
41 #define WARN_ONCE(condition, format...) ({ \ argument
47 WARN(1, format); \
A Dzstd_lib.h1080 #define ZSTD_FRAMEHEADERSIZE_PREFIX(format) ((format) == ZSTD_f_zstd1 ? 5 : 1) /* minimum input s… argument
1081 #define ZSTD_FRAMEHEADERSIZE_MIN(format) ((format) == ZSTD_f_zstd1 ? 6 : 2) argument
2112 size_t ZSTD_DCtx_setFormat(ZSTD_DCtx* dctx, ZSTD_format_e format);
2454 …meHeader_advanced(ZSTD_frameHeader* zfhPtr, const void* src, size_t srcSize, ZSTD_format_e format);
/include/
A Dvsprintf.h165 __attribute__ ((format (__printf__, 1, 2), noreturn));
193 __attribute__ ((format (__printf__, 2, 3)));
248 __attribute__ ((format (__printf__, 3, 4)));
A Dfastboot.h77 const char *format, ...)
78 __attribute__ ((format (__printf__, 3, 4)));
A Dmipi_dsi.h122 u32 lanes, u32 format, unsigned int *lane_mbps);
209 enum mipi_dsi_pixel_format format; member
248 enum mipi_dsi_pixel_format format; member
367 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format);
456 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format);
A Dconsole.h185 __attribute__ ((format (__printf__, 2, 3)));
A Defi_selftest.h102 __attribute__ ((format (__printf__, 2, 3)));
A Dstdio.h61 __attribute__ ((format (__printf__, 3, 4)));
A Dabuf.h144 __attribute__ ((format (__printf__, 2, 3)));
A Dvideo.h111 enum video_format format; member
175 u8 format; member
A Dfdt_support.h367 __attribute__ ((format (printf, 2, 3)));
378 __attribute__ ((format (printf, 2, 3)));
438 ...) __attribute__ ((format (printf, 3, 4)));
461 u32 height, u32 stride, const char *format);
A Dpost.h106 int post_log (char *format, ...);
A Dos.h24 int os_printf(const char *format, ...);
A Dupl.h245 enum upl_graphics_format format; member
A Dserial.h350 __attribute__ ((format (__printf__, 1, 2)));
A Defi_loader.h224 #define EFI_ENTRY(format, ...) do { \ argument
226 debug("%sEFI: Entry %s(" format ")\n", __efi_nesting_inc(), \
280 #define EFI_PRINT(format, ...) ({ \ argument
281 debug("%sEFI: " format, __efi_nesting(), \
A Dlog.h139 __attribute__ ((format (__printf__, 6, 7)));
/include/test/
A Dut.h42 __attribute__ ((format (__printf__, 6, 7)));
58 __attribute__ ((format (__printf__, 2, 3)));
75 __attribute__ ((format (__printf__, 2, 3)));
/include/asm-generic/
A Dgpio.h221 __attribute__ ((format (__printf__, 2, 3)));
/include/valgrind/
A Dvalgrind.h6681 static int VALGRIND_PRINTF(const char *format, ...)
6688 VALGRIND_PRINTF(const char *format, ...) in VALGRIND_PRINTF() argument
6691 (void)format; in VALGRIND_PRINTF()
6700 va_start(vargs, format); in VALGRIND_PRINTF()
6704 (uintptr_t)format, in VALGRIND_PRINTF()
6710 (unsigned long)format, in VALGRIND_PRINTF()
6727 VALGRIND_PRINTF_BACKTRACE(const char *format, ...) in VALGRIND_PRINTF_BACKTRACE() argument
6730 (void)format; in VALGRIND_PRINTF_BACKTRACE()
6739 va_start(vargs, format); in VALGRIND_PRINTF_BACKTRACE()
6743 (uintptr_t)format, in VALGRIND_PRINTF_BACKTRACE()
[all …]

Completed in 782 milliseconds