Home
last modified time | relevance | path

Searched defs:debug_printf (Results 1 – 17 of 17) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3569v100/
Dsdhci_boot.c37 #define debug_printf(fmt, args...) ; macro
Dufs.h117 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
119 #define debug_printf(fmt,args...) macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3559av100/
Dsdhci_boot.c37 #define debug_printf(fmt, args...) ; macro
Dufs.h117 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
119 #define debug_printf(fmt,args...) macro
/third_party/uboot/u-boot-2020.01/drivers/usb/gadget/hiudc3/
Ddebug.h151 #define debug_printf cprintf macro
159 #define debug_printf(exp, ...) macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3556av100/
Dhimci_boot.c85 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev200/
Dhimci_boot.c85 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516dv200/
Dhimci_boot.c84 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3516ev300/
Dhimci_boot.c85 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3519av100/
Dhimci_boot.c85 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3518ev300/
Dhimci_boot.c85 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3535av100/
Dsdhci_boot.c133 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3521dv200/
Dhimci_boot.c137 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/hi3531dv200/
Dsdhci_boot.c133 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv7/hi3520dv500/
Dhimci_boot.c137 #define debug_printf(fmt, args...) ; macro
/third_party/uboot/u-boot-2020.01/common/
Dcli_hush.c363 static void debug_printf(const char *format, ...) in debug_printf() function
371 #define debug_printf(fmt,args...) printf (fmt ,##args) macro
374 static inline void debug_printf(const char *format, ...) { } in debug_printf() function
/third_party/libsoup/tests/
Dtest-utils.c122 debug_printf (int level, const char *format, ...) in debug_printf() function