Searched refs:MAX_SLICES (Results 1 – 2 of 2) sorted by relevance
64 #define MAX_SLICES (intel_gt(devid) > 1 ? 2 : 1) macro81 (__i) < ((which_slice == -1) ? MAX_SLICES : (which_slice + 1)); \256 printf("Number of slices: %d\n", MAX_SLICES); in main()279 if (which_slice >= MAX_SLICES) in main()
143 #define MAX_SLICES 16 /* number of IFILE,OFILE pairs */ macro241 typedef array<cp_ver_pair_t, MAX_SLICES> cp_ver_arr_t;4261 if (num_ifiles > MAX_SLICES) { in main()4263 MAX_SLICES, num_ifiles); in main()4266 if (num_ofiles > MAX_SLICES) { in main()4268 MAX_SLICES, num_ifiles); in main()