Lines Matching defs:t
79 * We know this won't overflow so it is safe to ignore the406 int t;412 t = PBLKSIZ;414 t = sp[n+1-1];416 item.dsize = t - sp[n+1];572 int t, i;575 t = PBLKSIZ;577 if (sp[i+1] > t)579 t = sp[i+1];581 if (t < (sp[0]+1)*sizeof (short))