Searched refs:tab_idx (Results 1 – 1 of 1) sorted by relevance
3243 int tab_idx = static_cast<int>(j >> 4); in Table() local3245 if ((tab_idx < 4) && (tab[tab_idx] != NULL)) { in Table()3246 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()