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

/freebsd-current/sys/contrib/openzfs/module/unicode/
H A Du8_textprep.c471 size_t end_id; local
519 end_id = u8_toupper_b4_tbl[uv][b3_tbl][b4 + 1];
522 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX)
527 for (i = 0; start_id < end_id; start_id++)
535 end_id = u8_tolower_b4_tbl[uv][b3_tbl][b4 + 1];
537 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX)
542 for (i = 0; start_id < end_id; start_id++)
755 size_t end_id; local
979 size_t end_id; local
[all...]
/freebsd-current/sys/amd64/vmm/amd/
H A Divrs_drv.c181 uint32_t end_id, uint8_t cfg, bool ats)
199 dev_cfg->end_id = end_id;
180 ivhd_dev_add_entry(struct amdvi_softc *softc, uint32_t start_id, uint32_t end_id, uint8_t cfg, bool ats) argument
H A Damdvi_priv.h347 uint32_t end_id; member in struct:ivhd_dev_cfg
H A Damdvi_hw.c187 if ((cfg->start_id <= devid) && (cfg->end_id >= devid)) {
811 "config:%b%s\n", cfg->start_id, cfg->end_id,
1207 (devid <= softc->dev_cfg[j].end_id))

Completed in 82 milliseconds