Searched refs:tbits (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c2739 int i, j, tbits; local
2788 tbits = tempmax - tempmin; /* # of temporaries */
2789 xbits = tbits + MAXREGS; /* total size of live array */
2790 if (tbits) {
2791 nblock = tmpalloc(tbits * sizeof(REGW));
2796 nblock, tbits, (size_t)(tbits * sizeof(REGW))));
2810 if (tbits) {
2811 memset(nblock+tempmin, 0, tbits * sizeof(REGW));
/netbsd-6-1-5-RELEASE/sbin/raidctl/
H A Draidctl.c973 const char *tbits = "|/-\\"; variable
1052 percent_done,bar_buffer,eta_buffer,tbits[tbit_value]);

Completed in 123 milliseconds