26 s[7] = (char)x; x >>= 8;
27 s[6] = (char)x; x >>= 8;
28 s[5] = (char)x; x >>= 8;
29 s[4] = (char)x; x >>= 8;
30 s[3] = (char)x; x >>= 8;
31 s[2] = (char)x; x >>= 8;
32 s[1] = (char)x; x >>= 8;
50 x = (
unsigned char) s[0];
51 x <<= 8; x += (
unsigned char) s[1];
52 x <<= 8; x += (
unsigned char) s[2];
53 x <<= 8; x += (
unsigned char) s[3];
54 x <<= 8; x += (
unsigned char) s[4];
55 x <<= 8; x += (
unsigned char) s[5];
56 x <<= 8; x += (
unsigned char) s[6];
57 x <<= 8; x += (
unsigned char) s[7];
void tai_sub(struct tai *t, const struct tai *u, const struct tai *v)
void tai_pack(char *s, const struct tai *t)
void tai_now(struct tai *t)
void tai_unpack(const char *s, struct tai *t)
void tai_add(struct tai *t, const struct tai *u, const struct tai *v)
void tai_uint(struct tai *t, unsigned int u)
unsigned long long uint64