Searched refs:PoolPosType (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/ |
| H A D | matrixsearch.h | 35 PoolPosType dmi_fr; 62 PoolPosType dmi_fr; 68 PoolPosType mtrx_nd_pos; 70 PoolPosType dmi_pos; 195 PoolPosType mtrx_nd_pool_used_; // How many nodes used in the pool 197 PoolPosType dmi_pool_used_; // How many items used in the pool 329 size_t lpi_num, PoolPosType dmi_fr, size_t res_row); 334 PoolPosType match_dmi(size_t step_to, uint16 spl_ids[], uint16 spl_id_num); 350 PoolPosType dmi_fr, 372 void debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level);
|
| H A D | searchutility.h | 26 typedef uint16 PoolPosType; typedef
|
| /OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/ |
| H A D | matrixsearch.h | 35 PoolPosType dmi_fr; 62 PoolPosType dmi_fr; 68 PoolPosType mtrx_nd_pos; 70 PoolPosType dmi_pos; 195 PoolPosType mtrx_nd_pool_used_; // How many nodes used in the pool 197 PoolPosType dmi_pool_used_; // How many items used in the pool 329 size_t lpi_num, PoolPosType dmi_fr, size_t res_row); 334 PoolPosType match_dmi(size_t step_to, uint16 spl_ids[], uint16 spl_id_num); 350 PoolPosType dmi_fr, 372 void debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level);
|
| H A D | searchutility.h | 26 typedef uint16 PoolPosType; typedef
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/ |
| H A D | matrixsearch.cpp | 246 node->dmi_fr = (PoolPosType)-1; in reset_search0() 494 for (PoolPosType pos = 0; pos < dmi_pool_used_; pos++) { in search() 711 void MatrixSearch::debug_print_dmi(PoolPosType dmi_pos, uint16 nest_level) { in debug_print_dmi() 872 PoolPosType step_to_dmi_fr = match_dmi(step_to, in choose() 973 PoolPosType dmi_fr, uint16 spl_id, in fill_dmi() 1044 for (PoolPosType dmi_pos = matrix_[oldrow].dmi_pos; in add_char_qwerty() 1089 if ((PoolPosType)-1 == d->dmi_fr) in add_char_qwerty() 1132 for (PoolPosType mtrx_nd_pos = matrix_[fr_row].mtrx_nd_pos; in add_char_qwerty() 1346 PoolPosType dmi_fr = mtrx_nd->dmi_fr; in get_spl_start_id() 1347 if ((PoolPosType)-1 != dmi_fr) in get_spl_start_id() [all …]
|