Lines Matching refs:s64
524 __rust_helper s64
530 __rust_helper s64
537 rust_helper_atomic64_set(atomic64_t *v, s64 i)
543 rust_helper_atomic64_set_release(atomic64_t *v, s64 i)
549 rust_helper_atomic64_add(s64 i, atomic64_t *v)
554 __rust_helper s64
555 rust_helper_atomic64_add_return(s64 i, atomic64_t *v)
560 __rust_helper s64
561 rust_helper_atomic64_add_return_acquire(s64 i, atomic64_t *v)
566 __rust_helper s64
567 rust_helper_atomic64_add_return_release(s64 i, atomic64_t *v)
572 __rust_helper s64
573 rust_helper_atomic64_add_return_relaxed(s64 i, atomic64_t *v)
578 __rust_helper s64
579 rust_helper_atomic64_fetch_add(s64 i, atomic64_t *v)
584 __rust_helper s64
585 rust_helper_atomic64_fetch_add_acquire(s64 i, atomic64_t *v)
590 __rust_helper s64
591 rust_helper_atomic64_fetch_add_release(s64 i, atomic64_t *v)
596 __rust_helper s64
597 rust_helper_atomic64_fetch_add_relaxed(s64 i, atomic64_t *v)
603 rust_helper_atomic64_sub(s64 i, atomic64_t *v)
608 __rust_helper s64
609 rust_helper_atomic64_sub_return(s64 i, atomic64_t *v)
614 __rust_helper s64
615 rust_helper_atomic64_sub_return_acquire(s64 i, atomic64_t *v)
620 __rust_helper s64
621 rust_helper_atomic64_sub_return_release(s64 i, atomic64_t *v)
626 __rust_helper s64
627 rust_helper_atomic64_sub_return_relaxed(s64 i, atomic64_t *v)
632 __rust_helper s64
633 rust_helper_atomic64_fetch_sub(s64 i, atomic64_t *v)
638 __rust_helper s64
639 rust_helper_atomic64_fetch_sub_acquire(s64 i, atomic64_t *v)
644 __rust_helper s64
645 rust_helper_atomic64_fetch_sub_release(s64 i, atomic64_t *v)
650 __rust_helper s64
651 rust_helper_atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v)
662 __rust_helper s64
668 __rust_helper s64
674 __rust_helper s64
680 __rust_helper s64
686 __rust_helper s64
692 __rust_helper s64
698 __rust_helper s64
704 __rust_helper s64
716 __rust_helper s64
722 __rust_helper s64
728 __rust_helper s64
734 __rust_helper s64
740 __rust_helper s64
746 __rust_helper s64
752 __rust_helper s64
758 __rust_helper s64
765 rust_helper_atomic64_and(s64 i, atomic64_t *v)
770 __rust_helper s64
771 rust_helper_atomic64_fetch_and(s64 i, atomic64_t *v)
776 __rust_helper s64
777 rust_helper_atomic64_fetch_and_acquire(s64 i, atomic64_t *v)
782 __rust_helper s64
783 rust_helper_atomic64_fetch_and_release(s64 i, atomic64_t *v)
788 __rust_helper s64
789 rust_helper_atomic64_fetch_and_relaxed(s64 i, atomic64_t *v)
795 rust_helper_atomic64_andnot(s64 i, atomic64_t *v)
800 __rust_helper s64
801 rust_helper_atomic64_fetch_andnot(s64 i, atomic64_t *v)
806 __rust_helper s64
807 rust_helper_atomic64_fetch_andnot_acquire(s64 i, atomic64_t *v)
812 __rust_helper s64
813 rust_helper_atomic64_fetch_andnot_release(s64 i, atomic64_t *v)
818 __rust_helper s64
819 rust_helper_atomic64_fetch_andnot_relaxed(s64 i, atomic64_t *v)
825 rust_helper_atomic64_or(s64 i, atomic64_t *v)
830 __rust_helper s64
831 rust_helper_atomic64_fetch_or(s64 i, atomic64_t *v)
836 __rust_helper s64
837 rust_helper_atomic64_fetch_or_acquire(s64 i, atomic64_t *v)
842 __rust_helper s64
843 rust_helper_atomic64_fetch_or_release(s64 i, atomic64_t *v)
848 __rust_helper s64
849 rust_helper_atomic64_fetch_or_relaxed(s64 i, atomic64_t *v)
855 rust_helper_atomic64_xor(s64 i, atomic64_t *v)
860 __rust_helper s64
861 rust_helper_atomic64_fetch_xor(s64 i, atomic64_t *v)
866 __rust_helper s64
867 rust_helper_atomic64_fetch_xor_acquire(s64 i, atomic64_t *v)
872 __rust_helper s64
873 rust_helper_atomic64_fetch_xor_release(s64 i, atomic64_t *v)
878 __rust_helper s64
879 rust_helper_atomic64_fetch_xor_relaxed(s64 i, atomic64_t *v)
884 __rust_helper s64
885 rust_helper_atomic64_xchg(atomic64_t *v, s64 new)
890 __rust_helper s64
891 rust_helper_atomic64_xchg_acquire(atomic64_t *v, s64 new)
896 __rust_helper s64
897 rust_helper_atomic64_xchg_release(atomic64_t *v, s64 new)
902 __rust_helper s64
903 rust_helper_atomic64_xchg_relaxed(atomic64_t *v, s64 new)
908 __rust_helper s64
909 rust_helper_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)
914 __rust_helper s64
915 rust_helper_atomic64_cmpxchg_acquire(atomic64_t *v, s64 old, s64 new)
920 __rust_helper s64
921 rust_helper_atomic64_cmpxchg_release(atomic64_t *v, s64 old, s64 new)
926 __rust_helper s64
927 rust_helper_atomic64_cmpxchg_relaxed(atomic64_t *v, s64 old, s64 new)
933 rust_helper_atomic64_try_cmpxchg(atomic64_t *v, s64 *old, s64 new)
939 rust_helper_atomic64_try_cmpxchg_acquire(atomic64_t *v, s64 *old, s64 new)
945 rust_helper_atomic64_try_cmpxchg_release(atomic64_t *v, s64 *old, s64 new)
951 rust_helper_atomic64_try_cmpxchg_relaxed(atomic64_t *v, s64 *old, s64 new)
957 rust_helper_atomic64_sub_and_test(s64 i, atomic64_t *v)
975 rust_helper_atomic64_add_negative(s64 i, atomic64_t *v)
981 rust_helper_atomic64_add_negative_acquire(s64 i, atomic64_t *v)
987 rust_helper_atomic64_add_negative_release(s64 i, atomic64_t *v)
993 rust_helper_atomic64_add_negative_relaxed(s64 i, atomic64_t *v)
998 __rust_helper s64
999 rust_helper_atomic64_fetch_add_unless(atomic64_t *v, s64 a, s64 u)
1005 rust_helper_atomic64_add_unless(atomic64_t *v, s64 a, s64 u)
1028 __rust_helper s64