Searched defs:O (Results 1 – 6 of 6) sorted by relevance
| /linux/rust/zerocopy-derive/ |
| H A D | repr.rs | 652 fn with<O, F: FnOnce(T) -> O>(self, f: F) -> O; in with() 659 fn with<O, F: FnOnce(T) -> O>(self, f: F) -> O { in with() 669 fn with<O, F: FnOnce(T) -> O>(self, _f: F) -> O { in with()
|
| /linux/fs/ntfs3/ |
| H A D | debug.h | 19 #define PtrOffset(B, O) ((size_t)((size_t)(O) - (size_t)(B))) argument
|
| /linux/rust/zerocopy/src/ |
| H A D | wrappers.rs | 339 pub fn update<O, F: FnOnce(&mut T) -> O>(&mut self, f: F) -> O { in update()
|
| /linux/drivers/comedi/drivers/tests/ |
| H A D | ni_routes_test.c | 27 #define O(x) ((x) + NI_NAMES_BASE) macro
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 709 add<const I: usize, const ID: u64, O>( &'static self, attribute: &'static Attribute<ID, O, Data>, ) where O: AttributeOperations<ID, Data = Data>, add() argument [all...] |
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_regs.h | 435 #define MIPI_TXm_HS_FGn_SECTo_PH(M, N, O) (MIPI_TX0_HS_FG0_SECT0_PH + \ argument 452 #define MIPI_TXm_HS_FGn_SECTo_LINE_CFG(M, N, O) \ argument
|