Searched refs:name_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Dtrc_ret_stack.cpp132 int name_idx = (int)isa; local
133 if (name_idx > 6)
134 name_idx = 6;
135 oss << "Return stack " << pszOpString << "[" << std::dec << (head_idx+head_off) << "](0x" << std::hex << addr << "), " << isa_names[name_idx] << ";";
/freebsd-12-stable/contrib/serf/buckets/
H A Dssl_buckets.c529 int name_idx; local
533 for (name_idx = 0; name_idx < names_count; name_idx++) {
535 GENERAL_NAME *nm = sk_GENERAL_NAME_value(names, name_idx);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRExecutionUnit.cpp521 const uint32_t name_idx = name[0] == '_' ? 8 : 7; local
522 llvm::StringRef dwarf_name(name.substr(name_idx));

Completed in 78 milliseconds