Home | History | Annotate | Download | only in shared

Lines Matching refs:c8

1100          ULong c8 = (c & 0xFF); \
1101 c8 = (c8 << 8) | c8; \
1102 c8 = (c8 << 16) | c8; \
1103 c8 = (c8 << 32) | c8; \
1107 { *(ULong*)a = c8; a += 8; n -= 8; } \