Home
last modified time | relevance | path

Searched defs:true (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/nolibc/
H A Dstdbool.h11 #define true 1 macro
/linux/arch/powerpc/boot/
H A Dtypes.h46 #define true 1 macro
/linux/rust/kernel/
H A Dlist.rs856 peek_next(&mut self) -> Option<CursorPeek<'_, 'a, T, true, ID>> peek_next() argument
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c31 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument