Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/unicode/
H A Du8_textprep.c467 size_t start_id; in do_case_conv() local
519 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX) in do_case_conv()
524 for (i = 0; start_id < end_id; start_id++) in do_case_conv()
534 if (start_id >= end_id || (end_id - start_id) > U8_MB_CUR_MAX) in do_case_conv()
539 for (i = 0; start_id < end_id; start_id++) in do_case_conv()
932 start_id++; in do_decomp()
937 start_id++; in do_decomp()
945 start_id++; in do_decomp()
946 start_id += u8_decomp_final_tbl[uv][b3_base + start_id]; in do_decomp()
948 start_id++; in do_decomp()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/c6x/
H A Ddscr.txt68 start_id num_ids reg enable disable start_bit nbits
71 start_id is device id for the first device control in the range
85 start_id num_ids reg enable disable start_bit nbits
88 start_id is device id for the first device status in the range
/f-stack/freebsd/amd64/vmm/amd/
H A Divrs_drv.c177 ivhd_dev_add_entry(struct amdvi_softc *softc, uint32_t start_id, in ivhd_dev_add_entry() argument
187 dev_cfg->start_id = start_id; in ivhd_dev_add_entry()
H A Damdvi_priv.h345 uint32_t start_id; member
H A Damdvi_hw.c189 if ((cfg->start_id <= devid) && (cfg->end_id >= devid)) { in amdvi_dev_support_iotlb()
879 "config:%b%s\n", cfg->start_id, cfg->end_id, in amdvi_print_dev_cap()