Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp171 void Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes, in Dump() argument
179 (uint64_t)indexes.size(), (uint64_t)m_symbols.size()); in Dump()
182 if (!indexes.empty()) { in Dump()
184 std::vector<uint32_t>::const_iterator end = indexes.end(); in Dump()
186 for (pos = indexes.begin(); pos != end; ++pos) { in Dump()
471 void Symtab::AppendSymbolNamesToMap(const IndexCollection &indexes, in AppendSymbolNamesToMap() argument
479 const size_t num_indexes = indexes.size(); in AppendSymbolNamesToMap()
481 uint32_t value = indexes[i]; in AppendSymbolNamesToMap()
500 std::vector<uint32_t> &indexes, in AppendSymbolIndexesWithType() argument
505 uint32_t prev_size = indexes.size(); in AppendSymbolIndexesWithType()
[all …]
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_ctx.c49 unsigned int *indexes; member
100 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg()
252 st->indexes = NULL; in BN_STACK_init()
258 OPENSSL_free(st->indexes); in BN_STACK_finish()
259 st->indexes = NULL; in BN_STACK_finish()
276 memcpy(newitems, st->indexes, sizeof(*newitems) * st->depth); in BN_STACK_push()
277 OPENSSL_free(st->indexes); in BN_STACK_push()
278 st->indexes = newitems; in BN_STACK_push()
281 st->indexes[(st->depth)++] = idx; in BN_STACK_push()
287 return st->indexes[--(st->depth)]; in BN_STACK_pop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A 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);
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFProperties.td4 def IgnoreIndexes: Property<"ignore-file-indexes", "Boolean">,
7 Desc<"Ignore indexes present in the object files and always index DWARF manually.">;
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument
107 Indexes = indexes; in clear()
169 SlotIndexes *indexes, LiveIntervals *lis,
H A DInterferenceCache.cpp52 SlotIndexes *indexes, in init() argument
60 E.clear(mf, indexes, lis); in init()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A 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()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dqcom,camss.txt137 and C-PHY, indexes are in a common set and
142 Definition: An array of physical data lanes indexes.
146 is supported. Physical lane indexes for
H A Dsamsung-s5c73m3.txt50 and physical lane indexes in subsequent elements of the array should
/freebsd/sys/contrib/zstd/lib/dictBuilder/
H A Ddivsufsort.h60 … char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP);
H A Ddivsufsort.c1751 unsigned char * num_indexes, int * indexes) { in construct_BWT_indexes() argument
1779 if ((s & mod) == 0) indexes[s / (mod + 1) - 1] = j - SA; in construct_BWT_indexes()
1805 if (((n - 1) & mod) == 0) indexes[(n - 1) / (mod + 1) - 1] = k - SA; in construct_BWT_indexes()
1817 if ((s & mod) == 0) indexes[s / (mod + 1) - 1] = i - SA; in construct_BWT_indexes()
1827 if ((s & mod) == 0) indexes[s / (mod + 1) - 1] = k - SA; in construct_BWT_indexes()
1876 …char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP) { in divbwt() argument
1893 if (num_indexes == NULL || indexes == NULL) { in divbwt()
1896 pidx = construct_BWT_indexes(T, B, bucket_A, bucket_B, n, m, num_indexes, indexes); in divbwt()
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/
H A Daxp20x_adc.txt19 ADC channels and their indexes per variant:
/freebsd/sys/contrib/device-tree/Bindings/power/
H A Dxlnx,zynqmp-genpd.txt15 Power domain ID indexes are mentioned in
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBDataExtensions.i22 …ey = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based inde…
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_lib_ctx_get_data.pod35 associated with it. Unlike normal CRYPTO_EX_DATA objects we use static indexes
37 indexes internally to the implementation.
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dhisilicon,hi6210-i2s.txt20 - The dai cell indexes reference the following interfaces:
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsBPF.td68 llvm_vararg_ty], // indexes for getelementptr insn
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dxlnx,zynqmp-clk.txt45 from firmware. Output clocks indexes are mentioned in
/freebsd/usr.bin/tip/
H A DREADME30 recompiled, as indexes into the variable table are used to avoid
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DMachinePassRegistry.def109 MACHINE_FUNCTION_ANALYSIS("slot-indexes", SlotIndexesAnalysis())
148 MACHINE_FUNCTION_PASS("print<slot-indexes>", SlotIndexesPrinterPass(dbgs()))
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dadv748x.txt56 - data-lanes: an array of physical data lane indexes
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp496 SmallVector<size_t, 0> indexes; in computeInputSections() local
500 llvm::sort(MutableArrayRef<size_t>(indexes).slice(begin, end - begin)); in computeInputSections()
502 ret[i] = sections[indexes[i]]; in computeInputSections()
562 indexes.push_back(i); in computeInputSections()
/freebsd/contrib/file/magic/Magdir/
H A Dmaple49 # they are compiled indexes for maple files
/freebsd/sys/contrib/device-tree/Bindings/bus/
H A Dimx-weim.txt59 child node. We get the CS indexes from the address
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVRegisterInfo.td394 // Collect the valid indexes into 'R' under NF and LMUL values from TUPLE_INDEX.
396 // For example, when LMUL = 4, the potential valid indexes is
397 // [8, 12, 16, 20, 24, 28, 4]. However, not all these indexes are valid under

123