Searched defs:false (Results 1 – 5 of 5) sorted by relevance
12 #define false 0 macro
50 #define false 0 macro
871 pub fn peek_prev(&mut self) -> Option<CursorPeek<'_, 'a, T, false, ID>> { in peek_prev() argument
226 SEQCOUNT_LOCKNAME(raw_spinlock, raw_spinlock_t, false, raw_spin) in SEQCOUNT_LOCKNAME() argument
31 #define MUX(pred, true, false) ((pred) ? (true) : (false)) argument