Searched defs:r (Results 1 – 2 of 2) sorted by relevance
11 void rust_helper_refcount_inc(refcount_t *r) in rust_helper_refcount_inc()16 bool rust_helper_refcount_dec_and_test(refcount_t *r) in rust_helper_refcount_dec_and_test()
435 let r = unsafe { &*ptr.cast() }; in borrow() localVariable