Searched refs:tab_idx (Results 1 – 2 of 2) sorted by relevance
2160 int tab_idx = static_cast<int>(j >> 4); in Table() local2162 if ((tab_idx < 4) && (tab[tab_idx] != nullptr)) { in Table()2163 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()
2635 int tab_idx = static_cast<int>(j >> 4); in Table() local2637 if ((tab_idx < 4) && (tab[tab_idx] != NULL)) { in Table()2638 result[i] = tab[tab_idx]->Uint(kFormat16B, j_idx); in Table()