return False;
}
-static void* INDEX_BIS ( void* base, Word index, Word scale ) {
- return (void*)( ((UChar*)base) + index * scale );
+static void* INDEX_BIS ( void* base, Word idx, Word scale ) {
+ return (void*)( ((UChar*)base) + idx * scale );
}
static Addr round_Addr_upwards ( Addr a, UInt align )
static void
remember_Btype (struct work_stuff *work, const char *start,
- int len, int index)
+ int len, int indx)
{
char *tem;
tem = XNEWVEC (char, len + 1);
memcpy (tem, start, len);
tem[len] = '\0';
- work -> btypevec[index] = tem;
+ work -> btypevec[indx] = tem;
}
/* Lose all the info related to B and K type codes. */
void VTS__show ( HChar* buf, Int nBuf, VTS* vts );
/* Debugging only. Return vts[index], so to speak. */
-ULong VTS__indexAt_SLOW ( VTS* vts, Thr* index );
+ULong VTS__indexAt_SLOW ( VTS* vts, Thr* idx );
#endif /* ! __HB_VTS_H */