ULL
#define UINT64_C(c) (c ## ULL)
#define U64(C) C##ULL
#define U64(C) C##ULL
#define bn_pack4(a1, a2, a3, a4) ((a1##ULL << 48) | (a2##ULL << 32) | (a3##ULL << 16) | a4##ULL)
#define U64(C) C##ULL
#define U64(C) C##ULL
#define UINT64_C(c) (c##ULL)
.xbits.man = __CONCAT(m, ULL), \
printf("Failed to allocate memory for %llu bytes\n", ULL(newsz));
printf("OH NO! The offset is %llu but I expected %llu\n", ULL(offset),
ULL((uintptr_t)dctx->buf_cur - (uintptr_t)dctx->buf));
printf("Failed to allocate memory for %llu bytes\n", ULL(dctx->alloc_size));
ULL(ctx->size), ULL(decomp_buffer_length(ctx->dctx)));
printf("We know we will download %llu bytes\n", ULL(FileOffset));
#define GiB(v) (v ## ULL << 30)
#define UINT64_C(c) (c ## ULL)
#define U64_C(x) x ## ULL
#define ULL(x) (x ## ULL)
# define U64(C) C##ULL
#define MiB(v) (v ## ULL << 20)
#define UINT64_C(c) (c ## ULL)
#define __UINT64_C(c) (c ## ULL)
#define UINT64_C(c) (c ## ULL)