Home
last modified time | relevance | path

Searched refs:indexes (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd/src/gnu/llvm/lldb/source/Symbol/
DSymtab.cpp160 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, in Dump() argument
168 (uint64_t)indexes.size(), (uint64_t)m_symbols.size()); in Dump()
171 if (!indexes.empty()) { in Dump()
173 std::vector<uint32_t>::const_iterator end = indexes.end(); in Dump()
175 for (pos = indexes.begin(); pos != end; ++pos) { in Dump()
459 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, in AppendSymbolNamesToMap() argument
467 const size_t num_indexes = indexes.size(); in AppendSymbolNamesToMap()
469 uint32_t value = indexes[i]; in AppendSymbolNamesToMap()
488 std::vector<uint32_t> &indexes, in AppendSymbolIndexesWithType() argument
493 uint32_t prev_size = indexes.size(); in AppendSymbolIndexesWithType()
[all …]
/openbsd/src/lib/libcrypto/
Dcrypto_ex_data.c39 struct crypto_ex_data_index **indexes; member
106 if ((new_class->indexes = calloc(CRYPTO_EX_DATA_MAX_INDEX, in CRYPTO_get_ex_new_index()
135 class->indexes[idx] = index; in CRYPTO_get_ex_new_index()
143 free(new_class->indexes); in CRYPTO_get_ex_new_index()
165 if (class->indexes != NULL) { in CRYPTO_cleanup_all_ex_data()
167 free(class->indexes[j]); in CRYPTO_cleanup_all_ex_data()
168 free(class->indexes); in CRYPTO_cleanup_all_ex_data()
252 if ((index = class->indexes[i]) == NULL) in CRYPTO_new_ex_data()
314 if ((index = class->indexes[i]) == NULL) in CRYPTO_dup_ex_data()
367 if ((index = class->indexes[i]) == NULL) in CRYPTO_free_ex_data()
/openbsd/src/gnu/llvm/lldb/include/lldb/Symbol/
DSymtab.h47 void Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes,
65 std::vector<uint32_t> &indexes,
70 std::vector<uint32_t> &indexes, uint32_t start_idx = 0,
94 std::vector<uint32_t> &indexes,
99 std::vector<uint32_t> &indexes,
126 void SortSymbolIndexesByValue(std::vector<uint32_t> &indexes,
133 void AppendSymbolNamesToMap(const IndexCollection &indexes,
340 std::vector<uint32_t> &indexes);
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFProperties.td4 def IgnoreIndexes: Property<"ignore-file-indexes", "Boolean">,
7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
DSymbolFileDWARFDebugMap.cpp885 &indexes, // Indexes into the symbol table that match "name" in PrivateFindGlobalVariables()
887 const size_t match_count = indexes.size(); in PrivateFindGlobalVariables()
891 GetCompileUnitInfoForSymbolWithIndex(indexes[i], &oso_idx); in PrivateFindGlobalVariables()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument
107 Indexes = indexes; in clear()
168 SlotIndexes *indexes, LiveIntervals *lis,
DInterferenceCache.cpp52 SlotIndexes *indexes, in init() argument
60 E.clear(mf, indexes, lis); in init()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DRangeMap.h553 uint32_t FindEntryIndexesThatContain(B addr, std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain() argument
558 FindEntryIndexesThatContain(addr, 0, m_entries.size(), indexes); in FindEntryIndexesThatContain()
560 return indexes.size(); in FindEntryIndexesThatContain()
682 std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain() argument
693 FindEntryIndexesThatContain(addr, lo, mid, indexes); in FindEntryIndexesThatContain()
701 indexes.push_back(entry.data); in FindEntryIndexesThatContain()
705 FindEntryIndexesThatContain(addr, mid + 1, hi, indexes); in FindEntryIndexesThatContain()
/openbsd/src/gnu/llvm/clang/docs/analyzer/user-docs/
DTaintAnalysisConfiguration.rst112 …arguments are tainted (specified by indexes in `SrcArgs`) then all of the destination arguments (s…
125 It indicates the indexes of arguments in the function call.
144 …- `SrcArgs` is a list of numbers in the range of ``[0..int_max]`` that indicates the indexes of ar…
147 …- `DstArgs` is a list of numbers in the range of ``[-1..int_max]`` that indicates the indexes of a…
166 …- `Args` is a list of numbers in the range of ``[0..int_max]`` that indicates the indexes of argum…
/openbsd/src/gnu/llvm/llvm/utils/Misc/
Dzkill87 indexes = []
90 indexes.append(header.index(field[0]))
107 for field,idx in zip(kExpectedPSFields, indexes):
/openbsd/src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
DReduceAttributes.cpp92 for (unsigned SetIdx : AL.indexes()) { in visitAttributeList()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBData.i162 …ey = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based inde…
/openbsd/src/usr.bin/file/magdir/
Dmaple14 # they are compiled indexes for maple files
/openbsd/src/gnu/usr.bin/cvs/
DPROJECTS46 (and modify) indexes. This becomes very apparent with files
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptx86ABIFixups.cpp233 for (unsigned I : call_attribs.indexes()) { in fixupRSAllocationStructByValCalls()
/openbsd/src/gnu/llvm/lld/ELF/
DLinkerScript.cpp493 SmallVector<size_t, 0> indexes; in computeInputSections() local
496 llvm::sort(MutableArrayRef<size_t>(indexes).slice(begin, end - begin)); in computeInputSections()
498 ret[i] = sections[indexes[i]]; in computeInputSections()
535 indexes.push_back(i); in computeInputSections()
/openbsd/src/gnu/llvm/llvm/docs/_ocamldoc/
Dstyle.css64 td .info { margin:0; padding:0; margin-left: 2em;} /* Description in indexes */
/openbsd/src/gnu/llvm/llvm/lib/Target/RISCV/
DRISCVRegisterInfo.td364 // Collect the valid indexes into 'R' under NF and LMUL values from TUPLE_INDEX.
366 // For example, when LMUL = 4, the potential valid indexes is
367 // [8, 12, 16, 20, 24, 28, 4]. However, not all these indexes are valid under
/openbsd/src/gnu/llvm/clang/docs/
DExternalClangExamples.rst32 "RTags is a client/server application that indexes c/c++ code and keeps
/openbsd/src/gnu/llvm/llvm/docs/
DGetElementPtr.rst46 provide the GEP instruction with two index operands. The first operand indexes
47 through the pointer; the second operand indexes the field ``F`` of the
84 instructions. The third operand indexes through that pointer. The fourth
227 ``MyVar+40``, because it indexes past the ten 4-byte integers in ``MyVar``.
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachinePassRegistry.def79 // MACHINE_FUNCTION_ANALYSIS("slot-indexes", SlotIndexesAnalysis())
/openbsd/src/share/snmp/
DSNMP-USER-BASED-SM-MIB.txt648 indexes the row which is targeted by this
660 indexes the row which is targeted by this operation,
754 requester must match the usmUserName that indexes
767 indexes the row which is targeted by this operation,
/openbsd/src/gnu/gcc/gcc/doc/
Dgccint.texi17 @c Merge the standard indexes into a single one.
Dgcc.texi31 @c Merge the standard indexes into a single one.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dgcc.texi31 @c Merge the standard indexes into a single one.

1234