Searched refs:src_is_set (Results 1 – 2 of 2) sorted by relevance
138 static int should_copy(int dest_is_set, int src_is_set, int prefer_src) { in should_copy() argument141 return src_is_set; in should_copy()145 return src_is_set && !dest_is_set; in should_copy()