Home | History | Annotate | Download | only in shared

Lines Matching refs:c8

1060          ULong c8 = (c & 0xFF); \
1061 c8 = (c8 << 8) | c8; \
1062 c8 = (c8 << 16) | c8; \
1063 c8 = (c8 << 32) | c8; \
1067 { *(ULong*)a = c8; a += 8; n -= 8; } \