Lines Matching refs:c64
40 uint64_t c64 = 0;
52 c64 = c32;
53 c64 |= c64 << 32; /* 32, Processed bits */
72 *(uint64_t *)(pos) = c64;
73 *(uint64_t *)(pos + 8) = c64; /* 8, size of uint64_t */
74 *(uint64_t *)(pos + 16) = c64; /* 16, size of two uint64_t data */
75 *(uint64_t *)(pos + 24) = c64; /* 24, size of three uint64_t data */
85 *(uint64_t *)(pos) = c64;
86 *(uint64_t *)(pos + 8) = c64; /* 8, size of uint64_t */
96 *(uint64_t *)(pos) = c64;