Home
last modified time | relevance | path

Searched refs:match_index (Results 1 – 7 of 7) sorted by relevance

/third_party/mtdev/src/
Dmatch_four.c63 static const int match_index[][5] = { variable
92 at = &match_index[nslot][npos]; in mtdev_match_four()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/
Dgpu_kernel_factory.cc173 size_t match_index = attr_index; in GpuKernelAttrCheck() local
174 return std::make_pair(true, match_index); in GpuKernelAttrCheck()
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc541 Py_ssize_t match_index = -1; in Subscript() local
545 match_index = i; in Subscript()
549 if (match_index == -1) { in Subscript()
553 if (AssignItem(pself, match_index, NULL) < 0) { in Subscript()
/third_party/mesa3d/src/mesa/main/
Dshader_query.cpp1730 unsigned match_index = 0; in validate_io() local
1754 match_index = j; in validate_io()
1765 match_index = j; in validate_io()
1790 outputs[match_index] = NULL; in validate_io()
1792 if (match_index < num_outputs) in validate_io()
1793 outputs[match_index] = outputs[num_outputs]; in validate_io()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2259 uint32_t match_index = 1; in ecma_regexp_split_helper() local
2260 while (match_index <= match_length) in ecma_regexp_split_helper()
2263 result = ecma_op_object_get_by_uint32_index (match_array_p, match_index++); in ecma_regexp_split_helper()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c1834 int i, ret = 0, len, config_dn_field_index, match_index = 0; in match_dn_field() local
1859 match_index++; in match_dn_field()
1862 if (match_index != config_dn_field_index) in match_dn_field()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c1845 int i, ret = 0, len, config_dn_field_index, match_index = 0; in match_dn_field() local
1870 match_index++; in match_dn_field()
1873 if (match_index != config_dn_field_index) in match_dn_field()