Lines Matching +full:not +full:- +full:swapped
1 // Replace uses of in-place byteswapping functions with calls to the
2 // equivalent not-in-place functions. This is necessary to avoid
3 // undefined behaviour if the expression being swapped is a field in a
9 -be16_to_cpus(&E);
14 -be32_to_cpus(&E);
19 -be64_to_cpus(&E);
24 -cpu_to_be16s(&E);
29 -cpu_to_be32s(&E);
34 -cpu_to_be64s(&E);
39 -le16_to_cpus(&E);
44 -le32_to_cpus(&E);
49 -le64_to_cpus(&E);
54 -cpu_to_le16s(&E);
59 -cpu_to_le32s(&E);
64 -cpu_to_le64s(&E);