ALIGNOF           666 bignum.c                       if (wordsize == 2 && (uintptr_t)words % ALIGNOF(uint16_t) == 0) {
ALIGNOF           674 bignum.c                       if (wordsize == 4 && (uintptr_t)words % ALIGNOF(uint32_t) == 0) {
ALIGNOF           682 bignum.c                       if (wordsize == 8 && (uintptr_t)words % ALIGNOF(uint64_t) == 0) {
ALIGNOF           697 bignum.c                       if (wordsize == 2 && (uintptr_t)words % ALIGNOF(uint16_t) == 0) {
ALIGNOF           706 bignum.c                       if (wordsize == 4 && (uintptr_t)words % ALIGNOF(uint32_t) == 0) {
ALIGNOF           715 bignum.c                       if (wordsize == 8 && (uintptr_t)words % ALIGNOF(uint64_t) == 0) {
ALIGNOF           758 bignum.c                   wordsize % SIZEOF_BDIGIT == 0 && (uintptr_t)words % ALIGNOF(BDIGIT) == 0) {
ALIGNOF          1100 bignum.c                   if (wordsize == 2 && (uintptr_t)words % ALIGNOF(uint16_t) == 0) {
ALIGNOF          1106 bignum.c                   if (wordsize == 4 && (uintptr_t)words % ALIGNOF(uint32_t) == 0) {
ALIGNOF          1112 bignum.c                   if (wordsize == 8 && (uintptr_t)words % ALIGNOF(uint64_t) == 0) {