Home
last modified time | relevance | path

Searched refs:cand_id (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Dpinyinime.h138 char16* im_get_candidate(size_t cand_id, char16* cand_str,
163 size_t im_choose(size_t cand_id);
H A Dmatrixsearch.h437 char16* get_candidate(size_t cand_id, char16 *cand_str, size_t max_len);
446 size_t choose(size_t cand_id);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Dpinyinime.h138 char16* im_get_candidate(size_t cand_id, char16* cand_str,
163 size_t im_choose(size_t cand_id);
H A Dmatrixsearch.h437 char16* get_candidate(size_t cand_id, char16 *cand_str, size_t max_len);
446 size_t choose(size_t cand_id);
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf.c3563 __u32 cand_id; in btf_dedup_prim_type() local
3584 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3585 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3587 new_id = cand_id; in btf_dedup_prim_type()
3596 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
3597 cand = btf_type_by_id(d->btf, cand_id); in btf_dedup_prim_type()
3599 new_id = cand_id; in btf_dedup_prim_type()
3607 new_id = cand_id; in btf_dedup_prim_type()
3611 d->map[cand_id] = type_id; in btf_dedup_prim_type()
3619 cand_id = (__u32)(long)hash_entry->value; in btf_dedup_prim_type()
[all …]
H A Dlibbpf.c5735 __u32 local_id, cand_id; in bpf_core_apply_relo() local
5798 cand_id = cand_ids->data[i]; in bpf_core_apply_relo()
5799 err = bpf_core_spec_match(&local_spec, targ_btf, cand_id, &cand_spec); in bpf_core_apply_relo()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dpinyinime.cpp116 char16* im_get_candidate(size_t cand_id, char16* cand_str, in im_get_candidate() argument
121 return matrix_search->get_candidate(cand_id, cand_str, max_len); in im_get_candidate()
H A Dmatrixsearch.cpp627 char16* MatrixSearch::get_candidate(size_t cand_id, char16 *cand_str, in get_candidate() argument
632 if (0 == cand_id) { in get_candidate()
635 cand_id--; in get_candidate()
645 LemmaIdType id = lpi_items_[cand_id].id; in get_candidate()
648 uint16 s_len = lpi_items_[cand_id].lma_len; in get_candidate()
653 s[0] = lpi_items_[cand_id].hanzi; in get_candidate()
797 size_t MatrixSearch::choose(size_t cand_id) { in choose() argument
801 if (0 == cand_id) { in choose()
833 cand_id--; in choose()
838 LemmaIdType id_chosen = lpi_items_[cand_id].id; in choose()
[all …]