Home
last modified time | relevance | path

Searched refs:putchar (Results 1 – 16 of 16) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/common/
H A Dplat_pm_helpers.c153 putchar('0'); in rockchip_print_hex()
154 putchar('x'); in rockchip_print_hex()
158 putchar('0' + tmp); in rockchip_print_hex()
160 putchar('a' + tmp - 10); in rockchip_print_hex()
180 putchar('\n'); in rockchip_regs_dump()
182 putchar(':'); in rockchip_regs_dump()
183 putchar(' '); in rockchip_regs_dump()
184 putchar(' '); in rockchip_regs_dump()
185 putchar(' '); in rockchip_regs_dump()
186 putchar(' '); in rockchip_regs_dump()
[all …]
/rk3399_ARM-atf/lib/libc/
H A Dprintf.c31 (void)putchar(*str); in string_print()
67 (void)putchar((int32_t)padc); in unsigned_num_print()
74 (void)putchar((int32_t)num_buf[i]); in unsigned_num_print()
125 (void)putchar((int32_t)'%'); in vprintf()
131 (void)putchar((int32_t)'-'); in vprintf()
142 (void)putchar(va_arg(args, int)); in vprintf()
225 (void)putchar(*fmt); in vprintf()
H A Dputchar.c9 #pragma weak putchar macro
10 int putchar(int c) in putchar() function
H A Dputs.c14 if (putchar(*s) == EOF) in puts()
20 if (putchar('\n') == EOF) in puts()
H A Dlibc_common.mk18 putchar.c \
/rk3399_ARM-atf/common/
H A Dtf_log.c43 (void)putchar((int)*prefix_str); in tf_log()
64 (void)putchar((int32_t)'\n'); in tf_log_newline()
/rk3399_ARM-atf/include/lib/libc/
H A Dstdio.h28 int putchar(int c);
/rk3399_ARM-atf/plat/nvidia/tegra/
H A Dplatform.mk77 putchar.c \
/rk3399_ARM-atf/services/spd/trusty/
H A Dgeneric-arm64-smcall.c55 putchar(s->linebuf[i]); in trusty_dputc()
/rk3399_ARM-atf/drivers/console/
H A Dmulti_console.c109 int putchar(int c) in putchar() function
/rk3399_ARM-atf/lib/el3_runtime/aarch64/
H A Dcontext_debug.c42 putchar('-'); \
/rk3399_ARM-atf/plat/qti/qtiseclib/src/
H A Dqtiseclib_cb_interface.c62 putchar('\n'); in qtiseclib_cb_log()
/rk3399_ARM-atf/docs/design/
H A Dconsole-framework.rst324 Function : putchar()
332 This function overrides the weak implementation of the putchar library. It is
/rk3399_ARM-atf/lib/zlib/
H A Dinflate.c337 putchar(','); in makefixed()
348 putchar(','); in makefixed()
/rk3399_ARM-atf/tools/fiptool/
H A Dfiptool.c519 putchar('\n'); in info_cmd()
/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_main.c1651 putchar(chars[i]); in spmc_ffa_console_log()