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