Searched refs:NUMBITS (Results 1 – 5 of 5) sorted by relevance
92 NUMBITS, enumerator139 {"numbits", required_argument, NULL, NUMBITS},303 case NUMBITS: in setoption()
780 for (i = 0; i < xbits; i += NUMBITS) { in addalledges()781 if ((k = live[i/NUMBITS])) { in addalledges()792 #if NUMBITS > 32 /* XXX hack for LP64 */ in addalledges()793 k = (live[i/NUMBITS] >> 32); in addalledges()1353 #define RUP(x) (((x)+NUMBITS-1)/NUMBITS)1716 for (j = 0; j < xbits; j += NUMBITS) in Build()1717 live[j/NUMBITS] = 0; in Build()
919 int sz = (nelem+NUMBITS-1)/NUMBITS; in setalloc()2012 #define RUP(x) (((x)+NUMBITS-1)/NUMBITS)
2584 #define NUMBITS(A, coefficient_x, tempx){\ macro
2580 #define NUMBITS(A, coefficient_x, tempx){\ macro