Searched refs:MAX_CODE (Results 1 – 3 of 3) sorted by relevance
95 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro444 country[cch] = (country[cch]+1) % MAX_CODE; in main()446 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
94 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro444 country[cch] = (country[cch]+1) % MAX_CODE; in main()446 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
93 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro457 country[cch] = (country[cch]+1) % MAX_CODE; in main()459 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()