Home
last modified time | relevance | path

Searched refs:NUMBITS (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpkeys/
H A Dnetpgpkeys.c92 NUMBITS, enumerator
139 {"numbits", required_argument, NULL, NUMBITS},
303 case NUMBITS: in setoption()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c780 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()
H A Doptim2.c919 int sz = (nelem+NUMBITS-1)/NUMBITS; in setalloc()
2012 #define RUP(x) (((x)+NUMBITS-1)/NUMBITS)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/libbid/
H A Dbid_internal.h2584 #define NUMBITS(A, coefficient_x, tempx){\ macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid_internal.h2580 #define NUMBITS(A, coefficient_x, tempx){\ macro