Searched refs:name_idx (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_query.c | 20 return key - defn->name_idx; in property_idx_cmp() 27 OSSL_PROPERTY_IDX name_idx; in ossl_property_find_property() local 30 || (name_idx = ossl_property_name(libctx, name, 0)) == 0) in ossl_property_find_property() 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
H A D | property_local.h | 21 OSSL_PROPERTY_IDX name_idx; member
|
/third_party/openssl/crypto/property/ |
H A D | property_query.c | 20 return key - defn->name_idx; in property_idx_cmp() 27 OSSL_PROPERTY_IDX name_idx; in ossl_property_find_property() local 30 || (name_idx = ossl_property_name(libctx, name, 0)) == 0) in ossl_property_find_property() 33 return ossl_bsearch(&name_idx, list->properties, list->num_properties, in ossl_property_find_property()
|
H A D | property_local.h | 21 OSSL_PROPERTY_IDX name_idx; member
|
/third_party/mesa3d/src/intel/perf/ |
H A D | intel_perf_setup.h | 76 uint16_t name_idx; member
|
/third_party/python/Objects/stringlib/ |
H A D | unicode_format.h | 274 Py_ssize_t *name_idx, SubString *name) in FieldNameIterator_next() 285 *name_idx = -1; in FieldNameIterator_next() 291 *name_idx = get_integer(name); in FieldNameIterator_next() 292 if (*name_idx == -1 && PyErr_Occurred()) in FieldNameIterator_next() 273 FieldNameIterator_next(FieldNameIterator *self, int *is_attribute, Py_ssize_t *name_idx, SubString *name) FieldNameIterator_next() argument
|
/third_party/python/Modules/ |
H A D | _operator.c | 1357 Py_ssize_t name_idx = 0, name_count; in dotted_getattr() local 1362 for (name_idx = 0; name_idx < name_count; ++name_idx) { in dotted_getattr() 1363 attr_name = PyTuple_GET_ITEM(attr, name_idx); in dotted_getattr()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | consistency_tools.py | 271 name_idx = text_parts.index(param_name) 272 if name_idx - type_idx == 1:
|
Completed in 7 milliseconds