Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_parse.c293 if (pd1->name_idx < pd2->name_idx) in pd_compare()
295 if (pd1->name_idx > pd2->name_idx) in pd_compare()
331 if (i > 0 && r->properties[i].name_idx == prev_name_idx) { in stack_to_property_list()
338 prev_name_idx = r->properties[i].name_idx; in stack_to_property_list()
366 if (!parse_name(ctx, &s, 1, &prop->name_idx)) in ossl_parse_property()
369 if (prop->name_idx == 0) { in ossl_parse_property()
426 if (!parse_name(ctx, &s, 1, &prop->name_idx)) in ossl_parse_query()
431 if (!parse_name(ctx, &s, 1, &prop->name_idx)) in ossl_parse_query()
[all...]
H A Dproperty_query.c20 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 Dproperty_local.h21 OSSL_PROPERTY_IDX name_idx; member
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp132 int name_idx = (int)isa; in LogOp() local
133 if (name_idx > 6) in LogOp()
134 name_idx = 6; in LogOp()
135 …d::dec << (head_idx+head_off) << "](0x" << std::hex << addr << "), " << isa_names[name_idx] << ";"; in LogOp()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp542 const uint32_t name_idx = name[0] == '_' ? 8 : 7; in GetSectionTypeFromSectionName() local
543 llvm::StringRef dwarf_name(name.substr(name_idx)); in GetSectionTypeFromSectionName()