| 1473 | |
| 1474 | p->layer_records[il]++; |
| 1475 | p->total_records++; |
| 1476 | if (is_hash) p->layer_is_hash[il] = true; |
| 1477 | |
| 1478 | if (p->prev_valid[il] && p->prev_pos[il] + 1u == pos) { |
| 1479 | uint32_t intersection = 0; |
| 1480 | for (uint32_t a = 0; a < p->n_expert_used; a++) { |
| 1481 | for (uint32_t b = 0; b < p->n_expert_used; b++) { |
| 1482 | if (p->prev_selected[il][a] == selected[b]) { |
no outgoing calls
no test coverage detected