TI_JSLOTS
for (i = 0; i < TI_JSLOTS; i++) {
if ((i < 0) || (i >= TI_JSLOTS))
#define TI_RESID (TI_JPAGESZ - (TI_JLEN * TI_JSLOTS) % TI_JPAGESZ)
#define TI_JMEM ((TI_JLEN * TI_JSLOTS) + TI_RESID)
void * ti_jslots[TI_JSLOTS];
#ifndef TI_JSLOTS