Searched refs:printbuffer (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | vsprintf.c | 750 char printbuffer[CONFIG_SYS_PBSIZE]; in printf() local 758 i = vscnprintf(printbuffer, sizeof(printbuffer), fmt, args); in printf() 762 puts(printbuffer); in printf() 769 char printbuffer[CONFIG_SYS_PBSIZE]; in vprintf() local 775 i = vscnprintf(printbuffer, sizeof(printbuffer), fmt, args); in vprintf() 778 puts(printbuffer); in vprintf()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | console.c | 320 char printbuffer[CONFIG_SYS_PBSIZE]; in serial_printf() local 327 i = vscnprintf(printbuffer, sizeof(printbuffer), fmt, args); in serial_printf() 330 serial_puts(printbuffer); in serial_printf() 396 char printbuffer[CONFIG_SYS_PBSIZE]; in fprintf() local 403 i = vscnprintf(printbuffer, sizeof(printbuffer), fmt, args); in fprintf() 407 fputs(file, printbuffer); in fprintf()
|
| /OK3568_Linux_fs/app/lvgl_demo/cJSON/ |
| H A D | cJSON.c | 436 } printbuffer; typedef 439 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() 525 static void update_offset(printbuffer * const buffer) in update_offset() 545 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number() 898 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr() 1020 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string() 1027 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer); 1029 static cJSON_bool print_array(const cJSON * const item, printbuffer * const output_buffer); 1031 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer); 1186 printbuffer buffer[1]; in print() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | cJSON.cpp | 438 } printbuffer; typedef 441 static unsigned char* ensure(printbuffer * const p, size_t needed) in ensure() 529 static void update_offset(printbuffer * const buffer) in update_offset() 549 static cJSON_bool print_number(const cJSON * const item, printbuffer * const output_buffer) in print_number() 907 static cJSON_bool print_string_ptr(const unsigned char * const input, printbuffer * const output_bu… in print_string_ptr() 1029 static cJSON_bool print_string(const cJSON * const item, printbuffer * const p) in print_string() 1036 static cJSON_bool print_value(const cJSON * const item, printbuffer * const output_buffer); 1038 static cJSON_bool print_array(const cJSON * const item, printbuffer * const output_buffer); 1040 static cJSON_bool print_object(const cJSON * const item, printbuffer * const output_buffer); 1195 printbuffer buffer[1]; in print() [all …]
|
| /OK3568_Linux_fs/u-boot/post/ |
| H A D | post.c | 396 char printbuffer[CONFIG_SYS_PBSIZE]; in post_log() local 403 vsprintf(printbuffer, format, args); in post_log() 407 puts(printbuffer); in post_log()
|