Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/package/
H A Dpkg-generic.mk43 define step_end
216 @$(call step_end,download)
224 @$(call step_end,actual-download)
238 @$(call step_end,extract)
251 @$(call step_end,rsync)
283 @$(call step_end,patch)
306 @$(call step_end,configure)
315 @$(call step_end,build)
324 @$(call step_end,install-host)
387 @$(call step_end,install-staging)
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp916 size_t step_end = spl_start_[fixed_hzs_]; in cancel_last_choice() local
917 MatrixNode *end_node = matrix_[step_end].mtrx_nd_fixed; in cancel_last_choice()