Searched refs:uppercase (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/lib/libc/ |
| H A D | printf.c | 39 char padc, int padn, bool uppercase) in unsigned_num_print() argument 56 } else if (uppercase) { in unsigned_num_print() 112 bool uppercase; /* Print characters in uppercase */ in vprintf() local 115 uppercase = false; in vprintf() 139 padc, padn, uppercase); in vprintf() 157 padc, padn, uppercase); in vprintf() 160 uppercase = true; in vprintf() 165 padc, padn, uppercase); in vprintf() 181 padc, padn, uppercase); in vprintf()
|
| /rk3399_ARM-atf/plat/mediatek/build_helpers/ |
| H A D | mtk_build_helpers.mk | 59 $(eval $(call uppercase,$(2))_SOURCES += $(1)) 74 $(eval BL := $(call uppercase,$(3)))
|
| /rk3399_ARM-atf/plat/arm/board/corstone700/ |
| H A D | platform.mk | 60 $(eval $(call add_define,TARGET_PLATFORM_$(call uppercase,${TARGET_PLATFORM})))
|
| /rk3399_ARM-atf/plat/arm/board/morello/ |
| H A D | platform.mk | 99 $(eval $(call add_define,TARGET_PLATFORM_$(call uppercase,${TARGET_PLATFORM})))
|
| /rk3399_ARM-atf/plat/arm/board/tc/ |
| H A D | platform.mk | 98 TARGET_FLAVOUR_$(call uppercase,${TARGET_FLAVOUR}) \ 99 TC_RESOLUTION_$(call uppercase,${TC_RESOLUTION}) \
|
| /rk3399_ARM-atf/plat/arm/board/corstone1000/ |
| H A D | platform.mk | 96 $(eval $(call add_define,TARGET_PLATFORM_$(call uppercase,${TARGET_PLATFORM})))
|
| /rk3399_ARM-atf/make_helpers/ |
| H A D | build_macros.mk | 263 $(eval BL := $(call uppercase,$(1))) 536 $(eval BL := $(call uppercase,$(1))) 581 $(eval BL := $(call uppercase,$(1)))
|
| /rk3399_ARM-atf/docs/process/ |
| H A D | coding-style.rst | 246 uppercase text.
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 2069 …- covert MTK_BL to uppercase for the build ([c710579](https://review.trustedfirmware.org/plugins/g… 7086 …- use uppercase for definition ([810d568](https://review.trustedfirmware.org/plugins/gitiles/TF-A/…
|