Searched refs:SPCS_S_IDSIZE (Results 1 – 2 of 2) sorted by relevance
190 #define SPCS_S_IDSIZE 16 /* size of idata array */ macro247 spcs_s_udata_t idata[SPCS_S_IDSIZE]; /* the status info and supp refs */
185 if ((p->icount + c.f.sup_count + 1) > SPCS_S_IDSIZE) { in add_code()186 if (p->icount == SPCS_S_IDSIZE) in add_code()