Lines Matching refs:repl_idx
2336 HashPosition from_idx, repl_idx, len_idx; local
2398 repl_idx = 0;
2400 while (repl_idx < repl_ht->nNumUsed) {
2401 tmp_repl = &repl_ht->arPacked[repl_idx];
2405 repl_idx++;
2408 while (repl_idx < repl_ht->nNumUsed) {
2409 tmp_repl = &repl_ht->arData[repl_idx].val;
2413 repl_idx++;
2416 if (repl_idx < repl_ht->nNumUsed) {
2449 from_idx = len_idx = repl_idx = 0;
2547 while (repl_idx < repl_ht->nNumUsed) {
2548 tmp_repl = &repl_ht->arPacked[repl_idx];
2552 repl_idx++;
2555 while (repl_idx < repl_ht->nNumUsed) {
2556 tmp_repl = &repl_ht->arData[repl_idx].val;
2560 repl_idx++;
2563 if (repl_idx < repl_ht->nNumUsed) {
2568 repl_idx++;