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

123

/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectSession.cpp142 std::pair<bool, uint64_t> start_idx(
153 if (start_idx.first && start_idx.second == UINT64_MAX) {
155 start_idx.second = history.GetSize() - count.second;
158 start_idx.second = stop_idx.second;
161 start_idx.second = 0;
165 if (!start_idx.first && !stop_idx.first && !count.first) {
166 start_idx.second = 0;
168 } else if (start_idx.first) {
170 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-current/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-current/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCompileUnit.h40 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
43 uint32_t FindLineEntryIndex(uint32_t start_idx, uint32_t line,
51 uint32_t FindSupportFileIndex(uint32_t start_idx, const SBFileSpec &sb_file,
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBCompileUnit.cpp94 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
96 LLDB_INSTRUMENT_VA(this, start_idx, line, inline_file_spec);
99 return FindLineEntryIndex(start_idx, line, inline_file_spec, exact);
102 uint32_t SBCompileUnit::FindLineEntryIndex(uint32_t start_idx, uint32_t line, argument
105 LLDB_INSTRUMENT_VA(this, start_idx, line, inline_file_spec, exact);
117 start_idx, line, inline_file_spec ? inline_file_spec->get() : nullptr,
168 uint32_t SBCompileUnit::FindSupportFileIndex(uint32_t start_idx, argument
171 LLDB_INSTRUMENT_VA(this, start_idx, sb_file, full);
175 return support_files.FindFileIndex(start_idx, sb_file.ref(), full);
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DFileSpecList.cpp67 // starting "start_idx" entries into the file spec list.
71 static size_t FindFileIndex(size_t start_idx, const FileSpec &file_spec, argument
78 for (size_t idx = start_idx; idx < num_files; ++idx) {
95 size_t FileSpecList::FindFileIndex(size_t start_idx, const FileSpec &file_spec, argument
98 start_idx, file_spec, full, m_files.size(),
102 size_t SupportFileList::FindFileIndex(size_t start_idx,
105 return ::FindFileIndex(start_idx, file_spec, full, m_files.size(),
111 size_t SupportFileList::FindCompatibleIndex(size_t start_idx,
114 if (start_idx >= num_files)
123 for (size_t idx = start_idx; id
[all...]
H A DLog.cpp433 const size_t start_idx = GetFirstMessageIndex(); local
434 const size_t stop_idx = start_idx + GetNumMessages();
435 for (size_t i = start_idx; i < stop_idx; ++i) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandHistory.h44 void Dump(Stream &stream, size_t start_idx = 0,
/freebsd-current/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
885 u32 start_idx = MPS_MAPTABLE_BAD_IDX; local
1282 u32 start_idx = et_entry->start_index; local
1766 u32 map_idx, dev_idx, start_idx, end_idx; local
1943 u32 start_idx = 0, end_idx = 0; local
2240 u32 start_idx, end_idx, map_idx; local
[all...]
H A Dmps_sas_lsi.c1230 u32 start_idx, end_idx; local
1249 start_idx = 0;
1251 start_idx = 1;
1253 start_idx = sc->max_devices - sc->max_volumes;
1254 end_idx = start_idx + sc->max_volumes - 1;
1256 for (id = start_idx; id < end_idx; id++) {
/freebsd-current/sys/dev/mpr/
H A Dmpr_mapping.c234 * @start_idx: place holder for start index
244 _mapping_get_ir_maprange(struct mpr_softc *sc, u32 *start_idx, u32 *end_idx) argument
252 *start_idx = 0;
254 *start_idx = 1;
256 *start_idx = sc->max_devices - sc->max_volumes;
257 *end_idx = *start_idx + sc->max_volumes - 1;
348 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; local
352 start_idx = 0;
357 start_idx = 1;
360 if (start_idx
385 u32 start_idx, end_idx, map_idx; local
428 u32 start_idx, end_idx, map_idx; local
474 u32 start_idx, end_idx, map_idx; local
514 _mapping_get_free_mt_idx(struct mpr_softc *sc, u32 start_idx) argument
923 u32 start_idx = MPR_MAPTABLE_BAD_IDX; local
1472 u32 start_idx = et_entry->start_index; local
2215 u32 map_idx, dev_idx, start_idx, end_idx; local
2412 u32 start_idx = 0, end_idx = 0; local
2710 u32 start_idx, end_idx, map_idx; local
[all...]
/freebsd-current/sys/dev/irdma/
H A Dirdma_hmc.c240 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt)
243 if ((info->start_idx + info->count) >
274 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt)
277 if ((info->start_idx + info->count) >
281 info->rsrc_type, info->start_idx, info->count,
287 info->start_idx, info->count, &sd_idx,
295 info->start_idx, info->count, &pd_idx,
422 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
424 "error start_idx[%04d] >= [type %04d].cnt[%04d]\n",
425 info->start_idx, inf
[all...]
H A Dirdma_hmc.h159 u32 start_idx; member in struct:irdma_hmc_create_obj_info
170 u32 start_idx; member in struct:irdma_hmc_del_obj_info
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandHistory.cpp95 void CommandHistory::Dump(Stream &stream, size_t start_idx, argument
99 for (size_t counter = start_idx; counter < stop_idx; counter++) {
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineTable.h129 /// line number \a line starting at the \a start_idx entries into the line
132 /// \param[in] start_idx
156 FindLineEntryIndexByFileIndex(uint32_t start_idx, uint32_t file_idx,
161 uint32_t start_idx, const std::vector<uint32_t> &file_idx,
344 uint32_t start_idx, T file_idx,
358 for (size_t idx = start_idx; idx < count; ++idx) {
343 FindLineEntryIndexByFileIndexImpl( uint32_t start_idx, T file_idx, const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr, std::function<bool(T, uint16_t)> file_idx_matcher) argument
H A DSymtab.h57 Visibility symbol_visibility, uint32_t &start_idx);
66 uint32_t start_idx = 0,
70 std::vector<uint32_t> &indexes, uint32_t start_idx = 0,
76 uint32_t start_idx = 0,
H A DCompileUnit.h192 /// Finds the first line entry that has an index greater than \a start_idx
199 /// file and line by starting with \a start_idx equal to zero, and calling
202 /// \param[in] start_idx
225 uint32_t FindLineEntry(uint32_t start_idx, uint32_t line,
/freebsd-current/sys/dev/ixl/
H A Di40e_lan_hmc.h157 u32 start_idx; member in struct:i40e_hmc_lan_create_obj_info
166 u32 start_idx; member in struct:i40e_hmc_lan_delete_obj_info
H A Di40e_lan_hmc.c341 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
347 if ((info->start_idx + info->count) >
357 info->start_idx, info->count,
366 info->start_idx, info->count, &pd_idx,
483 info.start_idx = 0;
593 if (info->start_idx >= info->hmc_info->hmc_obj[info->rsrc_type].cnt) {
600 if ((info->start_idx + info->count) >
609 info->start_idx, info->count, &pd_idx,
632 info->start_idx, info->count,
676 info.start_idx
[all...]
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_umem_odp.c526 int j, k, ret = 0, start_idx, npages = 0; local
561 start_idx = (user_virt - ib_umem_start(umem)) >> PAGE_SHIFT;
562 k = start_idx;
607 if (npages < 0 && k == start_idx)
610 ret = k - start_idx;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp489 uint32_t start_idx,
497 for (uint32_t i = start_idx; i < count; ++i) {
507 std::vector<uint32_t> &indexes, uint32_t start_idx,
515 for (uint32_t i = start_idx; i < count; ++i) {
529 uint32_t start_idx,
537 for (uint32_t i = start_idx; i < count; ++i) {
796 uint32_t &start_idx) {
800 for (size_t idx = start_idx; idx < count; ++idx) {
804 start_idx = idx;
487 AppendSymbolIndexesWithType(SymbolType symbol_type, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
505 AppendSymbolIndexesWithTypeAndFlagsValue( SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t> &indexes, uint32_t start_idx, uint32_t end_index) const argument
525 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
793 FindSymbolWithType(SymbolType symbol_type, Debug symbol_debug_type, Visibility symbol_visibility, uint32_t &start_idx) argument
H A DLineTable.cpp306 uint32_t start_idx, uint32_t file_idx,
313 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher);
317 uint32_t start_idx, const std::vector<uint32_t> &file_idx,
325 start_idx, file_idx, src_location_spec, line_entry_ptr, file_idx_matcher);
305 FindLineEntryIndexByFileIndex( uint32_t start_idx, uint32_t file_idx, const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) argument
316 FindLineEntryIndexByFileIndex( uint32_t start_idx, const std::vector<uint32_t> &file_idx, const SourceLocationSpec &src_location_spec, LineEntry *line_entry_ptr) argument
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeRegisterContext.h127 uint32_t start_idx = 0);
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContext.h146 uint32_t start_idx = 0);
/freebsd-current/sys/contrib/dev/rtw89/
H A Dpci.c1404 [RTW89_TXCH_ACH0] = {.start_idx = 0, .max_num = 5, .min_num = 2},
1405 [RTW89_TXCH_ACH1] = {.start_idx = 5, .max_num = 5, .min_num = 2},
1406 [RTW89_TXCH_ACH2] = {.start_idx = 10, .max_num = 5, .min_num = 2},
1407 [RTW89_TXCH_ACH3] = {.start_idx = 15, .max_num = 5, .min_num = 2},
1408 [RTW89_TXCH_ACH4] = {.start_idx = 20, .max_num = 5, .min_num = 2},
1409 [RTW89_TXCH_ACH5] = {.start_idx = 25, .max_num = 5, .min_num = 2},
1410 [RTW89_TXCH_ACH6] = {.start_idx = 30, .max_num = 5, .min_num = 2},
1411 [RTW89_TXCH_ACH7] = {.start_idx = 35, .max_num = 5, .min_num = 2},
1412 [RTW89_TXCH_CH8] = {.start_idx = 40, .max_num = 5, .min_num = 1},
1413 [RTW89_TXCH_CH9] = {.start_idx
[all...]

Completed in 404 milliseconds

123