Home
last modified time | relevance | path

Searched refs:eprintf (Results 1 – 14 of 14) sorted by relevance

/external/compiler-rt/make/platform/
Dclang_darwin.mk76 Configs += eprintf
77 UniversalArchs.eprintf := $(call CheckArches,i386,eprintf,$(OSX_SDK))
149 CFLAGS.eprintf := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS)
190 FUNCTIONS.eprintf := eprintf
191 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
230 eprintf \
Ddarwin_bni.mk50 udivmoddi4 umoddi3 apple_versioning eprintf atomic \
/external/u-boot/drivers/video/meson/
Dmeson_vpu.c149 eprintf("Cannot setup simplefb: node not found\n"); in meson_vpu_setup_simplefb()
168 eprintf("Cannot setup simplefb: Error reserving memory\n"); in meson_vpu_setup_simplefb()
176 eprintf("Cannot setup simplefb: Error setting properties\n"); in meson_vpu_setup_simplefb()
/external/compiler-rt/cmake/Modules/
DCompilerRTDarwinUtils.cmake266 add_library(clang_rt.eprintf STATIC eprintf.c)
267 set_target_compile_flags(clang_rt.eprintf
272 set_target_properties(clang_rt.eprintf PROPERTIES
273 OUTPUT_NAME clang_rt.eprintf${COMPILER_RT_OS_SUFFIX})
274 set_target_properties(clang_rt.eprintf PROPERTIES
276 add_dependencies(builtins clang_rt.eprintf)
277 set_target_properties(clang_rt.eprintf PROPERTIES
279 install(TARGETS clang_rt.eprintf
/external/u-boot/drivers/video/sunxi/
Dsunxi_de2.c387 eprintf("Cannot setup simplefb: node not found\n"); in sunxi_simplefb_setup()
395 eprintf("Cannot setup simplefb: Error reserving memory\n"); in sunxi_simplefb_setup()
404 eprintf("Cannot setup simplefb: Error setting properties\n"); in sunxi_simplefb_setup()
Dsunxi_display.c1302 eprintf("Cannot setup simplefb: node not found\n");
1316 eprintf("Cannot setup simplefb: Error reserving memory\n");
1324 eprintf("Cannot setup simplefb: Error setting properties\n");
/external/u-boot/include/
Dstdio.h51 #define eprintf(fmt, args...) fprintf(stderr, fmt, ##args) macro
/external/u-boot/drivers/gpio/
Dpca953x.c273 eprintf("Error talking to chip at 0x%x\n", chip); in do_pca953x()
Dtca642x.c313 eprintf("Error talking to chip at 0x%x\n", chip); in do_tca642x()
/external/u-boot/board/toradex/colibri_imx7/
Dcolibri_imx7.c361 eprintf("Cannot set usable memory\n"); in ft_board_setup()
/external/u-boot/doc/
DREADME.console50 eprintf (to format and put a string to stderr)
/external/u-boot/drivers/video/
Dfsl_dcu_fb.c455 eprintf("Cannot setup fb: Error reserving memory\n"); in fsl_dcu_fixedfb_setup()
/external/compiler-rt/lib/builtins/
DCMakeLists.txt67 eprintf.c
/external/compiler-rt/
DAndroid.bp128 "lib/builtins/eprintf.c",