Home
last modified time | relevance | path

Searched refs:shift_down (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dkeyboard.c129 static unsigned char shift_down[NR_SHIFT]; /* shift state counters.. */ variable
380 memset(shift_down, 0, sizeof(shift_down)); in do_compute_shiftstate()
391 shift_down[val]++; in do_compute_shiftstate()
776 if (vc_kbd_mode(kbd, VC_APPLIC) && !shift_down[KG_SHIFT]) { in k_pad()
847 if (shift_down[value]) in k_shift()
848 shift_down[value]--; in k_shift()
850 shift_down[value]++; in k_shift()
852 if (shift_down[value]) in k_shift()
/OK3568_Linux_fs/app/forlinx/DWKeyboard/include/pinyin/include/
H A Duserdict.h400 void shift_down(UserDictScoreOffsetPair * sop, int i, int n);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/include/
H A Duserdict.h400 void shift_down(UserDictScoreOffsetPair * sop, int i, int n);
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Duserdict.cpp2024 shift_down(score_offset_pairs, i, rc); in _get_lpis()
2031 shift_down(score_offset_pairs, 0, rc); in _get_lpis()
2056 void UserDict::shift_down(UserDictScoreOffsetPair * sop, int i, int n) { in _get_lpis() function in ime_pinyin::UserDict