Searched refs:MAX_CODE (Results 1 – 3 of 3) sorted by relevance
87 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro435 country[cch] = (country[cch]+1) % MAX_CODE; in main()437 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
85 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro435 country[cch] = (country[cch]+1) % MAX_CODE; in main()437 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()
83 #define MAX_CODE (sizeof(countryList)/sizeof(KBDCountryCode)) macro451 country[cch] = (country[cch]+1) % MAX_CODE; in main()453 country[cch] = (country[cch]+MAX_CODE-1) % MAX_CODE; in main()