Searched defs:first_reg_of_type (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-impl.c53 static int first_reg_of_type[MAX_REG_TYPES]; variable
114 first_reg_of_type[i] =
115 first_reg_of_type[i-1] + counters_per_type[i-1];
188 FPC_DBG1("returning: %d\n", first_reg_of_type[regtype] + counter);
189 return (first_reg_of_type[regtype] + counter);

Completed in 44 milliseconds