Lines Matching defs:i

32 rust_helper_atomic_set(atomic_t *v, int i)  in rust_helper_atomic_set()
38 rust_helper_atomic_set_release(atomic_t *v, int i) in rust_helper_atomic_set_release()
44 rust_helper_atomic_add(int i, atomic_t *v) in rust_helper_atomic_add()
50 rust_helper_atomic_add_return(int i, atomic_t *v) in rust_helper_atomic_add_return()
56 rust_helper_atomic_add_return_acquire(int i, atomic_t *v) in rust_helper_atomic_add_return_acquire()
62 rust_helper_atomic_add_return_release(int i, atomic_t *v) in rust_helper_atomic_add_return_release()
68 rust_helper_atomic_add_return_relaxed(int i, atomic_t *v) in rust_helper_atomic_add_return_relaxed()
74 rust_helper_atomic_fetch_add(int i, atomic_t *v) in rust_helper_atomic_fetch_add()
80 rust_helper_atomic_fetch_add_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_add_acquire()
86 rust_helper_atomic_fetch_add_release(int i, atomic_t *v) in rust_helper_atomic_fetch_add_release()
92 rust_helper_atomic_fetch_add_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_add_relaxed()
98 rust_helper_atomic_sub(int i, atomic_t *v) in rust_helper_atomic_sub()
104 rust_helper_atomic_sub_return(int i, atomic_t *v) in rust_helper_atomic_sub_return()
110 rust_helper_atomic_sub_return_acquire(int i, atomic_t *v) in rust_helper_atomic_sub_return_acquire()
116 rust_helper_atomic_sub_return_release(int i, atomic_t *v) in rust_helper_atomic_sub_return_release()
122 rust_helper_atomic_sub_return_relaxed(int i, atomic_t *v) in rust_helper_atomic_sub_return_relaxed()
128 rust_helper_atomic_fetch_sub(int i, atomic_t *v) in rust_helper_atomic_fetch_sub()
134 rust_helper_atomic_fetch_sub_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_sub_acquire()
140 rust_helper_atomic_fetch_sub_release(int i, atomic_t *v) in rust_helper_atomic_fetch_sub_release()
146 rust_helper_atomic_fetch_sub_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_sub_relaxed()
260 rust_helper_atomic_and(int i, atomic_t *v) in rust_helper_atomic_and()
266 rust_helper_atomic_fetch_and(int i, atomic_t *v) in rust_helper_atomic_fetch_and()
272 rust_helper_atomic_fetch_and_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_and_acquire()
278 rust_helper_atomic_fetch_and_release(int i, atomic_t *v) in rust_helper_atomic_fetch_and_release()
284 rust_helper_atomic_fetch_and_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_and_relaxed()
290 rust_helper_atomic_andnot(int i, atomic_t *v) in rust_helper_atomic_andnot()
296 rust_helper_atomic_fetch_andnot(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot()
302 rust_helper_atomic_fetch_andnot_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot_acquire()
308 rust_helper_atomic_fetch_andnot_release(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot_release()
314 rust_helper_atomic_fetch_andnot_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_andnot_relaxed()
320 rust_helper_atomic_or(int i, atomic_t *v) in rust_helper_atomic_or()
326 rust_helper_atomic_fetch_or(int i, atomic_t *v) in rust_helper_atomic_fetch_or()
332 rust_helper_atomic_fetch_or_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_or_acquire()
338 rust_helper_atomic_fetch_or_release(int i, atomic_t *v) in rust_helper_atomic_fetch_or_release()
344 rust_helper_atomic_fetch_or_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_or_relaxed()
350 rust_helper_atomic_xor(int i, atomic_t *v) in rust_helper_atomic_xor()
356 rust_helper_atomic_fetch_xor(int i, atomic_t *v) in rust_helper_atomic_fetch_xor()
362 rust_helper_atomic_fetch_xor_acquire(int i, atomic_t *v) in rust_helper_atomic_fetch_xor_acquire()
368 rust_helper_atomic_fetch_xor_release(int i, atomic_t *v) in rust_helper_atomic_fetch_xor_release()
374 rust_helper_atomic_fetch_xor_relaxed(int i, atomic_t *v) in rust_helper_atomic_fetch_xor_relaxed()
452 rust_helper_atomic_sub_and_test(int i, atomic_t *v) in rust_helper_atomic_sub_and_test()
470 rust_helper_atomic_add_negative(int i, atomic_t *v) in rust_helper_atomic_add_negative()
476 rust_helper_atomic_add_negative_acquire(int i, atomic_t *v) in rust_helper_atomic_add_negative_acquire()
482 rust_helper_atomic_add_negative_release(int i, atomic_t *v) in rust_helper_atomic_add_negative_release()
488 rust_helper_atomic_add_negative_relaxed(int i, atomic_t *v) in rust_helper_atomic_add_negative_relaxed()
542 rust_helper_atomic64_set(atomic64_t *v, s64 i) in rust_helper_atomic64_set()
548 rust_helper_atomic64_set_release(atomic64_t *v, s64 i) in rust_helper_atomic64_set_release()
554 rust_helper_atomic64_add(s64 i, atomic64_t *v) in rust_helper_atomic64_add()
560 rust_helper_atomic64_add_return(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return()
566 rust_helper_atomic64_add_return_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return_acquire()
572 rust_helper_atomic64_add_return_release(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return_release()
578 rust_helper_atomic64_add_return_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_add_return_relaxed()
584 rust_helper_atomic64_fetch_add(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add()
590 rust_helper_atomic64_fetch_add_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add_acquire()
596 rust_helper_atomic64_fetch_add_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add_release()
602 rust_helper_atomic64_fetch_add_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_add_relaxed()
608 rust_helper_atomic64_sub(s64 i, atomic64_t *v) in rust_helper_atomic64_sub()
614 rust_helper_atomic64_sub_return(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return()
620 rust_helper_atomic64_sub_return_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return_acquire()
626 rust_helper_atomic64_sub_return_release(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return_release()
632 rust_helper_atomic64_sub_return_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_return_relaxed()
638 rust_helper_atomic64_fetch_sub(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub()
644 rust_helper_atomic64_fetch_sub_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub_acquire()
650 rust_helper_atomic64_fetch_sub_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub_release()
656 rust_helper_atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_sub_relaxed()
770 rust_helper_atomic64_and(s64 i, atomic64_t *v) in rust_helper_atomic64_and()
776 rust_helper_atomic64_fetch_and(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and()
782 rust_helper_atomic64_fetch_and_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and_acquire()
788 rust_helper_atomic64_fetch_and_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and_release()
794 rust_helper_atomic64_fetch_and_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_and_relaxed()
800 rust_helper_atomic64_andnot(s64 i, atomic64_t *v) in rust_helper_atomic64_andnot()
806 rust_helper_atomic64_fetch_andnot(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot()
812 rust_helper_atomic64_fetch_andnot_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot_acquire()
818 rust_helper_atomic64_fetch_andnot_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot_release()
824 rust_helper_atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_andnot_relaxed()
830 rust_helper_atomic64_or(s64 i, atomic64_t *v) in rust_helper_atomic64_or()
836 rust_helper_atomic64_fetch_or(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or()
842 rust_helper_atomic64_fetch_or_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or_acquire()
848 rust_helper_atomic64_fetch_or_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or_release()
854 rust_helper_atomic64_fetch_or_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_or_relaxed()
860 rust_helper_atomic64_xor(s64 i, atomic64_t *v) in rust_helper_atomic64_xor()
866 rust_helper_atomic64_fetch_xor(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor()
872 rust_helper_atomic64_fetch_xor_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor_acquire()
878 rust_helper_atomic64_fetch_xor_release(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor_release()
884 rust_helper_atomic64_fetch_xor_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_fetch_xor_relaxed()
962 rust_helper_atomic64_sub_and_test(s64 i, atomic64_t *v) in rust_helper_atomic64_sub_and_test()
980 rust_helper_atomic64_add_negative(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative()
986 rust_helper_atomic64_add_negative_acquire(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative_acquire()
992 rust_helper_atomic64_add_negative_release(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative_release()
998 rust_helper_atomic64_add_negative_relaxed(s64 i, atomic64_t *v) in rust_helper_atomic64_add_negative_relaxed()