Searched refs:RS (Results 1 - 2 of 2) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/string/
H A Dmemcpy.c14 #define RS << macro
17 #define RS >> macro
59 *(u32 *)(d+0) = (w LS 24) | (x RS 8);
61 *(u32 *)(d+4) = (x LS 24) | (w RS 8);
63 *(u32 *)(d+8) = (w LS 24) | (x RS 8);
65 *(u32 *)(d+12) = (x LS 24) | (w RS 8);
75 *(u32 *)(d+0) = (w LS 16) | (x RS 16);
77 *(u32 *)(d+4) = (x LS 16) | (w RS 16);
79 *(u32 *)(d+8) = (w LS 16) | (x RS 16);
81 *(u32 *)(d+12) = (x LS 16) | (w RS 1
[all...]
/seL4-camkes-master/projects/sel4runtime/src/
H A Dmemcpy.c38 #define RS << macro
41 #define RS >> macro
88 *(u32 *)(d + 0) = (w LS 24) | (x RS 8);
90 *(u32 *)(d + 4) = (x LS 24) | (w RS 8);
92 *(u32 *)(d + 8) = (w LS 24) | (x RS 8);
94 *(u32 *)(d + 12) = (x LS 24) | (w RS 8);
104 *(u32 *)(d + 0) = (w LS 16) | (x RS 16);
106 *(u32 *)(d + 4) = (x LS 16) | (w RS 16);
108 *(u32 *)(d + 8) = (w LS 16) | (x RS 16);
110 *(u32 *)(d + 12) = (x LS 16) | (w RS 1
[all...]

Completed in 79 milliseconds