Searched refs:long_idx2 (Results 1 – 1 of 1) sorted by relevance
252 s32 long_idx2; in altera_execute() local1184 long_idx2 = long_idx; in altera_execute()1186 if (charptr_tmp2[long_idx2 >> 3] & in altera_execute()1187 (1 << (long_idx2 & 7))) { in altera_execute()1326 long_idx2 = 0; in altera_execute()1327 while (long_idx2 < long_count) { in altera_execute()1330 charptr_tmp[long_idx2 >> 3] |= in altera_execute()1331 (1 << (long_idx2 & 7)); in altera_execute()1333 charptr_tmp[long_idx2 >> 3] &= in altera_execute()1334 ~(1 << (long_idx2 & 7)); in altera_execute()[all …]