Searched refs:cch (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.3/build/demos/kprdemo/src/ |
| D | kprdemo.c | 396 KBDChannel cch = 0; // kbd channel to control in main() local 418 for(cch = 0; cch < KBD_MAX_CHANNELS; cch++) { in main() 419 KPRInitQueue(&kprq[cch]); in main() 421 cch = 0; in main() 460 country[cch] = (country[cch]+1) % MAX_CODE; in main() 462 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main() 464 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 466 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main() 468 if (countryList[country[cch]] == KBD_CC_JAPANESE) { in main() 471 KPRSetMode(&kprq[cch], KPR_MODE_ALT_KEYPAD); in main() [all …]
|
| /RvlSDK-3.3/build/demos/kbddemo/src/ |
| D | kbdUTF8.c | 400 KBDChannel cch = 0; // kbd channel to control in main() local 447 country[cch] = (country[cch]+1) % MAX_CODE; in main() 449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main() 451 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 453 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main() 461 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main() 462 OSReport("Keyboard channel %d selected.\n", cch); in main()
|
| D | kbdUTF8Sync.c | 399 KBDChannel cch = 0; // kbd channel to control in main() local 447 country[cch] = (country[cch]+1) % MAX_CODE; in main() 449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main() 451 KBD_CALL (KBDSetCountry (cch, countryList[country[cch]])); in main() 453 …OSReport ("Country switched to %s for channel %d.\n", countryName[countryList[country[cch]]], cch); in main() 461 cch = (KBDChannel) ((cch + 1) % KBD_MAX_CHANNELS); in main() 462 OSReport("Keyboard channel %d selected.\n", cch); in main()
|