Searched refs:b_path (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 456 compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path, in compare_deref_paths() argument 467 nir_deref_instr **b = b_path->path; in compare_deref_paths() 588 nir_deref_path *b_path) in nir_compare_deref_paths() 590 if (!modes_may_alias(b_path->path[0]->modes, a_path->path[0]->modes)) in nir_compare_deref_paths() 593 if (a_path->path[0]->deref_type != b_path->path[0]->deref_type) in nir_compare_deref_paths() 599 const nir_variable *b_var = b_path->path[0]->var; in nir_compare_deref_paths() 613 binding_compare = compare_deref_paths(a_path, b_path, &path_idx, in nir_compare_deref_paths() 673 if (a_path->path[0] != b_path->path[0]) in nir_compare_deref_paths() 677 return compare_deref_paths(a_path, b_path, &path_idx, NULL); in nir_compare_deref_paths() 688 nir_deref_path a_path, b_path; in nir_compare_derefs() local 587 nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path) nir_compare_deref_paths() argument [all...] |
H A D | nir_deref.h | 72 nir_deref_compare_result nir_compare_deref_paths(nir_deref_path *a_path, nir_deref_path *b_path);
|
/third_party/python/Lib/ |
H A D | filecmp.py | 158 b_path = os.path.join(self.right, x) 167 b_stat = os.stat(b_path) 169 # print('Can\'t stat', b_path, ':', why.args[1])
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_post.c | 216 char *b_path = cil_malloc(strlen(b_filecon->path_str) + 1); in cil_post_filecon_compare() local 218 b_path[0] = '\0'; in cil_post_filecon_compare() 220 strcat(b_path, b_filecon->path_str); in cil_post_filecon_compare() 222 cil_post_fc_fill_data(b_data, b_path); in cil_post_filecon_compare() 244 free(b_path); in cil_post_filecon_compare()
|
Completed in 6 milliseconds