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

/seL4-camkes-master/projects/musllibc/src/string/
H A Dmemcpy.c13 #define LS >> macro
16 #define LS << 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 1
[all...]
/seL4-camkes-master/projects/sel4runtime/src/
H A Dmemcpy.c37 #define LS >> macro
40 #define LS << 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 1
[all...]

Completed in 81 milliseconds