| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Symtab.cpp | 171 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 D | bn_ctx.c | 49 unsigned int *indexes; member 100 while (bnidx++ < stack->indexes[fpidx]) in ctxdbg() 256 st->indexes = NULL; in BN_STACK_init() 262 OPENSSL_free(st->indexes); in BN_STACK_finish() 263 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 D | Symtab.h | 47 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 D | SymbolFileDWARFProperties.td | 4 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 D | InterferenceCache.h | 103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear() argument 107 Indexes = indexes; in clear() 169 SlotIndexes *indexes, LiveIntervals *lis,
|
| H A D | InterferenceCache.cpp | 51 SlotIndexes *indexes, in init() argument 59 E.clear(mf, indexes, lis); in init()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | MsvcStl.cpp | 116 std::vector<uint32_t> indexes; in IsMsvcStlStringType() local 118 indexes) > 0; in IsMsvcStlStringType()
|
| /freebsd/sys/contrib/device-tree/Bindings/media/ |
| H A D | qcom,camss.txt | 137 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 D | samsung-s5c73m3.txt | 50 and physical lane indexes in subsequent elements of the array should
|
| /freebsd/sys/contrib/zstd/lib/dictBuilder/ |
| H A D | divsufsort.h | 55 … char *T, unsigned char *U, int *A, int n, unsigned char * num_indexes, int * indexes, int openMP);
|
| H A D | divsufsort.c | 1751 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/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | RangeMap.h | 569 uint32_t FindEntryIndexesThatContain(B addr, std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain() argument 574 FindEntryIndexesThatContain(addr, 0, m_entries.size(), indexes); in FindEntryIndexesThatContain() 576 return indexes.size(); in FindEntryIndexesThatContain() 698 std::vector<uint32_t> &indexes) { in FindEntryIndexesThatContain() argument 709 FindEntryIndexesThatContain(addr, lo, mid, indexes); in FindEntryIndexesThatContain() 717 indexes.push_back(entry.data); in FindEntryIndexesThatContain() 721 FindEntryIndexesThatContain(addr, mid + 1, hi, indexes); in FindEntryIndexesThatContain()
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
| H A D | axp20x_adc.txt | 19 ADC channels and their indexes per variant:
|
| /freebsd/sys/contrib/device-tree/Bindings/power/ |
| H A D | xlnx,zynqmp-genpd.txt | 15 Power domain ID indexes are mentioned in
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBDataExtensions.i | 22 …ey = key * self.item_size # SBData uses byte-based indexes, but we want to use itemsize-based inde…
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | hisilicon,hi6210-i2s.txt | 20 - The dai cell indexes reference the following interfaces:
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsBPF.td | 68 llvm_vararg_ty], // indexes for getelementptr insn
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ |
| H A D | xlnx,zynqmp-clk.txt | 45 from firmware. Output clocks indexes are mentioned in
|
| /freebsd/usr.bin/tip/ |
| H A D | README | 30 recompiled, as indexes into the variable table are used to avoid
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | MachinePassRegistry.def | 87 MACHINE_FUNCTION_ANALYSIS("slot-indexes", SlotIndexesAnalysis()) 153 MACHINE_FUNCTION_PASS("print<slot-indexes>", SlotIndexesPrinterPass(errs()))
|
| /freebsd/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | adv748x.txt | 56 - data-lanes: an array of physical data lane indexes
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | maple | 49 # they are compiled indexes for maple files
|
| /freebsd/sys/contrib/device-tree/Bindings/bus/ |
| H A D | imx-weim.txt | 59 child node. We get the CS indexes from the address
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | LinkerScript.cpp | 540 SmallVector<size_t, 0> indexes; in computeInputSections() local 542 llvm::sort(MutableArrayRef<size_t>(indexes).slice(begin, end - begin)); in computeInputSections() 544 ret[i] = sections[indexes[i]]; in computeInputSections() 596 indexes.push_back(i); in computeInputSections()
|
| /freebsd/crypto/openssl/Configurations/ |
| H A D | README-design.md | 111 `DEPEND[cversion.o]` mentions an object file. DEPEND indexes is the 180 The indexes for `SOURCE` must only be end product files, such as 203 indexes:
|