| 1692 | |
| 1693 | p->layer_records[il]++; |
| 1694 | p->total_records++; |
| 1695 | if (is_hash) p->layer_is_hash[il] = true; |
| 1696 | |
| 1697 | if (p->prev_valid[il] && p->prev_pos[il] + 1u == pos) { |
| 1698 | uint32_t intersection = 0; |
| 1699 | for (uint32_t a = 0; a < p->n_expert_used; a++) { |
| 1700 | for (uint32_t b = 0; b < p->n_expert_used; b++) { |
| 1701 | if (p->prev_selected[il][a] == selected[b]) { |
no outgoing calls
no test coverage detected