Home
last modified time | relevance | path

Searched defs:ZERO (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/rust/qemu-api/src/
H A Dbitops.rs34 const ZERO: Self; constant
83 const ZERO: Self = 0; constant
H A Dzeroable.rs17 const ZERO: Self = unsafe { ::core::mem::MaybeUninit::<Self>::zeroed().assume_init() }; constant
/openbmc/u-boot/include/
H A DMCD_dma.h231 #define ZERO 0 macro