Searched refs:GCAllBits (Results 1 – 4 of 4) sorted by relevance
59 #define GCAllBits ((1 << (GCLastBit + 1)) - 1) macro
436 if (mask & ~GCAllBits) { in ChangeGCXIDs()555 pGC->stateChanges = GCAllBits; in CreateGC()809 pGC->stateChanges = GCAllBits; in CreateScratchGC()1069 pGC->stateChanges = GCAllBits; in GetScratchGC()
1548 if (stuff->mask & ~GCAllBits) { in ProcCopyGC()
111523 Define GCAllBits as the union of all valid CreateGC masks.