Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc324 ScopedPyObjectPtr other_list( in RichCompare() local
327 if (other_list == NULL) { in RichCompare()
330 return PyObject_RichCompare(list.get(), other_list.get(), opid); in RichCompare()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c52 const struct anv_reloc_list *other_list) in anv_reloc_list_init_clone() argument
54 if (other_list) { in anv_reloc_list_init_clone()
55 list->num_relocs = other_list->num_relocs; in anv_reloc_list_init_clone()
56 list->array_length = other_list->array_length; in anv_reloc_list_init_clone()
78 if (other_list) { in anv_reloc_list_init_clone()
79 memcpy(list->relocs, other_list->relocs, in anv_reloc_list_init_clone()
81 memcpy(list->reloc_bos, other_list->reloc_bos, in anv_reloc_list_init_clone()
/external/selinux/libsepol/cil/src/
Dcil_binary.c1044 cond_av_list_t *other_list; in __cil_insert_type_rule() local
1049 other_list = cond_node->false_list; in __cil_insert_type_rule()
1052 other_list = cond_node->true_list; in __cil_insert_type_rule()
1055 search_datum = cil_cond_av_list_search(&avtab_key, other_list); in __cil_insert_type_rule()