Searched refs:tmp_next (Results 1 – 1 of 1) sorted by relevance
1817 struct ma_state tmp[3], tmp_next[3]; in mas_topiary_replace() local1837 if (!mas_find_child(&tmp[i], &tmp_next[n])) in mas_topiary_replace()1849 tmp_next[n++].status = ma_none; in mas_topiary_replace()1852 tmp[i] = tmp_next[i]; in mas_topiary_replace()1872 if (!mas_find_child(&tmp[i], &tmp_next[n])) in mas_topiary_replace()1875 if ((tmp_next[n].min >= tmp_next->index) && in mas_topiary_replace()1876 (tmp_next[n].max <= tmp_next->last)) { in mas_topiary_replace()1877 mat_add(&subtrees, tmp_next[n].node); in mas_topiary_replace()1878 tmp_next[n].status = ma_none; in mas_topiary_replace()1889 tmp_next[n++].status = ma_none; in mas_topiary_replace()[all …]