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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/common/
H A Dhwctable.c2545 static uint_t cpcx_npics; variable
2662 // the format will accommodate cpcx_npics regs
2663 if (cpcx_npics < 1)
2668 if (cpcx_npics <= 9)
2671 if (cpcx_npics + 1 > sz)
2673 buf[cpcx_npics] = '\0';
2681 if (regno < 0 || regno >= cpcx_npics)
2694 int nchars = 17 + 3 * (cpcx_npics - 9);
2826 /* add all counters up to cpcx_npics */
2827 for (jj = 0; jj < MAX_PICS && jj < cpcx_npics; j
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwctable.c2581 static uint_t cpcx_npics; variable
2698 // the format will accommodate cpcx_npics regs
2699 if (cpcx_npics < 1)
2704 if (cpcx_npics <= 9)
2707 if (cpcx_npics + 1 > sz)
2709 buf[cpcx_npics] = '\0';
2717 if (regno < 0 || regno >= cpcx_npics)
2730 int nchars = 17 + 3 * (cpcx_npics - 9);
2862 /* add all counters up to cpcx_npics */
2863 for (jj = 0; jj < MAX_PICS && jj < cpcx_npics; j
[all...]

Completed in 146 milliseconds