Home
last modified time | relevance | path

Searched refs:b_path (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/compiler/nir/
Dnir_deref.c465 nir_deref_path *b_path) in nir_compare_deref_paths() argument
467 if (!modes_may_alias(b_path->path[0]->modes, a_path->path[0]->modes)) in nir_compare_deref_paths()
470 if (a_path->path[0]->deref_type != b_path->path[0]->deref_type) in nir_compare_deref_paths()
474 if (a_path->path[0]->var != b_path->path[0]->var) { in nir_compare_deref_paths()
481 !(b_path->path[0]->modes & ~temp_var_modes)) in nir_compare_deref_paths()
491 deref_path_contains_coherent_decoration(b_path)) in nir_compare_deref_paths()
513 if (a_path->path[0] != b_path->path[0]) in nir_compare_deref_paths()
525 nir_deref_instr **b_p = &b_path->path[1]; in nir_compare_deref_paths()
627 nir_deref_path a_path, b_path; in nir_compare_derefs() local
629 nir_deref_path_init(&b_path, b, NULL); in nir_compare_derefs()
[all …]
Dnir_deref.h65 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
/external/python/cpython3/Lib/
Dfilecmp.py155 b_path = os.path.join(self.right, x)
164 b_stat = os.stat(b_path)
/external/python/cpython2/Lib/
Dfilecmp.py145 b_path = os.path.join(self.right, x)
154 b_stat = os.stat(b_path)
/external/selinux/libsepol/cil/src/
Dcil_post.c203 char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1); in cil_post_filecon_compare() local
204 b_path[0] = '\0'; in cil_post_filecon_compare()
206 strcat(b_path, b_filecon->path_str); in cil_post_filecon_compare()
208 cil_post_fc_fill_data(b_data, b_path); in cil_post_filecon_compare()
230 free(b_path); in cil_post_filecon_compare()