Searched refs:SOME (Results 1 - 6 of 6) sorted by relevance
/third_party/rust/crates/lazycell/src/ |
H A D | lib.rs | 232 const SOME: usize = 2; consts 263 if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) { in fill() 281 match mem::replace(self.state.get_mut(), SOME) { in replace() 282 NONE | SOME => {} in replace() 290 self.state.load(Ordering::Acquire) == SOME in filled() 300 SOME => unsafe { &*self.inner.get() }.as_ref(), in borrow() 322 SOME => unsafe { *self.inner.get() }, in get() 339 state: AtomicUsize::new(SOME), in clone()
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tcases.c | 28 R(SOME), 83 TEST(VAL|UC|EN|S|1, SOME); in test()
|
H A D | ttable.c | 41 R(SOME, 0x808080, "Log & Clear"),
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tcases.c | 28 R(SOME), 83 TEST(VAL|UC|EN|S|1, SOME); in test()
|
H A D | ttable.c | 41 R(SOME, 0x808080, "Log & Clear"),
|
/third_party/rust/crates/bitflags/src/ |
H A D | lib.rs | 257 //! const SOME = 0b00000001; 264 //! let some = Flags::SOME; 1651 const SOME = 0b1; in test_zero_value_flags() consts 1656 assert!(Flags::SOME.contains(Flags::NONE)); in test_zero_value_flags() 1660 assert_eq!(format!("{:?}", Flags::SOME), "SOME"); in test_zero_value_flags()
|
Completed in 5 milliseconds