Searched refs:format (Results 1 – 15 of 15) sorted by relevance
| /lib/libc/test/ |
| A D | printf_tests_float.cpp | 17 bool test_printf(const char* expected, const char* format, ...) { in test_printf() argument 20 va_start(args, format); in test_printf() 21 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
|
| A D | printf_tests.cpp | 21 bool test_printf(const char* expected, const char* format, ...) { in test_printf() argument 24 va_start(args, format); in test_printf() 25 int length = vsnprintf(buf, sizeof(buf), format, args); in test_printf()
|
| /lib/gfx/ |
| A D | gfx.c | 409 DEBUG_ASSERT(target->format == source->format); in gfx_surface_blend() 427 if (source->format == GFX_FORMAT_RGB_565 && target->format == GFX_FORMAT_RGB_565) { in gfx_surface_blend() 446 } else if (source->format == GFX_FORMAT_ARGB_8888 && target->format == GFX_FORMAT_ARGB_8888) { in gfx_surface_blend() 466 } else if (source->format == GFX_FORMAT_RGB_x888 && target->format == GFX_FORMAT_RGB_x888) { in gfx_surface_blend() 485 } else if (source->format == GFX_FORMAT_MONO && target->format == GFX_FORMAT_MONO) { in gfx_surface_blend() 554 surface->format = format; in gfx_create_surface() 561 switch (format) { in gfx_create_surface() 628 gfx_format format; in gfx_create_surface_from_display() local 629 switch (fb->image.format) { in gfx_create_surface_from_display() 631 format = GFX_FORMAT_RGB_565; in gfx_create_surface_from_display() [all …]
|
| /lib/tga/include/lib/ |
| A D | tga.h | 13 gfx_surface *tga_decode(const void *ptr, size_t len, gfx_format format);
|
| /lib/unittest/ |
| A D | unittest.c | 36 void unittest_printf (const char *format, ...) { in unittest_printf() argument 38 va_start (ap, format); in unittest_printf() 40 _printf_engine(out_func, out_func_arg, format, ap); in unittest_printf()
|
| /lib/gfx/include/lib/ |
| A D | gfx.h | 46 gfx_format format; member 90 gfx_surface *gfx_create_surface(void *ptr, uint width, uint height, uint stride, gfx_format format);
|
| /lib/tga/ |
| A D | tga.c | 99 gfx_surface *tga_decode(const void *ptr, size_t len, gfx_format format) { in tga_decode() argument 125 …_surface *surface = gfx_create_surface(NULL, header->width, header->height, header->width, format); in tga_decode()
|
| /lib/uefi/ |
| A D | README.md | 15 -drive if=none,file=lib/uefi/helloworld_aa64.efi,id=blk,format=raw \
|
| /lib/fs/include/lib/ |
| A D | fs.h | 87 status_t (*format)(struct bdev *, const void *); member
|
| /lib/fs/9p/ |
| A D | v9fs.c | 159 .format = NULL,
|
| /lib/fs/ext2/ |
| A D | ext3_fs.h | 842 __attribute__ ((format (printf, 3, 4))); 845 __attribute__ ((format (printf, 3, 4))); 847 __attribute__ ((format (printf, 3, 4)));
|
| /lib/fs/fat/ |
| A D | fs.cpp | 253 .format = nullptr,
|
| /lib/fs/ |
| A D | fs.c | 207 if (fs->api->format == NULL) { in fs_format_device() 218 return fs->api->format(dev, args); in fs_format_device()
|
| /lib/unittest/include/lib/ |
| A D | unittest.h | 71 void unittest_printf (const char *format, ...) __PRINTFLIKE(1, 2);
|
| /lib/fs/spifs/ |
| A D | spifs.c | 1198 .format = spifs_format,
|
Completed in 35 milliseconds