Searched refs:LS (Results 1 – 1 of 1) sorted by relevance
14 #define LS >> in memcpy() macro17 #define LS << in memcpy() macro65 *(u32*)(d + 0) = (w LS 24) | (x RS 8); in memcpy()67 *(u32*)(d + 4) = (x LS 24) | (w RS 8); in memcpy()69 *(u32*)(d + 8) = (w LS 24) | (x RS 8); in memcpy()71 *(u32*)(d + 12) = (x LS 24) | (w RS 8); in memcpy()81 *(u32*)(d + 0) = (w LS 16) | (x RS 16); in memcpy()83 *(u32*)(d + 4) = (x LS 16) | (w RS 16); in memcpy()96 *(u32*)(d + 0) = (w LS 8) | (x RS 24); in memcpy()98 *(u32*)(d + 4) = (x LS 8) | (w RS 24); in memcpy()[all …]
Completed in 3 milliseconds