Home
last modified time | relevance | path

Searched refs:map_idx (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/mpr/
HDmpr_mapping.c328 u32 map_idx, high_idx = MPR_ENCTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local
348 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx()
351 high_idx = map_idx; in _mapping_get_high_missing_mt_idx()
367 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local
372 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid()
374 return map_idx; in _mapping_get_ir_mt_idx_from_wwid()
389 u32 map_idx; in _mapping_get_mt_idx_from_id() local
392 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id()
393 mt_entry = &sc->mapping_table[map_idx]; in _mapping_get_mt_idx_from_id()
395 return map_idx; in _mapping_get_mt_idx_from_id()
[all …]
/NextBSD/sys/dev/mps/
HDmps_mapping.c328 u32 map_idx, high_idx = MPS_ENCTABLE_BAD_IDX; in _mapping_get_high_missing_mt_idx() local
348 for (map_idx = start_idx; map_idx < end_idx; map_idx++, mt_entry++) { in _mapping_get_high_missing_mt_idx()
351 high_idx = map_idx; in _mapping_get_high_missing_mt_idx()
367 u32 start_idx, end_idx, map_idx; in _mapping_get_ir_mt_idx_from_wwid() local
372 for (map_idx = start_idx; map_idx <= end_idx; map_idx++, mt_entry++) in _mapping_get_ir_mt_idx_from_wwid()
374 return map_idx; in _mapping_get_ir_mt_idx_from_wwid()
389 u32 map_idx; in _mapping_get_mt_idx_from_id() local
392 for (map_idx = 0; map_idx < sc->max_devices; map_idx++) { in _mapping_get_mt_idx_from_id()
393 mt_entry = &sc->mapping_table[map_idx]; in _mapping_get_mt_idx_from_id()
395 return map_idx; in _mapping_get_mt_idx_from_id()
[all …]
/NextBSD/usr.bin/vtfontcvt/
HDvtfontcvt.c110 add_mapping(struct glyph *gl, unsigned int c, unsigned int map_idx) in add_mapping() argument
122 ml = &maps[map_idx]; in add_mapping()
128 map_count[map_idx]++; in add_mapping()
135 dedup_mapping(unsigned int map_idx) in dedup_mapping() argument
138 unsigned normal_map_idx = map_idx - VFNT_MAP_BOLD; in dedup_mapping()
140 assert(map_idx == VFNT_MAP_BOLD || map_idx == VFNT_MAP_BOLD_RH); in dedup_mapping()
142 TAILQ_FOREACH_SAFE(mp_bold, &maps[map_idx], m_list, mp_temp) { in dedup_mapping()
152 TAILQ_REMOVE(&maps[map_idx], mp_bold, m_list); in dedup_mapping()
160 add_glyph(const uint8_t *bytes, unsigned int map_idx, int fallback) in add_glyph() argument
166 glyph_count[map_idx]++; in add_glyph()
[all …]
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/scripts/
HDsancov.py156 map_idx = bisect.bisect(mem_map_keys, pc) - 1
157 (start, end, base, module_path) = mem_map[map_idx]
162 mem_map_pcs[map_idx].append(pc - base)
/NextBSD/contrib/binutils/bfd/
HDlibieee.h87 unsigned int map_idx; member