Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_lower_uniforms.c96 bool is_duplicate = false; in qir_get_instruction_uniform_count() local
100 is_duplicate = true; in qir_get_instruction_uniform_count()
104 if (!is_duplicate) in qir_get_instruction_uniform_count()
/external/webrtc/net/dcsctp/rx/
Ddata_tracker.cc128 bool is_duplicate = false; in Observe() local
147 is_duplicate = true; in Observe()
172 is_duplicate = true; in Observe()
214 return !is_duplicate; in Observe()
/external/python/cpython3/Objects/
Dunionobject.c200 int is_duplicate = 0; in dedup_and_flatten_args() local
207 is_duplicate = is_ga ? PyObject_RichCompareBool(i_element, j_element, Py_EQ) in dedup_and_flatten_args()
210 if (is_duplicate < 0) { in dedup_and_flatten_args()
215 if (is_duplicate) in dedup_and_flatten_args()
218 if (!is_duplicate) { in dedup_and_flatten_args()
/external/cronet/net/cert/pki/
Dparse_certificate.cc659 bool is_duplicate = in ParseExtensions() local
663 if (is_duplicate) in ParseExtensions()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc230 const bool is_duplicate = ((!op_def->is_stateful()) && (i > 0)); in MergeDuplicateNodes() local
231 if (is_duplicate) { in MergeDuplicateNodes()