| /freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_aic.c | 337 int16_t start_idx, end_idx; in ar9300_aic_cal_post_process() local 344 end_idx = ar9300_aic_find_valid(cal_sram, 1, i); in ar9300_aic_cal_post_process() 349 start_idx = end_idx; in ar9300_aic_cal_post_process() 350 end_idx = ar9300_aic_find_valid(cal_sram, 1, start_idx); in ar9300_aic_cal_post_process() 352 if (end_idx < 0) { in ar9300_aic_cal_post_process() 361 aic_sram[end_idx].dir_path_gain_lin) * in ar9300_aic_cal_post_process() 362 (start_idx - i) + ((end_idx - i) >> 1)) / in ar9300_aic_cal_post_process() 363 (end_idx - i) + in ar9300_aic_cal_post_process() 367 aic_sram[end_idx].quad_path_gain_lin) * in ar9300_aic_cal_post_process() 368 (start_idx - i) + ((end_idx - i) >> 1)) / in ar9300_aic_cal_post_process() [all …]
|
| /freebsd-10-stable/sys/dev/qlxgbe/ |
| D | ql_misc.c | 1123 qla_tmplt_execute(qla_host_t *ha, uint8_t *buf, int start_idx, int *end_idx, in qla_tmplt_execute() argument 1178 *end_idx = i; in qla_tmplt_execute() 1187 *end_idx = i; in qla_tmplt_execute() 1284 uint32_t index = 0, end_idx; in qla_ld_fw_init() local 1303 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) { in qla_ld_fw_init() 1308 index = end_idx; in qla_ld_fw_init() 1313 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) { in qla_ld_fw_init() 1331 index = end_idx; in qla_ld_fw_init() 1335 if (qla_tmplt_execute(ha, buf, index , &end_idx, hdr->nentries)) { in qla_ld_fw_init() 1347 uint32_t index = 0, end_idx; in ql_stop_sequence() local [all …]
|
| D | ql_hw.h | 471 uint8_t end_idx; member
|
| D | ql_hw.c | 1714 c_rss_ind->end_idx = start_idx + count - 1; in qla_set_rss_ind_table()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | StackFrameList.cpp | 254 StackFrameList::GetFramesUpTo(uint32_t end_idx) in GetFramesUpTo() argument 261 if (m_frames.size() > end_idx || GetAllFramesFetched()) in GetFramesUpTo() 277 if (end_idx > 0 && end_idx != UINT32_MAX) in GetFramesUpTo() 282 if (end_idx > 0) in GetFramesUpTo() 283 end_idx += inlined_depth; in GetFramesUpTo() 377 } while (m_frames.size() - 1 < end_idx); in GetFramesUpTo() 452 if (end_idx < m_concrete_frames_fetched) in GetFramesUpTo() 457 uint32_t num_frames = unwinder->GetFramesUpTo(end_idx); in GetFramesUpTo() 458 if (num_frames <= end_idx + 1) in GetFramesUpTo()
|
| /freebsd-10-stable/sys/dev/mps/ |
| D | mps_mapping.c | 245 _mapping_get_ir_maprange(struct mps_softc *sc, u32 *start_idx, u32 *end_idx) in _mapping_get_ir_maprange() argument 258 *end_idx = *start_idx + sc->max_volumes - 1; in _mapping_get_ir_maprange() 349 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; in _mapping_get_high_missing_mt_idx() local 356 end_idx = sc->max_devices; in _mapping_get_high_missing_mt_idx() 364 end_idx = start_idx_ir; in _mapping_get_high_missing_mt_idx() 367 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx() 386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 389 _mapping_get_ir_maprange(sc, &start_idx, &end_idx); in _mapping_get_ir_mt_idx_from_wwid() 391 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid() 429 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local [all …]
|
| D | mps_sas_lsi.c | 1243 u32 start_idx, end_idx; in mpssas_ir_shutdown() local 1267 end_idx = start_idx + sc->max_volumes - 1; in mpssas_ir_shutdown() 1269 for (id = start_idx; id < end_idx; id++) { in mpssas_ir_shutdown()
|
| /freebsd-10-stable/sys/dev/mpr/ |
| D | mpr_mapping.c | 245 _mapping_get_ir_maprange(struct mpr_softc *sc, u32 *start_idx, u32 *end_idx) in _mapping_get_ir_maprange() argument 258 *end_idx = *start_idx + sc->max_volumes - 1; in _mapping_get_ir_maprange() 349 u32 start_idx, end_idx, start_idx_ir, end_idx_ir; in _mapping_get_high_missing_mt_idx() local 356 end_idx = sc->max_devices; in _mapping_get_high_missing_mt_idx() 364 end_idx = start_idx_ir; in _mapping_get_high_missing_mt_idx() 367 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx() 386 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local 389 _mapping_get_ir_maprange(sc, &start_idx, &end_idx); in _mapping_get_ir_mt_idx_from_wwid() 391 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid() 429 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_handle() local [all …]
|
| D | mpr_sas_lsi.c | 1562 u32 start_idx, end_idx; in mprsas_ir_shutdown() local 1586 end_idx = start_idx + sc->max_volumes - 1; in mprsas_ir_shutdown() 1588 for (id = start_idx; id < end_idx; id++) { in mprsas_ir_shutdown()
|
| /freebsd-10-stable/contrib/libgnuregex/ |
| D | regex_internal.c | 211 int byte_idx, end_idx, remain_len; in build_wcs_buffer() local 216 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len; in build_wcs_buffer() 217 for (byte_idx = pstr->valid_len; byte_idx < end_idx;) in build_wcs_buffer() 222 remain_len = end_idx - byte_idx; in build_wcs_buffer() 274 int src_idx, byte_idx, end_idx, remain_len; in build_wcs_upper_buffer() local 284 end_idx = (pstr->bufs_len > pstr->len) ? pstr->len : pstr->bufs_len; in build_wcs_upper_buffer() 290 while (byte_idx < end_idx) in build_wcs_upper_buffer() 307 remain_len = end_idx - byte_idx; in build_wcs_upper_buffer() 361 for (src_idx = pstr->valid_raw_len; byte_idx < end_idx;) in build_wcs_upper_buffer() 366 remain_len = end_idx - byte_idx; in build_wcs_upper_buffer() [all …]
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | Unwind.h | 56 GetFramesUpTo (uint32_t end_idx) in GetFramesUpTo() argument 62 for (idx = 0; idx < end_idx; idx++) in GetFramesUpTo()
|
| D | StackFrameList.h | 106 GetFramesUpTo (uint32_t end_idx);
|
| /freebsd-10-stable/sys/xen/ |
| D | gnttab.c | 503 gnttab_map(unsigned int start_idx, unsigned int end_idx) in gnttab_map() argument 508 unsigned int nr_gframes = end_idx + 1; in gnttab_map() 571 gnttab_map(unsigned int start_idx, unsigned int end_idx) in gnttab_map() argument 574 unsigned int i = end_idx; in gnttab_map() 597 for (i = start_idx; i <= end_idx; i++) { in gnttab_map()
|
| /freebsd-10-stable/sys/i386/xen/ |
| D | xen_machdep.c | 544 unsigned long start_off, end_off, curr_idx, end_idx; 548 end_idx = (first_page + nr_pages) / BITS_PER_LONG; 551 if (curr_idx == end_idx) { 556 while ( ++curr_idx < end_idx ) 565 unsigned long start_off, end_off, curr_idx, end_idx; 569 end_idx = (first_page + nr_pages) / BITS_PER_LONG; 572 if (curr_idx == end_idx) { 577 while ( ++curr_idx != end_idx )
|
| /freebsd-10-stable/sys/dev/bwi/ |
| D | if_bwi.c | 2617 bwi_rxeof(struct bwi_softc *sc, int end_idx) in bwi_rxeof() argument 2626 while (idx != end_idx) { in bwi_rxeof() 2719 int end_idx, rx_data; in bwi_rxeof32() local 2724 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) / in bwi_rxeof32() 2727 rx_data = bwi_rxeof(sc, end_idx); in bwi_rxeof32() 2730 end_idx * sizeof(struct bwi_desc32)); in bwi_rxeof32() 3310 int end_idx; in bwi_txeof_status32() local 3315 end_idx = __SHIFTOUT(val, BWI_RX32_STATUS_INDEX_MASK) / in bwi_txeof_status32() 3318 bwi_txeof_status(sc, end_idx); in bwi_txeof_status32() 3321 end_idx * sizeof(struct bwi_desc32)); in bwi_txeof_status32() [all …]
|