Home
last modified time | relevance | path

Searched refs:old_vars (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_lower_io_to_temporaries.c44 struct exec_list *old_vars) in emit_copies() argument
46 assert(exec_list_length(new_vars) == exec_list_length(old_vars)); in emit_copies()
48 foreach_two_lists(new_node, new_vars, old_node, old_vars) { in emit_copies()
/external/python/cpython2/Lib/test/
Dtest_site.py68 self.old_vars = copy(sysconfig._CONFIG_VARS)
76 sysconfig._CONFIG_VARS = self.old_vars
/external/python/cpython3/Lib/test/
Dtest_site.py68 self.old_vars = copy(sysconfig._CONFIG_VARS)
78 sysconfig._CONFIG_VARS.update(self.old_vars)