Searched refs:MAX_CODE (Results 1 – 3 of 3) sorted by relevance
98 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro447 country[cch] = (country[cch]+1) % MAX_CODE; in main()449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
97 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro447 country[cch] = (country[cch]+1) % MAX_CODE; in main()449 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
96 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro460 country[cch] = (country[cch]+1) % MAX_CODE; in main()462 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()