Searched defs:with (Results 1 – 12 of 12) sorted by relevance
130 #define xchg(ptr, with) \ argument134 static inline unsigned long __xchg(unsigned long with, in __xchg()
31 SdJournalHandler* SwapJouralHandler(SdJournalHandler* with) in SwapJouralHandler()
69 inline constexpr __envs::__with_t with{}; variable
371 struct backend with; in backend_probe_mtd() local
280 struct backend with; in backend_probe_file() local
141 static inline int backend_init(struct backend *master, struct backend *with, in backend_init()
540 struct backend with; in backend_probe_vpnor() local
230 with mobile Intel HM76 and QM77 chipsets platform. Download it from Intel FSP label
296 pub fn with(obj: &'init mut MaybeUninit<T>, f: impl for<'id> FnOnce(ParentInit<'id, T>)) { in with() method