Home
last modified time | relevance | path

Searched refs:MAX_CODE (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdUTF8.c98 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro
447 country[cch] = (country[cch]+1) % MAX_CODE; in main()
449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
DkbdUTF8Sync.c97 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro
447 country[cch] = (country[cch]+1) % MAX_CODE; in main()
449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c96 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro
460 country[cch] = (country[cch]+1) % MAX_CODE; in main()
462 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()