Lines Matching refs:CodeCount
402 if (Hotkey->WaitingKey == Hotkey->CodeCount) {
474 for (KeyIndex = 0; KeyIndex < Hotkey->CodeCount; KeyIndex++) {
510 for (Index = 0; Index < Hotkey->CodeCount; Index++) {
646 Hotkey->CodeCount = (UINT8) KeyOption->KeyData.Options.InputKeyCount;
648 for (KeyIndex = 0; KeyIndex < Hotkey->CodeCount; KeyIndex++) {
1058 Match = (BOOLEAN) (Hotkey->CodeCount == KeyOption.KeyData.Options.InputKeyCount);
1060 for (Index = 0; Match && (Index < Hotkey->CodeCount); Index++) {