Searched refs:start_idx (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBCompileUnit.i71 FindLineEntryIndex (uint32_t start_idx,
76 FindLineEntryIndex (uint32_t start_idx,
88 FindSupportFileIndex (uint32_t start_idx, const SBFileSpec &sb_file, bool full);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_aic.c337 int16_t start_idx, end_idx; local
343 start_idx = ar9300_aic_find_valid(cal_sram, 0, i);
346 if (start_idx < 0)
349 start_idx = end_idx;
350 end_idx = ar9300_aic_find_valid(cal_sram, 1, start_idx);
354 "(AIC) Error (1): i = %d, start_idx = %d \n",
355 i, start_idx);
360 ((aic_sram[start_idx].dir_path_gain_lin -
362 (start_idx - i) + ((end_idx - i) >> 1)) /
364 aic_sram[start_idx]
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h37 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
40 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
48 uint32_t FindSupportFileIndex(uint32_t start_idx, const SBFileSpec &sb_file,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp86 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
89 (uint32_t, uint32_t, lldb::SBFileSpec *), start_idx,
93 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact);
96 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
101 start_idx, line, inline_file_spec, exact);
112 start_idx, line, inline_file_spec ? inline_file_spec->get() : nullptr,
166 uint32_t SBCompileUnit::FindSupportFileIndex(uint32_t start_idx, argument
170 (uint32_t, const lldb::SBFileSpec &, bool), start_idx,
175 return support_files.FindFileIndex(start_idx, sb_file.ref(), full);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h43 void Dump(Stream &stream, size_t start_idx = 0,
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_mapping.c235 * @start_idx: place holder for start index
245 _mapping_get_ir_maprange(struct mpr_softc *sc, u32 *start_idx, u32 *end_idx) argument
253 *start_idx = 0;
255 *start_idx = 1;
257 *start_idx = sc->max_devices - sc->max_volumes;
258 *end_idx = *start_idx + sc->max_volumes - 1;
349 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; local
353 start_idx = 0;
358 start_idx = 1;
361 if (start_idx
386 u32 start_idx, end_idx, map_idx; local
429 u32 start_idx, end_idx, map_idx; local
475 u32 start_idx, end_idx, map_idx; local
515 _mapping_get_free_mt_idx(struct mpr_softc *sc, u32 start_idx) argument
925 u32 start_idx = MPR_MAPTABLE_BAD_IDX; local
1475 u32 start_idx = et_entry->start_index; local
2218 u32 map_idx, dev_idx, start_idx, end_idx; local
2411 u32 start_idx = 0, end_idx = 0; local
2711 u32 start_idx, end_idx, map_idx; local
[all...]
H A Dmpr_sas_lsi.c1597 u32 start_idx, end_idx; local
1616 start_idx = 0;
1618 start_idx = 1;
1620 start_idx = sc->max_devices - sc->max_volumes;
1621 end_idx = start_idx + sc->max_volumes - 1;
1623 for (id = start_idx; id < end_idx; id++) {
/freebsd-11-stable/sys/dev/mps/
H A Dmps_mapping.c235 * @start_idx: place holder for start index
245 _mapping_get_ir_maprange(struct mps_softc *sc, u32 *start_idx, u32 *end_idx) argument
253 *start_idx = 0;
255 *start_idx = 1;
257 *start_idx = sc->max_devices - sc->max_volumes;
258 *end_idx = *start_idx + sc->max_volumes - 1;
349 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; local
353 start_idx = 0;
358 start_idx = 1;
361 if (start_idx
386 u32 start_idx, end_idx, map_idx; local
429 u32 start_idx, end_idx, map_idx; local
475 u32 start_idx, end_idx, map_idx; local
516 _mapping_get_free_mt_idx(struct mps_softc *sc, u32 start_idx) argument
886 u32 start_idx = MPS_MAPTABLE_BAD_IDX; local
1285 u32 start_idx = et_entry->start_index; local
1769 u32 map_idx, dev_idx, start_idx, end_idx; local
1948 u32 start_idx = 0, end_idx = 0; local
2246 u32 start_idx, end_idx, map_idx; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp98 void CommandHistory::Dump(Stream &stream, size_t start_idx, argument
102 for (size_t counter = start_idx; counter < stop_idx; counter++) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp57 // starting "start_idx" entries into the file spec list.
61 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, argument
69 for (size_t idx = start_idx; idx < num_files; ++idx) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h56 Visibility symbol_visibility, uint32_t &start_idx);
65 uint32_t start_idx = 0,
69 std::vector<uint32_t> &indexes, uint32_t start_idx = 0,
75 uint32_t start_idx = 0,
H A DLineTable.h119 /// line number \a line starting at the \a start_idx entries into the line
122 /// \param[in] start_idx
149 uint32_t FindLineEntryIndexByFileIndex(uint32_t start_idx, uint32_t file_idx,
154 uint32_t start_idx, const std::vector<uint32_t> &file_indexes,
H A DCompileUnit.h188 /// Finds the first line entry that has an index greater than \a start_idx
195 /// file and line by starting with \a start_idx equal to zero, and calling
198 /// \param[in] start_idx
221 uint32_t FindLineEntry(uint32_t start_idx, uint32_t line,
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_lan_hmc.h158 u32 start_idx; member in struct:i40e_hmc_lan_create_obj_info
167 u32 start_idx; member in struct:i40e_hmc_lan_delete_obj_info
H A Di40e_lan_hmc.c342 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
348 if ((info->start_idx + info->count) >
358 info->start_idx, info->count,
367 info->start_idx, info->count, &pd_idx,
484 info.start_idx = 0;
594 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
601 if ((info->start_idx + info->count) >
610 info->start_idx, info->count, &pd_idx,
633 info->start_idx, info->count,
677 info.start_idx
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp125 std::pair<bool, uint64_t> start_idx(
136 if (start_idx.first && start_idx.second == UINT64_MAX) {
138 start_idx.second = history.GetSize() - count.second;
141 start_idx.second = stop_idx.second;
144 start_idx.second = 0;
148 if (!start_idx.first && !stop_idx.first && !count.first) {
149 start_idx.second = 0;
151 } else if (start_idx.first) {
153 stop_idx.second = start_idx
[all...]
H A DCommandObjectSource.cpp225 uint32_t start_idx = 0; local
226 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec,
228 if (start_idx == UINT32_MAX)
257 start_idx++;
258 start_idx = cu->FindLineEntry(start_idx, line, &cu_file_spec,
260 } while (start_idx != UINT32_MAX);
262 // Try the next higher line, starting over at start_idx 0.
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c528 int j, k, ret = 0, start_idx, npages = 0; local
563 start_idx = (user_virt - ib_umem_start(umem)) >> PAGE_SHIFT;
564 k = start_idx;
609 if (npages < 0 && k == start_idx)
612 ret = k - start_idx;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp442 uint32_t start_idx,
450 for (uint32_t i = start_idx; i < count; ++i) {
460 std::vector<uint32_t> &indexes, uint32_t start_idx,
468 for (uint32_t i = start_idx; i < count; ++i) {
482 uint32_t start_idx,
490 for (uint32_t i = start_idx; i < count; ++i) {
722 uint32_t &start_idx) {
726 for (size_t idx = start_idx; idx < count; ++idx) {
730 start_idx = idx;
440 AppendSymbolIndexesWithType(SymbolType symbol_type, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
458 AppendSymbolIndexesWithTypeAndFlagsValue( SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
478 AppendSymbolIndexesWithType(SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
719 FindSymbolWithType(SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx) argument
H A DLineTable.cpp286 uint32_t start_idx, const std::vector<uint32_t> &file_indexes,
292 for (size_t idx = start_idx; idx < count; ++idx) {
329 uint32_t LineTable::FindLineEntryIndexByFileIndex(uint32_t start_idx, argument
336 for (size_t idx = start_idx; idx < count; ++idx) {
285 FindLineEntryIndexByFileIndex( uint32_t start_idx, const std::vector<uint32_t> &file_indexes, uint32_t line, bool exact, LineEntry *line_entry_ptr) argument
H A DCompileUnit.cpp219 uint32_t CompileUnit::FindLineEntry(uint32_t start_idx, uint32_t line, argument
231 start_idx, file_indexes, line, exact, line_entry_ptr);
/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c511 gnttab_map(unsigned int start_idx, unsigned int end_idx) argument
527 } while (i-- > start_idx);
537 for (i = start_idx; i <= end_idx; i++) {
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h118 uint32_t start_idx = 0);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h142 uint32_t start_idx = 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DNativeRegisterContext.cpp55 uint32_t start_idx) {
60 for (uint32_t reg = start_idx; reg < num_registers; ++reg) {
54 GetRegisterInfoByName(llvm::StringRef reg_name, uint32_t start_idx) argument

Completed in 170 milliseconds

12