Lines Matching full:bitwise
845 * raw_atomic_long_and() - atomic bitwise AND with relaxed ordering
866 * raw_atomic_long_fetch_and() - atomic bitwise AND with full ordering
887 * raw_atomic_long_fetch_and_acquire() - atomic bitwise AND with acquire ordering
908 * raw_atomic_long_fetch_and_release() - atomic bitwise AND with release ordering
929 * raw_atomic_long_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering
950 * raw_atomic_long_andnot() - atomic bitwise AND NOT with relaxed ordering
971 * raw_atomic_long_fetch_andnot() - atomic bitwise AND NOT with full ordering
992 * raw_atomic_long_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering
1013 * raw_atomic_long_fetch_andnot_release() - atomic bitwise AND NOT with release ordering
1034 * raw_atomic_long_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering
1055 * raw_atomic_long_or() - atomic bitwise OR with relaxed ordering
1076 * raw_atomic_long_fetch_or() - atomic bitwise OR with full ordering
1097 * raw_atomic_long_fetch_or_acquire() - atomic bitwise OR with acquire ordering
1118 * raw_atomic_long_fetch_or_release() - atomic bitwise OR with release ordering
1139 * raw_atomic_long_fetch_or_relaxed() - atomic bitwise OR with relaxed ordering
1160 * raw_atomic_long_xor() - atomic bitwise XOR with relaxed ordering
1181 * raw_atomic_long_fetch_xor() - atomic bitwise XOR with full ordering
1202 * raw_atomic_long_fetch_xor_acquire() - atomic bitwise XOR with acquire ordering
1223 * raw_atomic_long_fetch_xor_release() - atomic bitwise XOR with release ordering
1244 * raw_atomic_long_fetch_xor_relaxed() - atomic bitwise XOR with relaxed ordering