Home
last modified time | relevance | path

Searched refs:cand_len (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/net/strparser/
H A Dstrparser.c96 size_t eaten = 0, cand_len; in __strp_recv() local
178 cand_len = orig_len - eaten; in __strp_recv()
221 stm->accum_len += cand_len; in __strp_recv()
222 eaten += cand_len; in __strp_recv()
253 extra = (ssize_t)(stm->accum_len + cand_len) - in __strp_recv()
272 stm->accum_len += cand_len; in __strp_recv()
273 eaten += cand_len; in __strp_recv()
276 STRP_STATS_ADD(strp->stats.bytes, cand_len); in __strp_recv()
280 stm->accum_len += cand_len; in __strp_recv()
281 eaten += cand_len; in __strp_recv()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp840 size_t cand_len = lpi_items_[cand_id].lma_len; in choose() local
842 assert(cand_len > 0); in choose()
855 size_t step_to = spl_start_[fixed_hzs_ + cand_len]; in choose()
873 spl_id_ + fixed_hzs_, cand_len); in choose()
888 lma_start_[fixed_lmas_ + 1] = lma_start_[fixed_lmas_] + cand_len; in choose()
890 fixed_hzs_ = fixed_hzs_ + cand_len; in choose()