Home
last modified time | relevance | path

Searched refs:end_id (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/common/unicode/
H A Du8_textprep.c474 size_t end_id; in do_case_conv() local
522 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()
525 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX) in do_case_conv()
530 for (i = 0; start_id < end_id; start_id++) in do_case_conv()
538 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1]; in do_case_conv()
540 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX) in do_case_conv()
545 for (i = 0; start_id < end_id; start_id++) in do_case_conv()
758 size_t end_id; in do_decomp() local
872 end_id = u8_decomp_b4_16bit_tbl[uv][b3_tbl][b4 + 1]; in do_decomp()
875 end_id = u8_decomp_b4_tbl[uv][b3_tbl][b4 + 1]; in do_decomp()
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/amd/
H A Divrs_drv.c179 uint32_t end_id, uint8_t cfg, bool ats) in ivhd_dev_add_entry() argument
197 dev_cfg->end_id = end_id; in ivhd_dev_add_entry()
H A Damdvi_hw.c184 if ((cfg->start_id <= devid) && (cfg->end_id >= devid)) { in amdvi_dev_support_iotlb()
808 "config:%b%s\n", cfg->start_id, cfg->end_id, in amdvi_print_dev_cap()
1204 (devid <= softc->dev_cfg[j].end_id)) in amdvi_find_iommu()
H A Damdvi_priv.h347 uint32_t end_id; member