RLE_ALLOCATED
if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) == RLE_RESERVED) {
if (rle->flags & RLE_ALLOCATED)
rle->flags |= RLE_ALLOCATED;
if (rle->flags & RLE_ALLOCATED) {
rle->flags &= ~RLE_ALLOCATED;
if ((rle->flags & (RLE_RESERVED | RLE_ALLOCATED)) ==
if (rle->flags & RLE_ALLOCATED)