Home
last modified time | relevance | path

Searched defs:DEBUG_PRINTF (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/device/oprom/yabel/
H A Ddebug.h98 #define DEBUG_PRINTF(_x...) printf(_x); macro
120 #define DEBUG_PRINTF(_x...) macro
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Denums.rs1320 pub const DEBUG_PRINTF: Self = Self(3); constant