topbits           470 src/vfs/tar/tar-internal.c         uintmax_t topbits;
topbits           473 src/vfs/tar/tar-internal.c         topbits = ((uintmax_t) - signbit) << (UINTMAX_WIDTH - LG_256 - (LG_256 - 2));
topbits           486 src/vfs/tar/tar-internal.c             if (((value << LG_256 >> LG_256) | topbits) != value)